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 2020/09/17 18:09:21 UTC

[db-jdo] branch master updated: JDO-786: Swich to previous derby version 10.14.2.0 to support Java 8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 618e0f3  JDO-786: Swich to previous derby version 10.14.2.0 to support Java 8
618e0f3 is described below

commit 618e0f30f52d5d50ae98dca5432b5ff5a4a6c0c1
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Thu Sep 17 20:09:04 2020 +0200

    JDO-786: Swich to previous derby version 10.14.2.0 to support Java 8
---
 parent-pom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index b18e590..5aef202 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -94,12 +94,12 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
       <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derby</artifactId>
-        <version>10.15.2.0</version>
+        <version>10.14.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derbytools</artifactId>
-        <version>10.15.2.0</version>
+        <version>10.14.2.0</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>