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/18 20:48:35 UTC

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

Author: andyj
Date: Mon May 18 18:48:34 2015
New Revision: 1680069

URL: http://svn.apache.org/r1680069
Log:
update DN version to 4.1.0-release

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=1680069&r1=1680068&r2=1680069&view=diff
==============================================================================
--- db/jdo/trunk/copyjdorijars/pom.xml (original)
+++ db/jdo/trunk/copyjdorijars/pom.xml Mon May 18 18:48:34 2015
@@ -93,22 +93,22 @@
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-core</artifactId>
-      <version>4.1.0-m4-SNAPSHOT</version>
+      <version>4.1.0-release</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-rdbms</artifactId>
-      <version>4.1.0-m4-SNAPSHOT</version>
+      <version>4.1.0-release</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-api-jdo</artifactId>
-      <version>4.1.0-m4-SNAPSHOT</version>
+      <version>4.1.0-release</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-api-jpa</artifactId>
-      <version>4.1.0-m4-SNAPSHOT</version>
+      <version>4.1.0-release</version>
     </dependency>
     <dependency>
       <groupId>c3p0</groupId>