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 44aede2  OPENJPA-2747 upgrade to JPA-2.2 api
44aede2 is described below

commit 44aede26df24d0e0615309c7b31fc59a1479231e
Author: Mark Struberg <[email protected]>
AuthorDate: Tue Mar 5 14:29:01 2019 +0100

    OPENJPA-2747 upgrade to JPA-2.2 api
---
 openjpa-integration/tck/pom.xml                                       | 2 +-
 openjpa-jest/pom.xml                                                  | 2 +-
 openjpa-persistence/pom.xml                                           | 2 +-
 openjpa-slice/pom.xml                                                 | 2 +-
 openjpa-tools/openjpa-fetch-statistics/pom.xml                        | 2 +-
 openjpa-tools/openjpa-maven-plugin/pom.xml                            | 2 +-
 openjpa-tools/openjpa-maven-plugin/src/it/default_settings/pom.xml    | 2 +-
 openjpa-tools/openjpa-maven-plugin/src/it/dependingArtifact/pom.xml   | 2 +-
 .../openjpa-maven-plugin/src/it/enhanceIncludesExcludes/pom.xml       | 2 +-
 .../openjpa-maven-plugin/src/it/nonDefaultPersistenceXml/pom.xml      | 2 +-
 openjpa-tools/openjpa-maven-plugin/src/it/sqlActionDropSchema/pom.xml | 2 +-
 openjpa-tools/openjpa-maven-plugin/src/it/testDependencies/pom.xml    | 2 +-
 pom.xml                                                               | 4 ++--
 13 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml
index 786d0e5..6196621 100644
--- a/openjpa-integration/tck/pom.xml
+++ b/openjpa-integration/tck/pom.xml
@@ -447,7 +447,7 @@ databaseName=${db.name}
         <dependencies>
           <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
             <scope>compile</scope>
           </dependency>
           <dependency>
diff --git a/openjpa-jest/pom.xml b/openjpa-jest/pom.xml
index 47a100b..85c946e 100644
--- a/openjpa-jest/pom.xml
+++ b/openjpa-jest/pom.xml
@@ -43,7 +43,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.openjpa</groupId>
diff --git a/openjpa-persistence/pom.xml b/openjpa-persistence/pom.xml
index af6da3a..d0a2a66 100644
--- a/openjpa-persistence/pom.xml
+++ b/openjpa-persistence/pom.xml
@@ -43,7 +43,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/openjpa-slice/pom.xml b/openjpa-slice/pom.xml
index 74f042b..77fe86e 100644
--- a/openjpa-slice/pom.xml
+++ b/openjpa-slice/pom.xml
@@ -48,7 +48,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/openjpa-tools/openjpa-fetch-statistics/pom.xml 
b/openjpa-tools/openjpa-fetch-statistics/pom.xml
index 5681498..fca6864 100644
--- a/openjpa-tools/openjpa-fetch-statistics/pom.xml
+++ b/openjpa-tools/openjpa-fetch-statistics/pom.xml
@@ -35,7 +35,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/openjpa-tools/openjpa-maven-plugin/pom.xml 
b/openjpa-tools/openjpa-maven-plugin/pom.xml
index 80ab6f7..db15876 100644
--- a/openjpa-tools/openjpa-maven-plugin/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/pom.xml
@@ -119,7 +119,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/openjpa-tools/openjpa-maven-plugin/src/it/default_settings/pom.xml 
b/openjpa-tools/openjpa-maven-plugin/src/it/default_settings/pom.xml
index c41368a..7d12270 100644
--- a/openjpa-tools/openjpa-maven-plugin/src/it/default_settings/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/src/it/default_settings/pom.xml
@@ -37,7 +37,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git 
a/openjpa-tools/openjpa-maven-plugin/src/it/dependingArtifact/pom.xml 
b/openjpa-tools/openjpa-maven-plugin/src/it/dependingArtifact/pom.xml
index 4f9d137..2970cdc 100644
--- a/openjpa-tools/openjpa-maven-plugin/src/it/dependingArtifact/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/src/it/dependingArtifact/pom.xml
@@ -43,7 +43,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git 
a/openjpa-tools/openjpa-maven-plugin/src/it/enhanceIncludesExcludes/pom.xml 
b/openjpa-tools/openjpa-maven-plugin/src/it/enhanceIncludesExcludes/pom.xml
index 6b170e3..04703a0 100644
--- a/openjpa-tools/openjpa-maven-plugin/src/it/enhanceIncludesExcludes/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/src/it/enhanceIncludesExcludes/pom.xml
@@ -37,7 +37,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git 
a/openjpa-tools/openjpa-maven-plugin/src/it/nonDefaultPersistenceXml/pom.xml 
b/openjpa-tools/openjpa-maven-plugin/src/it/nonDefaultPersistenceXml/pom.xml
index e4633be..3d0aa06 100644
--- a/openjpa-tools/openjpa-maven-plugin/src/it/nonDefaultPersistenceXml/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/src/it/nonDefaultPersistenceXml/pom.xml
@@ -36,7 +36,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git 
a/openjpa-tools/openjpa-maven-plugin/src/it/sqlActionDropSchema/pom.xml 
b/openjpa-tools/openjpa-maven-plugin/src/it/sqlActionDropSchema/pom.xml
index 8126eb8..f4ab543 100644
--- a/openjpa-tools/openjpa-maven-plugin/src/it/sqlActionDropSchema/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/src/it/sqlActionDropSchema/pom.xml
@@ -36,7 +36,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/openjpa-tools/openjpa-maven-plugin/src/it/testDependencies/pom.xml 
b/openjpa-tools/openjpa-maven-plugin/src/it/testDependencies/pom.xml
index 474f25b..34f9d82 100644
--- a/openjpa-tools/openjpa-maven-plugin/src/it/testDependencies/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/src/it/testDependencies/pom.xml
@@ -36,7 +36,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/pom.xml b/pom.xml
index a72a6f4..1a9745b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1714,8 +1714,8 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-jpa_2.1_spec</artifactId>
-                <version>1.0-alpha-1</version>
+                <artifactId>geronimo-jpa_2.2_spec</artifactId>
+                <version>1.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>

Reply via email to