You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/02/05 19:27:22 UTC

svn commit: r907038 - /geronimo/plugins/openjpa2/branches/2.1/pom.xml

Author: dwoods
Date: Fri Feb  5 18:27:21 2010
New Revision: 907038

URL: http://svn.apache.org/viewvc?rev=907038&view=rev
Log:
release plugin still failing, pull in some settings from apache-6.pom

Modified:
    geronimo/plugins/openjpa2/branches/2.1/pom.xml

Modified: geronimo/plugins/openjpa2/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/openjpa2/branches/2.1/pom.xml?rev=907038&r1=907037&r2=907038&view=diff
==============================================================================
--- geronimo/plugins/openjpa2/branches/2.1/pom.xml (original)
+++ geronimo/plugins/openjpa2/branches/2.1/pom.xml Fri Feb  5 18:27:21 2010
@@ -353,9 +353,19 @@
                     <version>2.1</version>
                 </plugin>
                 <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-deploy-plugin</artifactId>
+                  <version>2.4</version>
+                </plugin>
+                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-6</version>
+                    <version>2.0-beta-9</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-remote-resources-plugin</artifactId>
+                  <version>1.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -497,6 +507,12 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
+                    <useReleaseProfile>false</useReleaseProfile>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                    <allowTimestampedSnapshots>false</allowTimestampedSnapshots>
+                    <preparationGoals>clean install</preparationGoals>
+                    <goals>deploy</goals>
+                    <arguments>-Papache-release</arguments>
                     <tagBase>https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/tags</tagBase>
                 </configuration>
             </plugin>