[hibernate-commits] Hibernate SVN: r19264 - commons-annotations/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 21 05:40:24 EDT 2010


Author: hardy.ferentschik
Date: 2010-04-21 05:40:24 -0400 (Wed, 21 Apr 2010)
New Revision: 19264

Modified:
   commons-annotations/trunk/pom.xml
Log:
HCANN-20

Modified: commons-annotations/trunk/pom.xml
===================================================================
--- commons-annotations/trunk/pom.xml	2010-04-21 09:25:37 UTC (rev 19263)
+++ commons-annotations/trunk/pom.xml	2010-04-21 09:40:24 UTC (rev 19264)
@@ -130,16 +130,14 @@
 
     <distributionManagement>
         <repository>
-            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-            <id>repository.jboss.org</id>
-            <url>file://${maven.repository.root}</url>
+            <id>jboss-releases-repository</id>
+            <name>JBoss Releases Repository</name>
+            <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
         </repository>
         <snapshotRepository>
-            <id>snapshots.jboss.org</id>
-            <name>JBoss Snapshot Repository</name>
-            <url>dav:https://snapshots.jboss.org/maven2</url>
+            <id>jboss-snapshots-repository</id>
+            <name>JBoss Snapshots Repository</name>
+            <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
 



More information about the hibernate-commits mailing list