configure maven-release-plugin to only use the project version as tag name

Means we drop the artifactId-projectversion default rule for OpenJPA.


git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1677750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Struberg 2015-05-05 08:13:34 +00:00
parent 419a8afa9a
commit 432e6be333

View File

@ -782,6 +782,7 @@
<goals>deploy</goals>
<arguments>-Papache-release,docbook-profile,test-derby,bval</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tag>${project.version}</tag>
</configuration>
</plugin>
<plugin>