You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2015/05/05 10:13:35 UTC

svn commit: r1677750 - /openjpa/trunk/pom.xml

Author: struberg
Date: Tue May  5 08:13:34 2015
New Revision: 1677750

URL: http://svn.apache.org/r1677750
Log:
configure maven-release-plugin to only use the project version as tag name

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

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1677750&r1=1677749&r2=1677750&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Tue May  5 08:13:34 2015
@@ -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>