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/05/25 06:46:14 UTC

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

Author: jochen
Date: Wed May 25 06:46:13 2016
New Revision: 1745442

URL: http://svn.apache.org/viewvc?rev=1745442&view=rev
Log:
Fixing the generated tags name.

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=1745442&r1=1745441&r2=1745442&view=diff
==============================================================================
--- creadur/rat/branches/0.12-release/pom.xml (original)
+++ creadur/rat/branches/0.12-release/pom.xml Wed May 25 06:46:13 2016
@@ -24,7 +24,7 @@
   </parent>
   <groupId>org.apache.rat</groupId>
   <artifactId>apache-rat-project</artifactId>
-  <version>0.13-SNAPSHOT</version>
+  <version>0.12-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Creadur Rat</name>
   <url>http://creadur.apache.org/rat/</url>
@@ -348,6 +348,7 @@ agnostic home for software distribution
             <!-- Only prompt once for the release version -->
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <mavenExecutorId>forked-path</mavenExecutorId>
+            <tagNameFormat>@{project.artifactId}-@{project.version}-RC1</tagNameFormat>
           </configuration>
         </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->