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 2010/10/30 22:48:32 UTC

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

Author: bommel
Date: Sat Oct 30 20:48:31 2010
New Revision: 1029192

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

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=1029192&r1=1029191&r2=1029192&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Sat Oct 30 20:48:31 2010
@@ -574,7 +574,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-9</version>
+        <version>2.1</version>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
           <preparationGoals>clean install</preparationGoals>
@@ -703,11 +703,7 @@
           <artifactId>maven-resources-plugin</artifactId>
           <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>