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 mb...@apache.org on 2022/04/24 07:42:25 UTC

[db-jdo] branch JDO-811 updated: JDO-811: Using DN version 5.2.9 instead of 6.0.0-m4 because of Java8 issues

This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch JDO-811
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/JDO-811 by this push:
     new 90f47a7d JDO-811: Using DN version 5.2.9 instead of 6.0.0-m4 because of Java8 issues
90f47a7d is described below

commit 90f47a7d1fe92f532e7f1de56f5a34ce5491a7a6
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Sun Apr 24 09:42:10 2022 +0200

    JDO-811: Using DN version 5.2.9 instead of 6.0.0-m4 because of Java8 issues
---
 tck/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tck/pom.xml b/tck/pom.xml
index c0515f65..85910b09 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -193,27 +193,27 @@
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-core</artifactId>
-                    <version>6.0.0-m4</version>
+                    <version>5.2.9</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-rdbms</artifactId>
-                    <version>6.0.0-m4</version>
+                    <version>5.2.9</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-api-jdo</artifactId>
-                    <version>6.0.0-m4</version>
+                    <version>5.2.8</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-jdo-query</artifactId>
-                    <version>6.0.0-m1</version>
+                    <version>5.0.9</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-api-jpa</artifactId>
-                    <version>6.0.0-m4</version>
+                    <version>5.2.8</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.logging.log4j</groupId>