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/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 68c5f3b  TOMEE-2508 TOMEE-2490 update to jpa-2.2 and javaee-api-8.0-1
68c5f3b is described below

commit 68c5f3be89c9dd7707aab2efab2b3d197e45ee07
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Tue Apr 16 16:10:59 2019 +0200

    TOMEE-2508 TOMEE-2490 update to jpa-2.2 and javaee-api-8.0-1
---
 examples/ejb-examples/README.adoc | 2 +-
 pom.xml                           | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/ejb-examples/README.adoc 
b/examples/ejb-examples/README.adoc
index ad5a00b..218bfcb 100644
--- a/examples/ejb-examples/README.adoc
+++ b/examples/ejb-examples/README.adoc
@@ -747,7 +747,7 @@ public class WebserviceClient {
      * geronimo-activation_1.1_spec-1.0.jar
      * geronimo-annotation_1.0_spec-1.1.jar
      * geronimo-ejb_3.0_spec-1.0.jar
-     * geronimo-jpa_3.0_spec-1.1.jar
+     * geronimo-jpa_2.2_spec-1.0.jar
      * geronimo-servlet_2.5_spec-1.1.jar
      * geronimo-stax-api_1.0_spec-1.0.jar
      * jaxws-api-2.0.jar
diff --git a/pom.xml b/pom.xml
index b6132d9..9c51eec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,9 +102,9 @@
     
<tomee.build.name>${project.groupId}.${project.artifactId}</tomee.build.name>
 
     <!-- To easily change the javaee api version -->
-    <version.javaee-api>8.0</version.javaee-api>
+    <version.javaee-api>8.0-1</version.javaee-api>
 
-    <openjpa.version>3.0.0</openjpa.version>
+    <openjpa.version>3.1.0</openjpa.version>
     <openwebbeans.version>2.0.9</openwebbeans.version>
     <jcs.version>2.1</jcs.version>
     <johnzon.version>1.1.11</johnzon.version>
@@ -1332,11 +1332,11 @@
           </exclusion>
           <exclusion>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.0_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
           </exclusion>
           <exclusion>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_2.1_spec</artifactId>
+            <artifactId>geronimo-jpa_2.2_spec</artifactId>
           </exclusion>
           <exclusion>
             <groupId>org.apache.geronimo.specs</groupId>

Reply via email to