[webbeans-commits] Webbeans SVN: r852 - tck/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Jan 9 07:44:45 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-09 07:44:45 -0500 (Fri, 09 Jan 2009)
New Revision: 852

Modified:
   tck/trunk/pom.xml
Log:
enable snapshot repo

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-01-09 12:37:54 UTC (rev 851)
+++ tck/trunk/pom.xml	2009-01-09 12:44:45 UTC (rev 852)
@@ -42,6 +42,11 @@
          <name>JBoss Repository</name>
          <url>http://repository.jboss.org/maven2</url>
       </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </repository>
    </repositories>
 
    <pluginRepositories>




More information about the weld-commits mailing list