You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2015/03/18 21:11:29 UTC

svn commit: r1667609 - in /db/jdo/trunk: parent-pom/pom.xml pom.xml

Author: mbo
Date: Wed Mar 18 20:11:28 2015
New Revision: 1667609

URL: http://svn.apache.org/r1667609
Log:
Update to latest Apache parent pom version & Fix parent pom entry

Modified:
    db/jdo/trunk/parent-pom/pom.xml
    db/jdo/trunk/pom.xml

Modified: db/jdo/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/parent-pom/pom.xml?rev=1667609&r1=1667608&r2=1667609&view=diff
==============================================================================
--- db/jdo/trunk/parent-pom/pom.xml (original)
+++ db/jdo/trunk/parent-pom/pom.xml Wed Mar 18 20:11:28 2015
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>11</version>
+    <version>16</version>
     <relativePath />
   </parent>
 

Modified: db/jdo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/pom.xml?rev=1667609&r1=1667608&r2=1667609&view=diff
==============================================================================
--- db/jdo/trunk/pom.xml (original)
+++ db/jdo/trunk/pom.xml Wed Mar 18 20:11:28 2015
@@ -18,6 +18,13 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
+  <parent>
+    <groupId>org.apache.jdo</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>3.2-SNAPSHOT</version>
+    <relativePath>parent-pom</relativePath>
+  </parent>
+  
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache</groupId>
   <artifactId>jdo</artifactId>
@@ -33,13 +40,6 @@
     <module>tck</module>
   </modules>
 
-  <parent>
-    <groupId>org.apache.jdo</groupId>
-    <artifactId>parent-pom</artifactId>
-    <version>3.2-SNAPSHOT</version>
-    <relativePath>parent-pom</relativePath>
-  </parent>
-  
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk</developerConnection>