You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2016/09/07 19:50:47 UTC

svn commit: r1759682 - in /myfaces/core/trunk: parent/pom.xml pom.xml

Author: lu4242
Date: Wed Sep  7 19:50:47 2016
New Revision: 1759682

URL: http://svn.apache.org/viewvc?rev=1759682&view=rev
Log:
fix maven release plugin version

Modified:
    myfaces/core/trunk/parent/pom.xml
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/parent/pom.xml?rev=1759682&r1=1759681&r2=1759682&view=diff
==============================================================================
--- myfaces/core/trunk/parent/pom.xml (original)
+++ myfaces/core/trunk/parent/pom.xml Wed Sep  7 19:50:47 2016
@@ -229,6 +229,11 @@
                   <artifactId>cobertura-maven-plugin</artifactId>
                   <version>2.6</version>
                 </plugin>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-release-plugin</artifactId>
+                  <version>2.5.3</version>
+                </plugin>
             </plugins>
         </pluginManagement>
 

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=1759682&r1=1759681&r2=1759682&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Wed Sep  7 19:50:47 2016
@@ -78,6 +78,11 @@
               <artifactId>maven-site-plugin</artifactId>
               <version>3.3</version>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-release-plugin</artifactId>
+              <version>2.5.3</version>
+            </plugin>
           </plugins>
         </pluginManagement>
         <plugins>