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

[openjpa] branch master updated: fixing parent version of junit5 module

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

rmannibucau 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 d2ba842  fixing parent version of junit5 module
d2ba842 is described below

commit d2ba842d61266ab67bc17245c00db37a06da666b
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Mon Mar 23 08:56:00 2020 +0100

    fixing parent version of junit5 module
---
 openjpa-junit5/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openjpa-junit5/pom.xml b/openjpa-junit5/pom.xml
index 4f72473..1eb5c6c 100644
--- a/openjpa-junit5/pom.xml
+++ b/openjpa-junit5/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-parent</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>openjpa-junit5</artifactId>