[seam-commits] Seam SVN: r7830 - in maven-plugins/trunk: seam-jdocbook-style and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 7 10:24:45 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-07 10:24:45 -0400 (Mon, 07 Apr 2008)
New Revision: 7830

Modified:
   maven-plugins/trunk/seam-docbook-xslt/pom.xml
   maven-plugins/trunk/seam-jdocbook-style/pom.xml
Log:
And add snapshot repo

Modified: maven-plugins/trunk/seam-docbook-xslt/pom.xml
===================================================================
--- maven-plugins/trunk/seam-docbook-xslt/pom.xml	2008-04-07 14:22:58 UTC (rev 7829)
+++ maven-plugins/trunk/seam-docbook-xslt/pom.xml	2008-04-07 14:24:45 UTC (rev 7830)
@@ -26,6 +26,12 @@
          <name>JBoss Repository</name>
          <url>http://repository.jboss.org/maven2</url>
       </repository>
+      <repository>
+         <snapshots />
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </repository>
    </repositories>
 
    <dependencies>

Modified: maven-plugins/trunk/seam-jdocbook-style/pom.xml
===================================================================
--- maven-plugins/trunk/seam-jdocbook-style/pom.xml	2008-04-07 14:22:58 UTC (rev 7829)
+++ maven-plugins/trunk/seam-jdocbook-style/pom.xml	2008-04-07 14:24:45 UTC (rev 7830)
@@ -25,6 +25,12 @@
          <name>JBoss Repository</name>
          <url>http://repository.jboss.org/maven2</url>
       </repository>
+      <repository>
+         <snapshots />
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </repository>
    </repositories>
 
    <pluginRepositories>




More information about the seam-commits mailing list