[hibernate-commits] Hibernate SVN: r19273 - core/branches/Branch_3_5/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 21 22:11:56 EDT 2010


Author: stliu
Date: 2010-04-21 22:11:55 -0400 (Wed, 21 Apr 2010)
New Revision: 19273

Modified:
   core/branches/Branch_3_5/parent/pom.xml
Log:
HHH-5145 Update pom to use the new distributationManagement information

Modified: core/branches/Branch_3_5/parent/pom.xml
===================================================================
--- core/branches/Branch_3_5/parent/pom.xml	2010-04-22 02:05:29 UTC (rev 19272)
+++ core/branches/Branch_3_5/parent/pom.xml	2010-04-22 02:11:55 UTC (rev 19273)
@@ -544,16 +544,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>
+            <id>jboss-snapshots-repositor</id>
             <name>JBoss Snapshot Repository</name>
-            <url>dav:https://snapshots.jboss.org/maven2</url>
+            <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
 



More information about the hibernate-commits mailing list