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 31c0450  OPENJPA-2747 upgrade to jpa-2.2 api
31c0450 is described below

commit 31c0450562c71b63f7bea8edaf9b6378f724ed70
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Wed Mar 27 12:29:57 2019 +0100

    OPENJPA-2747 upgrade to jpa-2.2 api
---
 openjpa-project/assembly.xml     | 2 +-
 openjpa-project/bin-assembly.xml | 2 +-
 scripts/mmg.bat                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/openjpa-project/assembly.xml b/openjpa-project/assembly.xml
index 32f3c68..e8e42db 100644
--- a/openjpa-project/assembly.xml
+++ b/openjpa-project/assembly.xml
@@ -139,7 +139,7 @@
                 <include>org.apache.commons:commons-dbcp2</include>
 
                 
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
-                
<include>org.apache.geronimo.specs:geronimo-jpa_2.1_spec</include>
+                
<include>org.apache.geronimo.specs:geronimo-jpa_2.2_spec</include>
                 
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
                 
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
                 <include>org.apache.bval:org.apache.bval.bundle</include>
diff --git a/openjpa-project/bin-assembly.xml b/openjpa-project/bin-assembly.xml
index 927bc5a..ff532ac 100644
--- a/openjpa-project/bin-assembly.xml
+++ b/openjpa-project/bin-assembly.xml
@@ -78,7 +78,7 @@
                 <include>org.apache.commons:commons-dbcp2</include>
 
                 
<include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
-                
<include>org.apache.geronimo.specs:geronimo-jpa_2.1_spec</include>
+                
<include>org.apache.geronimo.specs:geronimo-jpa_2.2_spec</include>
                 
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
                 
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
                 <include>org.apache.bval:org.apache.bval.bundle</include>
diff --git a/scripts/mmg.bat b/scripts/mmg.bat
index 3af489b..544f651 100644
--- a/scripts/mmg.bat
+++ b/scripts/mmg.bat
@@ -40,7 +40,7 @@ set JAVAC=%JAVA_HOME%\bin\javac
 @rem Compiler classpath shown for a typical OpenJPA development environment in 
Windows.
 @rem The essential aspect is openjpa libraries must be in the compiler's 
classpath.
 set M_REPO="%USERPROFILE%\.m2\repository"
-set SPEC=geronimo-jpa_2.1_spec
+set SPEC=geronimo-jpa_2.2_spec
 set VERSION=1.0-EA9-SNAPSHOT
 set 
JPA_LIB=%M_REPO%\org\apache\geronimo\specs\%SPEC%\%VERSION%\%SPEC%-%VERSION%.jar
 

Reply via email to