[hibernate-commits] Hibernate SVN: r16925 - core/branches/Branch_3_3.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 23 21:09:56 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-06-23 21:09:56 -0400 (Tue, 23 Jun 2009)
New Revision: 16925

Modified:
   core/branches/Branch_3_3/pom.xml
Log:
HHH-3987 - prep 3.3.2 release


Modified: core/branches/Branch_3_3/pom.xml
===================================================================
--- core/branches/Branch_3_3/pom.xml	2009-06-24 01:07:46 UTC (rev 16924)
+++ core/branches/Branch_3_3/pom.xml	2009-06-24 01:09:56 UTC (rev 16925)
@@ -65,12 +65,22 @@
 -->
     </modules>
 
+    <!--
+        Need to manually override this here as otherwise the release-plugin barfs trying to tag
+        from Branch_3_3/hibernate (the artifactId of this aggregator module).
+    -->
+    <scm>
+        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3</developerConnection>
+        <url>https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.0-beta-7</version>
+                <version>2.0-beta-9</version>
                 <configuration>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
                 </configuration>




More information about the hibernate-commits mailing list