You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/12/09 20:05:28 UTC

svn commit: r1718937 - /axis/axis2/java/rampart/trunk/pom.xml

Author: veithen
Date: Wed Dec  9 19:05:27 2015
New Revision: 1718937

URL: http://svn.apache.org/viewvc?rev=1718937&view=rev
Log:
Configure tagNameFormat.

Modified:
    axis/axis2/java/rampart/trunk/pom.xml

Modified: axis/axis2/java/rampart/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1718937&r1=1718936&r2=1718937&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Wed Dec  9 19:05:27 2015
@@ -133,6 +133,7 @@
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <preparationGoals>clean install</preparationGoals>
+                        <tagNameFormat>v@{project.version}</tagNameFormat>
                     </configuration>
                 </plugin>
                 <plugin>