You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2016/06/07 06:21:11 UTC

svn commit: r1747142 - /creadur/rat/branches/0.12-release/pom.xml

Author: jochen
Date: Tue Jun  7 06:21:11 2016
New Revision: 1747142

URL: http://svn.apache.org/viewvc?rev=1747142&view=rev
Log:
Release tag must be entered on the command line. (Duplicate plugin declaration.)

Modified:
    creadur/rat/branches/0.12-release/pom.xml

Modified: creadur/rat/branches/0.12-release/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/branches/0.12-release/pom.xml?rev=1747142&r1=1747141&r2=1747142&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/pom.xml (original)
+++ creadur/rat/branches/0.12-release/pom.xml Tue Jun  7 06:21:11 2016
@@ -351,13 +351,6 @@ agnostic home for software distribution
             <tagNameFormat>@{project.artifactId}-@{project.version}-RC1</tagNameFormat>
           </configuration>
         </plugin>
-        <plugin>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.1</version>
-          <configuration>
-            <tagNameFormat>@{project.artifactId}-@{project.version}-RC3</tagNameFormat>
-          </configuration>
-        </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
         <plugin>
         	<groupId>org.eclipse.m2e</groupId>