[hibernate-commits] Hibernate SVN: r19276 - core/trunk/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 22 00:35:01 EDT 2010


Author: stliu
Date: 2010-04-22 00:35:00 -0400 (Thu, 22 Apr 2010)
New Revision: 19276

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

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-04-22 04:32:52 UTC (rev 19275)
+++ core/trunk/parent/pom.xml	2010-04-22 04:35:00 UTC (rev 19276)
@@ -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