You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2011/09/18 19:31:13 UTC

svn commit: r1172305 - /myfaces/myfaces-master-pom/trunk/pom.xml

Author: struberg
Date: Sun Sep 18 17:31:13 2011
New Revision: 1172305

URL: http://svn.apache.org/viewvc?rev=1172305&view=rev
Log:
MYFACES-3307 fix wrong maven-release-plugin vesion

mea culpa!

Modified:
    myfaces/myfaces-master-pom/trunk/pom.xml

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=1172305&r1=1172304&r2=1172305&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Sun Sep 18 17:31:13 2011
@@ -865,7 +865,7 @@
 
               <plugin>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.4</version>
+                <version>2.2.1</version>
               </plugin>
 
               <plugin>