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 2019/01/02 16:29:11 UTC

svn commit: r1850174 - in /db/jdo/trunk: copyjdorijars/pom.xml tck/pom.xml

Author: andyj
Date: Wed Jan  2 16:29:11 2019
New Revision: 1850174

URL: http://svn.apache.org/viewvc?rev=1850174&view=rev
Log:
Upgrade to latest DN jars

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

Modified: db/jdo/trunk/copyjdorijars/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/copyjdorijars/pom.xml?rev=1850174&r1=1850173&r2=1850174&view=diff
==============================================================================
--- db/jdo/trunk/copyjdorijars/pom.xml (original)
+++ db/jdo/trunk/copyjdorijars/pom.xml Wed Jan  2 16:29:11 2019
@@ -93,22 +93,22 @@
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-core</artifactId>
-      <version>5.2.0-m2</version>
+      <version>5.2.0-m3</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-rdbms</artifactId>
-      <version>5.2.0-m2</version> 
+      <version>5.2.0-m3</version> 
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-api-jdo</artifactId>
-      <version>5.2.0-m3-SNAPSHOT</version>  
+      <version>5.2.0-m3</version>  
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>
       <artifactId>datanucleus-jdo-query</artifactId>
-      <version>5.0.8</version>
+      <version>5.0.9</version>
     </dependency>
     <dependency>
       <groupId>org.datanucleus</groupId>

Modified: db/jdo/trunk/tck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=1850174&r1=1850173&r2=1850174&view=diff
==============================================================================
--- db/jdo/trunk/tck/pom.xml (original)
+++ db/jdo/trunk/tck/pom.xml Wed Jan  2 16:29:11 2019
@@ -126,12 +126,12 @@
         <dependency>
             <groupId>org.datanucleus</groupId>
             <artifactId>datanucleus-api-jdo</artifactId>
-            <version>5.2.0-m3-SNAPSHOT</version>
+            <version>5.2.0-m3</version>
         </dependency>
         <dependency>
             <groupId>org.datanucleus</groupId>
             <artifactId>datanucleus-jdo-query</artifactId>
-            <version>5.0.8</version>
+            <version>5.0.9</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>