Author: mbenson
Date: Tue Feb 11 19:13:34 2014
New Revision: 1567302
URL: http://svn.apache.org/r1567302
Log:
default tag format
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=1567302&r1=1567301&r2=1567302&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Tue Feb 11 19:13:34 2014
@@ -352,6 +352,13 @@ under the License.
<source>${maven.compiler.source}</source>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+
<tagNameFormat>@{commons.release.version}_@{commons.rc.version}</tagNameFormat>
+ </configuration>
+ </plugin>
</plugins>
</build>