You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/02 16:58:00 UTC

svn commit: r1356275 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Mon Jul  2 14:57:59 2012
New Revision: 1356275

URL: http://svn.apache.org/viewvc?rev=1356275&view=rev
Log:
tag name format modified according to existing tags

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356275&r1=1356274&r2=1356275&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul  2 14:57:59 2012
@@ -544,6 +544,7 @@
             <mavenExecutorId>forked-path</mavenExecutorId>
             <useReleaseProfile>false</useReleaseProfile>
             <autoVersionSubmodules>false</autoVersionSubmodules>
+            <tagNameFormat>any23-@{project.version}</tagNameFormat>
             <arguments>-Prelease,apache</arguments>
           </configuration>
         </plugin>