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

[openjpa] branch master updated: OPENJPA-2798 use geronimo-jpa-2.2 spec api which use a module name

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

struberg 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 e422747  OPENJPA-2798 use geronimo-jpa-2.2 spec api which use a module name
e422747 is described below

commit e4227473b0798a0cf28beed90cec7ae97dfe30ec
Author: Mark Struberg <st...@apache.org>
AuthorDate: Fri Mar 13 15:14:16 2020 +0100

    OPENJPA-2798 use geronimo-jpa-2.2 spec api which use a module name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e91e920..08f4594 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1717,7 +1717,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jpa_2.2_spec</artifactId>
-                <version>1.0</version>
+                <version>1.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>