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:19:33 UTC

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

Author: lofwyr
Date: Wed Mar  1 15:19:33 2017
New Revision: 1784967

URL: http://svn.apache.org/viewvc?rev=1784967&view=rev
Log:
try not overriding the parent version definition

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=1784967&r1=1784966&r2=1784967&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:19:33 2017
@@ -64,7 +64,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.1</version>
         <configuration>
           <tagBase>https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/tags</tagBase>
         </configuration>