You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/07/09 12:57:11 UTC

svn commit: r1144637 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: bommel
Date: Sat Jul  9 10:57:10 2011
New Revision: 1144637

URL: http://svn.apache.org/viewvc?rev=1144637&view=rev
Log:
update release plugin

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=1144637&r1=1144636&r2=1144637&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Sat Jul  9 10:57:10 2011
@@ -580,12 +580,13 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
           <preparationGoals>clean install</preparationGoals>
           <remoteTagging>true</remoteTagging>
           <autoVersionSubmodules>true</autoVersionSubmodules>
+          <waitBeforeTagging>3</waitBeforeTagging>
         </configuration>
       </plugin>
     </plugins>