You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/09/06 11:45:12 UTC

svn commit: r1701452 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Sun Sep  6 09:45:11 2015
New Revision: 1701452

URL: http://svn.apache.org/r1701452
Log:
Configure tagNameFormat.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1701452&r1=1701451&r2=1701452&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Sep  6 09:45:11 2015
@@ -578,6 +578,7 @@
                     <configuration>
                         <tagBase>https://svn.apache.org/repos/asf/webservices/axiom/tags</tagBase>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <tagNameFormat>@{project.version}</tagNameFormat>
                         <!-- The default value "clean verify" is not appropriate. If the install
                              phase is not executed, then the current build will pick up artifacts
                              from a previous build. -->