[jboss-cvs] JBossAS SVN: r104425 - projects/snowdrop/examples/trunk/sportsclub.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 4 07:57:29 EDT 2010


Author: lvlcek at redhat.com
Date: 2010-05-04 07:57:29 -0400 (Tue, 04 May 2010)
New Revision: 104425

Modified:
   projects/snowdrop/examples/trunk/sportsclub/pom.xml
Log:
added repository.jboss.com/nexus/ ... /releases

Modified: projects/snowdrop/examples/trunk/sportsclub/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/pom.xml	2010-05-04 11:22:12 UTC (rev 104424)
+++ projects/snowdrop/examples/trunk/sportsclub/pom.xml	2010-05-04 11:57:29 UTC (rev 104425)
@@ -271,6 +271,13 @@
         </repository>
 
         <repository>
+            <id>repository.jboss.org/nexus</id>
+            <url>https://repository.jboss.org/nexus/content/repositories/releases</url>
+            <releases><enabled>true</enabled></releases>
+            <snapshots><enabled>false</enabled></snapshots>
+        </repository>
+
+        <repository>
             <id>snapshots.jboss.org</id>
             <url>http://snapshots.jboss.org/maven2</url>
 




More information about the jboss-cvs-commits mailing list