You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by il...@apache.org on 2020/03/23 08:13:59 UTC

[openjpa] branch master updated: Fixing Maven build

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new 666ae82  Fixing Maven build
666ae82 is described below

commit 666ae82f3baabed49b00217f219ba1be9d4ed748
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Mar 23 09:07:52 2020 +0100

    Fixing Maven build
---
 openjpa-junit5/pom.xml | 3 ++-
 pom.xml                | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/openjpa-junit5/pom.xml b/openjpa-junit5/pom.xml
index 1eb5c6c..45668cb 100644
--- a/openjpa-junit5/pom.xml
+++ b/openjpa-junit5/pom.xml
@@ -40,6 +40,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <version>1.0-alpha-1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -55,7 +56,7 @@
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
-            <version>5.6.0</version>
+            <version>5.6.1</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 84776e6..64997e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache</groupId>
       <artifactId>apache</artifactId>
-      <version>21</version>
+      <version>23</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>