You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2010/11/15 19:40:41 UTC

svn commit: r1035396 - /openejb/branches/openejb-3.1.x/pom.xml

Author: dblevins
Date: Mon Nov 15 18:40:41 2010
New Revision: 1035396

URL: http://svn.apache.org/viewvc?rev=1035396&view=rev
Log:
Patch from Stephen Connolly, OPENEJB-1401: Use latest version of maven release plugin to work around the SVN > 1.5 WC->Tag over http issue
Thanks, Stephen!

Modified:
    openejb/branches/openejb-3.1.x/pom.xml

Modified: openejb/branches/openejb-3.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.x/pom.xml?rev=1035396&r1=1035395&r2=1035396&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.x/pom.xml (original)
+++ openejb/branches/openejb-3.1.x/pom.xml Mon Nov 15 18:40:41 2010
@@ -254,11 +254,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
+        <version>2.1</version>
         <configuration>
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>
           <arguments>-Prelease</arguments>
+          <remoteTagging>true</remoteTagging>
         </configuration>
       </plugin>
 	  <plugin>