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/02/28 12:06:40 UTC

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

Author: andyj
Date: Sat Feb 28 11:06:40 2015
New Revision: 1662918

URL: http://svn.apache.org/r1662918
Log:
Fix DN versions to be released DN4.0 jars. DN 4.1 will use 'post-JDO3.1'

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=1662918&r1=1662917&r2=1662918&view=diff
==============================================================================
--- db/jdo/trunk/copyjdorijars/pom.xml (original)
+++ db/jdo/trunk/copyjdorijars/pom.xml Sat Feb 28 11:06:40 2015
@@ -93,22 +93,22 @@
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-core</artifactId>
-      <version>4.1.0-m2-SNAPSHOT</version>
+      <version>4.0.5</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-rdbms</artifactId>
-      <version>4.1.0-m2-SNAPSHOT</version>
+      <version>4.0.8</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-api-jdo</artifactId>
-      <version>4.1.0-m2-SNAPSHOT</version>
+      <version>4.0.5</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-api-jpa</artifactId>
-      <version>4.1.0-m2-SNAPSHOT</version>
+      <version>4.0.6</version>
     </dependency>
     <dependency>
       <groupId>c3p0</groupId>