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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jan 29 01:12:24 EST 2010


Author: steve.ebersole at jboss.com
Date: 2010-01-29 01:12:23 -0500 (Fri, 29 Jan 2010)
New Revision: 18670

Modified:
   core/trunk/parent/pom.xml
Log:
Reverted to using the file based deployments for releases.  the scm:svn approach is garbage

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2010-01-29 04:07:52 UTC (rev 18669)
+++ core/trunk/parent/pom.xml	2010-01-29 06:12:23 UTC (rev 18670)
@@ -524,9 +524,11 @@
 
     <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>
-            <name>JBoss Release Repository</name>
-            <url>scm:svn:https://svn.jboss.org/repos/repository.jboss.org/maven2</url>
+            <url>file://${maven.repository.root}</url>
         </repository>
         <snapshotRepository>
             <id>snapshots.jboss.org</id>



More information about the hibernate-commits mailing list