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 mc...@apache.org on 2013/08/16 04:39:22 UTC

svn commit: r1514561 - in /db/jdo/branches/3.1-rc1: parent-pom/pom.xml pom.xml

Author: mcaisse
Date: Fri Aug 16 02:39:22 2013
New Revision: 1514561

URL: http://svn.apache.org/r1514561
Log:
JDO-723 Fixes to poms

Modified:
    db/jdo/branches/3.1-rc1/parent-pom/pom.xml
    db/jdo/branches/3.1-rc1/pom.xml

Modified: db/jdo/branches/3.1-rc1/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/parent-pom/pom.xml?rev=1514561&r1=1514560&r2=1514561&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/parent-pom/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/parent-pom/pom.xml Fri Aug 16 02:39:22 2013
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>11</version>
     <relativePath></relativePath>
   </parent>
 

Modified: db/jdo/branches/3.1-rc1/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/branches/3.1-rc1/pom.xml?rev=1514561&r1=1514560&r2=1514561&view=diff
==============================================================================
--- db/jdo/branches/3.1-rc1/pom.xml (original)
+++ db/jdo/branches/3.1-rc1/pom.xml Fri Aug 16 02:39:22 2013
@@ -17,6 +17,14 @@
     <module>tck</module>
   </modules>
 
+  <parent>
+    <groupId>org.apache.jdo</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>3.1-SNAPSHOT</version>
+    <relativePath>parent-pom</relativePath>
+  </parent>
+  
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/jdo/branches/3.1-rc1</developerConnection>