You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/03/01 15:21:39 UTC

svn commit: r1784970 - /myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml

Author: lofwyr
Date: Wed Mar  1 15:21:39 2017
New Revision: 1784970

URL: http://svn.apache.org/viewvc?rev=1784970&view=rev
Log:
try to use a newer version

Modified:
    myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml?rev=1784970&r1=1784969&r2=1784970&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/other/checkstyle-rules/pom.xml Wed Mar  1 15:21:39 2017
@@ -64,6 +64,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
+        <version>2.5.3</version>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/tags</tagBase>
         </configuration>