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/21 23:57:41 UTC

svn commit: r1721277 - /axis/axis2/java/core/trunk/pom.xml

Author: veithen
Date: Mon Dec 21 22:57:41 2015
New Revision: 1721277

URL: http://svn.apache.org/viewvc?rev=1721277&view=rev
Log:
Update the maven-release-plugin configuration.

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

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1721277&r1=1721276&r2=1721277&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Mon Dec 21 22:57:41 2015
@@ -1085,10 +1085,7 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <!-- Note: 2.0 seems to have issues with the calculation of the tag path -->
-                    <version>2.0-beta-9</version>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <!-- "clean verify" fails because for OSGi bundles, there
@@ -1097,6 +1094,7 @@
                              the dependency from the local repository instead of the
                              reactor. -->
                         <preparationGoals>clean install</preparationGoals>
+                        <tagNameFormat>v@{project.version}</tagNameFormat>
                     </configuration>
                 </plugin>
                 <plugin>