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 2012/05/19 00:17:14 UTC

svn commit: r1340284 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Fri May 18 22:17:14 2012
New Revision: 1340284

URL: http://svn.apache.org/viewvc?rev=1340284&view=rev
Log:
updated maven-enforcer and maven-release version

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1340284&r1=1340283&r2=1340284&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Fri May 18 22:17:14 2012
@@ -239,7 +239,7 @@
         <inherited>false</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.0-beta-2</version>
+        <version>2.7.1</version>
         <reportSets>
           <reportSet>
             <configuration>
@@ -627,7 +627,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.0.1</version>
+        <version>1.1</version>
         <executions>
           <execution>
             <id>enforce</id>
@@ -978,7 +978,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.2.1</version>
+          <version>2.3</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
             <preparationGoals>clean install</preparationGoals>