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 2009/08/21 14:04:13 UTC

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

Author: bommel
Date: Fri Aug 21 12:04:12 2009
New Revision: 806519

URL: http://svn.apache.org/viewvc?rev=806519&view=rev
Log:
fix for scm:checkin does not work with Subversion > 1.5.0 see (MRELEASE-427)

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=806519&r1=806518&r2=806519&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Fri Aug 21 12:04:12 2009
@@ -493,6 +493,7 @@
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
           <preparationGoals>clean install</preparationGoals>
+          <remoteTagging>true</remoteTagging>
         </configuration>
       </plugin>
     </plugins>
@@ -612,6 +613,11 @@
           <version>2.3</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-plugin</artifactId>
+          <version>1.2</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>rat-maven-plugin</artifactId>
           <version>1.0-alpha-3</version>