You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/02/03 08:59:50 UTC

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

Author: deki
Date: Fri Feb  3 08:59:49 2017
New Revision: 1781511

URL: http://svn.apache.org/viewvc?rev=1781511&view=rev
Log:
updated maven-release-plugin to latest 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=1781511&r1=1781510&r2=1781511&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Fri Feb  3 08:59:49 2017
@@ -950,7 +950,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.2</version>
+          <version>2.5.3</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
             <preparationGoals>clean install</preparationGoals>