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 2016/01/18 15:06:02 UTC

svn commit: r1725277 - /db/jdo/trunk/copyjdorijars/pom.xml

Author: andyj
Date: Mon Jan 18 14:06:01 2016
New Revision: 1725277

URL: http://svn.apache.org/viewvc?rev=1725277&view=rev
Log:
update DN jars to 5.0.0-m1 since that is what should be used with JDO3.2/4.0

Modified:
    db/jdo/trunk/copyjdorijars/pom.xml

Modified: db/jdo/trunk/copyjdorijars/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/copyjdorijars/pom.xml?rev=1725277&r1=1725276&r2=1725277&view=diff
==============================================================================
--- db/jdo/trunk/copyjdorijars/pom.xml (original)
+++ db/jdo/trunk/copyjdorijars/pom.xml Mon Jan 18 14:06:01 2016
@@ -93,22 +93,22 @@
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-core</artifactId>
-      <version>4.1.7</version>
+      <version>5.0.0-m1</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-rdbms</artifactId>
-      <version>4.1.9</version>
+      <version>5.0.0-m1</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-api-jdo</artifactId>
-      <version>4.2.1</version>
+      <version>5.0.0-m1</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-api-jpa</artifactId>
-      <version>4.1.7</version>
+      <version>5.0.0-m1</version>
     </dependency>
     <dependency>
       <groupId>c3p0</groupId>