Author: mbenson
Date: Tue Feb 11 19:17:07 2014
New Revision: 1567305
URL: http://svn.apache.org/r1567305
Log:
specify tag directly
Modified:
commons/proper/weaver/trunk/pom.xml
Modified: commons/proper/weaver/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1567305&r1=1567304&r2=1567305&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Tue Feb 11 19:17:07 2014
@@ -356,7 +356,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
-
<tagNameFormat>@{commons.release.version}_@{commons.rc.version}</tagNameFormat>
+ <tag>${commons.release.version}_${commons.rc.version}</tag>
</configuration>
</plugin>
</plugins>