upgrade to latest maven-release-plugin

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@904136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-01-28 15:40:10 +00:00
parent 54ef07f799
commit c2ef7871fa
1 changed files with 27 additions and 1 deletions

28
pom.xml
View File

@ -374,6 +374,32 @@
</build>
</profile>
<profile>
<id>sign-release</id>
<activation>
<property>
<name>sign-release</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<!--
Generate the documentation using the YDoc UML generation plugin.
Assumes you have the YDoc libraries locally, as well as a valid
@ -802,7 +828,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<version>2.0-beta-9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>