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 an...@apache.org on 2015/05/21 14:23:48 UTC

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

Author: andyj
Date: Thu May 21 12:23:47 2015
New Revision: 1680850

URL: http://svn.apache.org/r1680850
Log:
If we are building 3.2-SNAPSHOT then we should run against 3.2-SNAPSHOT of our own artifacts

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

Modified: db/jdo/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/parent-pom/pom.xml?rev=1680850&r1=1680849&r2=1680850&view=diff
==============================================================================
--- db/jdo/trunk/parent-pom/pom.xml (original)
+++ db/jdo/trunk/parent-pom/pom.xml Thu May 21 12:23:47 2015
@@ -53,17 +53,17 @@ Requests (JSR 12 and 243) under the ausp
       <dependency>
         <groupId>javax.jdo</groupId>
         <artifactId>jdo-api</artifactId>
-        <version>3.1-SNAPSHOT</version>
+        <version>3.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.jdo</groupId>
         <artifactId>jdo-exectck</artifactId>
-        <version>3.1-SNAPSHOT</version>
+        <version>3.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.jdo</groupId>
         <artifactId>jdo-tck</artifactId>
-        <version>3.1-SNAPSHOT</version>
+        <version>3.2-SNAPSHOT</version>
       </dependency>
      <dependency>
         <groupId>org.apache.maven</groupId>