[webbeans-commits] Webbeans SVN: r867 - ri/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Jan 9 16:58:03 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-09 16:58:03 -0500 (Fri, 09 Jan 2009)
New Revision: 867

Modified:
   ri/trunk/pom.xml
Log:
add snapshots repo

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-01-09 21:56:21 UTC (rev 866)
+++ ri/trunk/pom.xml	2009-01-09 21:58:03 UTC (rev 867)
@@ -43,6 +43,12 @@
          <name>JBoss Repository</name>
          <url>http://repository.jboss.org/maven2</url>
       </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshots Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+         <snapshots />
+      </repository>
    </repositories>
 
    <pluginRepositories>




More information about the weld-commits mailing list