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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 18 13:23:58 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-08-18 13:23:57 -0400 (Tue, 18 Aug 2009)
New Revision: 17354

Modified:
   core/trunk/pom.xml
Log:
try using release plugin 2.0-beta-9

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-08-18 17:09:14 UTC (rev 17353)
+++ core/trunk/pom.xml	2009-08-18 17:23:57 UTC (rev 17354)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.5.0.Beta-1</version>
+        <version>3.5.0-SNAPSHOT</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 
@@ -45,7 +45,10 @@
             <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>
@@ -83,4 +86,4 @@
         </profile>
     </profiles>
 
-</project>
\ No newline at end of file
+</project>



More information about the hibernate-commits mailing list