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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 16 11:00:26 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-16 11:00:26 -0400 (Wed, 16 Apr 2008)
New Revision: 14522

Modified:
   core/trunk/pom.xml
Log:
correct scm info to refer to cloned repo

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-16 14:58:51 UTC (rev 14521)
+++ core/trunk/pom.xml	2008-04-16 15:00:26 UTC (rev 14522)
@@ -52,9 +52,10 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/trunk</developerConnection>
-        <url>https://svn.jboss.org/repos/hibernate/core/trunk</url>
+        <!-- this is the cloned repo!!! -->
+        <connection>scm:svn:https://svn.jboss.org/repos/hibernate.clone/core/trunk</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate.clone/core/trunk</developerConnection>
+        <url>https://svn.jboss.org/repos/hibernate.clone/core/trunk</url>
     </scm>
 
     <ciManagement>




More information about the hibernate-commits mailing list