[hornetq-commits] JBoss hornetq SVN: r10546 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 20 03:27:17 EDT 2011


Author: ataylor
Date: 2011-04-20 03:27:16 -0400 (Wed, 20 Apr 2011)
New Revision: 10546

Modified:
   trunk/pom.xml
Log:
added correct snapshot repos

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-04-20 06:53:40 UTC (rev 10545)
+++ trunk/pom.xml	2011-04-20 07:27:16 UTC (rev 10546)
@@ -63,6 +63,11 @@
          <name>JBoss Releases Repository</name>
          <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
       </repository>
+      <snapshotRepository>
+         <id>jboss-snapshots-repository</id>
+         <name>JBoss Snapshots Repository</name>
+         <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+      </snapshotRepository>
    </distributionManagement>
 
    <issueManagement>



More information about the hornetq-commits mailing list