mirror of https://github.com/apache/openjpa.git
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:
parent
54ef07f799
commit
c2ef7871fa
28
pom.xml
28
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue