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/07/06 12:08:05 UTC

[openjpa] branch master updated: OPENJPA-2798 update to newest jpa spec revision

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 6aa2203  OPENJPA-2798 update to newest jpa spec revision
6aa2203 is described below

commit 6aa22031e1b4374f8d83a202ea8ed8d74c95a83f
Author: Mark Struberg <st...@apache.org>
AuthorDate: Mon Jul 6 13:57:50 2020 +0200

    OPENJPA-2798 update to newest jpa spec revision
    
    for auto module names
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 701a7d8..f46c768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1719,7 +1719,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jpa_2.2_spec</artifactId>
-                <version>1.0</version>
+                <version>1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>