try using release plugin 2.0-beta-9
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17354 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
bcecf23302
commit
aaa7a78ab0
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue