Author: struberg
Date: Sun Feb 14 21:41:42 2016
New Revision: 1730412
URL: http://svn.apache.org/viewvc?rev=1730412&view=rev
Log:
upgrade to latest apache parent
Also remove the project.version trick again. Seems to give us snapshots instead
of final versions in the tag.
Not sure how else we can define the tag name schema we really like.
For now it needs to get manually set during the release.
Modified:
openjpa/trunk/pom.xml
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1730412&r1=1730411&r2=1730412&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Sun Feb 14 21:41:42 2016
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>16</version>
+ <version>17</version>
</parent>
<groupId>org.apache.openjpa</groupId>
@@ -797,7 +797,6 @@
<goals>deploy</goals>
<arguments>-Papache-release,docbook-profile,test-derby,bval</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
- <tag>${project.version}</tag>
</configuration>
</plugin>
<plugin>