Author: dwoods
Date: Thu Jan 28 15:40:10 2010
New Revision: 904136

URL: http://svn.apache.org/viewvc?rev=904136&view=rev
Log:
upgrade to latest maven-release-plugin

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=904136&r1=904135&r2=904136&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu Jan 28 15:40:10 2010
@@ -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>


Reply via email to