Bug 536067: Update license to EPL 2.0 - api jar
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/about.html b/about.html
index 5559157..e4734b9 100644
--- a/about.html
+++ b/about.html
@@ -166,7 +166,7 @@
<blockquote>
<p>EclipseLink is the Java Persistence (JPA) 2.2 Reference Implementation
(<a href="http://jcp.org/en/jsr/detail?id=338">JSR 338</a>). The JPA 2.2
- specification API is included in EclipseLink under the <a href="http://www.eclipse.org/legal/epl-v10.html">EPL</a> and <a href="http://www.eclipse.org/org/documents/edl-v10.php">EDL</a> licenses.</p>
+ specification API is included in EclipseLink under the <a href="https://www.eclipse.org/legal/epl-v20.html">EPL</a> and <a href="http://www.eclipse.org/org/documents/edl-v10.php">EDL</a> licenses.</p>
</blockquote>
<h4><a name="MAIL" id="MAIL"></a>Java Mail v1.4.0</h4>
<blockquote>
diff --git a/antbuild.properties b/antbuild.properties
index e5b4fd0..34ee69e 100644
--- a/antbuild.properties
+++ b/antbuild.properties
@@ -180,9 +180,9 @@
jpatest.framework.jar=eclipselink-jpatest-framework.jar
# should pull in component properties instead of redefining
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
-persistence22.src.jar=javax.persistence.source_2.2.0.v201708071007.jar
-persistence22.javadoc.jar=javax.persistence.javadoc_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
+persistence22.src.jar=javax.persistence.source_2.2.1.v201807122140.jar
+persistence22.javadoc.jar=javax.persistence.javadoc_2.2.1.v201807122140.jar
persistence21.jar=javax.persistence_2.1.1.v201509150925.jar
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar
persistence10.jar=javax.persistence_1.0.0.v200905011740.jar
diff --git a/buildsystem/org.eclipse.persistence.parent/resource/about.html b/buildsystem/org.eclipse.persistence.parent/resource/about.html
index 5559157..e4734b9 100644
--- a/buildsystem/org.eclipse.persistence.parent/resource/about.html
+++ b/buildsystem/org.eclipse.persistence.parent/resource/about.html
@@ -166,7 +166,7 @@
<blockquote>
<p>EclipseLink is the Java Persistence (JPA) 2.2 Reference Implementation
(<a href="http://jcp.org/en/jsr/detail?id=338">JSR 338</a>). The JPA 2.2
- specification API is included in EclipseLink under the <a href="http://www.eclipse.org/legal/epl-v10.html">EPL</a> and <a href="http://www.eclipse.org/org/documents/edl-v10.php">EDL</a> licenses.</p>
+ specification API is included in EclipseLink under the <a href="https://www.eclipse.org/legal/epl-v20.html">EPL</a> and <a href="http://www.eclipse.org/org/documents/edl-v10.php">EDL</a> licenses.</p>
</blockquote>
<h4><a name="MAIL" id="MAIL"></a>Java Mail v1.4.0</h4>
<blockquote>
diff --git a/dbws/org.eclipse.persistence.dbws/dbws.iml b/dbws/org.eclipse.persistence.dbws/dbws.iml
index 2183e8e..dc1d5cb 100644
--- a/dbws/org.eclipse.persistence.dbws/dbws.iml
+++ b/dbws/org.eclipse.persistence.dbws/dbws.iml
@@ -16,11 +16,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/foundation/eclipselink.core.test/.classpath b/foundation/eclipselink.core.test/.classpath
index 53b5e2b..8bf4743 100644
--- a/foundation/eclipselink.core.test/.classpath
+++ b/foundation/eclipselink.core.test/.classpath
@@ -6,6 +6,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.core"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.transaction.api_1.3.0.jar" />
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
diff --git a/foundation/eclipselink.core.test/antbuild.properties b/foundation/eclipselink.core.test/antbuild.properties
index b27b1e0a..0c6d2d9 100644
--- a/foundation/eclipselink.core.test/antbuild.properties
+++ b/foundation/eclipselink.core.test/antbuild.properties
@@ -46,7 +46,7 @@
eclipselink.core=../org.eclipse.persistence.core
# Modules
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
transaction.jar=javax.transaction.api_1.3.0.jar
#Classpath
diff --git a/foundation/eclipselink.core.test/core.test.iml b/foundation/eclipselink.core.test/core.test.iml
index 96f2713..5182531 100644
--- a/foundation/eclipselink.core.test/core.test.iml
+++ b/foundation/eclipselink.core.test/core.test.iml
@@ -3,8 +3,8 @@
<component name="EclipseModuleManager">
<varelement var="jar://$MODULE_DIR$/../../plugins/javax.transaction.api_1.3.0.jar!/" value="MODULE_DIR/../../plugins/javax.transaction.api_1.3.0.jar" />
<varelement var="file://$MODULE_DIR$/../../plugins/javax.transaction/src" value="src:/MODULE_DIR/../../plugins/javax.transaction/src" />
- <varelement var="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.0.v201708071007.jar!/" value="MODULE_DIR/../../jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" />
- <varelement var="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" value="src:/MODULE_DIR/../../jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar" />
+ <varelement var="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.1.v201807122140.jar!/" value="MODULE_DIR/../../jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" />
+ <varelement var="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" value="src:/MODULE_DIR/../../jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar" />
<src_description expected_position="2">
<src_folder value="file://$MODULE_DIR$/" expected_position="2" />
<src_folder value="file://$MODULE_DIR$/src" expected_position="3" />
@@ -43,11 +43,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/foundation/eclipselink.extension.nosql.test/.classpath b/foundation/eclipselink.extension.nosql.test/.classpath
index 6f1e513..205c83f 100644
--- a/foundation/eclipselink.extension.nosql.test/.classpath
+++ b/foundation/eclipselink.extension.nosql.test/.classpath
@@ -8,7 +8,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.nosql"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/org.mongodb.mongo-java-driver_3.2.0.jar" sourcepath="/ECLIPSELINK_HOME/plugins/org.slf4j.api.source_1.7.2.v20121108-1250.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.resource_1.6.0.v201204270900.jar"/>
<classpathentry kind="output" path="classes"/>
diff --git a/foundation/eclipselink.extension.oracle.nosql.test/.classpath b/foundation/eclipselink.extension.oracle.nosql.test/.classpath
index 774f57b..3c4bbdf 100644
--- a/foundation/eclipselink.extension.oracle.nosql.test/.classpath
+++ b/foundation/eclipselink.extension.oracle.nosql.test/.classpath
@@ -9,7 +9,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.oracle.nosql"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.nosql"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.resource_1.6.0.v201204270900.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.jms_1.1.0.v200906010428.jar"/>
<classpathentry kind="var" path="EXTENSION_LIB_EXTERNAL/aqapi.jar"/>
diff --git a/foundation/eclipselink.extension.oracle.spatial.test/antbuild.properties b/foundation/eclipselink.extension.oracle.spatial.test/antbuild.properties
index bfe6f21..0281e56 100644
--- a/foundation/eclipselink.extension.oracle.spatial.test/antbuild.properties
+++ b/foundation/eclipselink.extension.oracle.spatial.test/antbuild.properties
@@ -45,7 +45,7 @@
oracle.test.jar=eclipselink-oracle-tests.jar
oracle.jpa.test.jar=eclipselink-oracle-jpa-test.jar
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
persistence21.jar=javax.persistence_2.1.1.v201509150925.jar
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar
unsigned.persistence10.jar=javax.persistence_unsigned_for_testing_1.0.0.jar
diff --git a/foundation/eclipselink.extension.oracle.test/antbuild.properties b/foundation/eclipselink.extension.oracle.test/antbuild.properties
index 3d8390b..fda822c 100644
--- a/foundation/eclipselink.extension.oracle.test/antbuild.properties
+++ b/foundation/eclipselink.extension.oracle.test/antbuild.properties
@@ -50,7 +50,7 @@
oracle.test.jar=eclipselink-oracle-tests.jar
oracle.jpa.test.jar=eclipselink-oracle-jpa-test.jar
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
persistence21.jar=javax.persistence_2.1.1.v201509150925.jar
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar
unsigned.persistence10.jar=javax.persistence_unsigned_for_testing_1.0.0.jar
diff --git a/foundation/eclipselink.extension.oracle.test/oracle.test.iml b/foundation/eclipselink.extension.oracle.test/oracle.test.iml
index 0172499..c04d612 100644
--- a/foundation/eclipselink.extension.oracle.test/oracle.test.iml
+++ b/foundation/eclipselink.extension.oracle.test/oracle.test.iml
@@ -110,11 +110,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/foundation/eclipselink.extension.test/.classpath b/foundation/eclipselink.extension.test/.classpath
index 7d59603..4759795 100644
--- a/foundation/eclipselink.extension.test/.classpath
+++ b/foundation/eclipselink.extension.test/.classpath
@@ -5,7 +5,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/eclipselink.core.test"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.core"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/org.slf4j.api_1.7.2.v20121108-1250.jar" sourcepath="/ECLIPSELINK_HOME/plugins/org.slf4j.api.source_1.7.2.v20121108-1250.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/ch.qos.logback.core_1.0.7.v20121108-1250.jar" sourcepath="/ECLIPSELINK_HOME/plugins/ch.qos.logback.core.source_1.0.7.v20121108-1250.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/ch.qos.logback.classic_1.0.7.v20121108-1250.jar" sourcepath="/ECLIPSELINK_HOME/plugins/ch.qos.logback.classic.source_1.0.7.v20121108-1250.jar"/>
diff --git a/foundation/org.eclipse.persistence.core/core.iml b/foundation/org.eclipse.persistence.core/core.iml
index f3312d7..4fc9129 100644
--- a/foundation/org.eclipse.persistence.core/core.iml
+++ b/foundation/org.eclipse.persistence.core/core.iml
@@ -101,11 +101,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/jpa/eclipselink.jaxrs.test/antbuild.properties b/jpa/eclipselink.jaxrs.test/antbuild.properties
index 3a3db76..2de24d5 100644
--- a/jpa/eclipselink.jaxrs.test/antbuild.properties
+++ b/jpa/eclipselink.jaxrs.test/antbuild.properties
@@ -58,7 +58,7 @@
restfulws.jar=javax.ws.rs_2.0.1.v201504171603.jar
jaxb-api.jar=javax.xml.bind_2.2.12.v201410011542.jar
commonj.sdo.jar=commonj.sdo_2.1.1.v201112051852.jar
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
persistence21.jar=javax.persistence_2.1.1.v201509150925.jar
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar
persistence10.jar=javax.persistence_unsigned_for_testing_1.0.0.jar
diff --git a/jpa/eclipselink.jpa.spring.test/.classpath b/jpa/eclipselink.jpa.spring.test/.classpath
index dcd1522..dd004f6 100644
--- a/jpa/eclipselink.jpa.spring.test/.classpath
+++ b/jpa/eclipselink.jpa.spring.test/.classpath
@@ -5,7 +5,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/eclipselink.jpa.test"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="var" path="SPRING_CGLIB_LIB"/>
<classpathentry kind="var" path="SPRING_COMMONS_LOGGING_LIB"/>
<classpathentry kind="var" path="SPRING_JOTM_CLIENT_LIB"/>
diff --git a/jpa/eclipselink.jpa.spring.test/antbuild.properties b/jpa/eclipselink.jpa.spring.test/antbuild.properties
index 2c99aba..6d95617 100644
--- a/jpa/eclipselink.jpa.spring.test/antbuild.properties
+++ b/jpa/eclipselink.jpa.spring.test/antbuild.properties
@@ -42,7 +42,7 @@
asm=org.eclipse.persistence.asm
antlr=org.eclipse.persistence.antlr
-persistence.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence.jar=javax.persistence_2.2.1.v201807122140.jar
test.properties=./test.properties
src.dir=src
diff --git a/jpa/eclipselink.jpa.test.jse/.classpath b/jpa/eclipselink.jpa.test.jse/.classpath
index 2cbd184..2ab5e26 100644
--- a/jpa/eclipselink.jpa.test.jse/.classpath
+++ b/jpa/eclipselink.jpa.test.jse/.classpath
@@ -6,7 +6,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/eclipselink.core.test"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.validation.api_2.0.1.Final.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.transaction.api_1.3.0.jar" />
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/org.eclipse.persistence.antlr_3.5.2.v201711011707.jar" sourcepath="/ECLIPSELINK_HOME/plugins/org.eclipse.persistence.antlr.source_3.5.2.v201711011707.jar"/>
diff --git a/jpa/eclipselink.jpa.test.jse/antbuild.xml b/jpa/eclipselink.jpa.test.jse/antbuild.xml
index 4cfe647..90cd387 100644
--- a/jpa/eclipselink.jpa.test.jse/antbuild.xml
+++ b/jpa/eclipselink.jpa.test.jse/antbuild.xml
@@ -45,7 +45,7 @@
<property name="jse.eclipselink.jar" value="${jse.el.root}/eclipselink.jar"/>
<property name="javax.transaction" value="${jse.el.plugins.dir}/javax.transaction.api_1.3.0.jar"/>
<property name="javax.validation" value="${jse.el.plugins.dir}/javax.validation.api_2.0.1.Final.jar"/>
- <property name="javax.persistence" value="${jse.jpa.plugins.dir}/javax.persistence_2.2.0.v201708071007.jar"/>
+ <property name="javax.persistence" value="${jse.jpa.plugins.dir}/javax.persistence_2.2.1.v201807122140.jar"/>
<property name="jse.modelgen.jar" value="${jse.el.plugins.dir}/org.eclipse.persistence.jpa.modelgen_${version.string}.jar"/>
<!-- JVM used to run tests -->
diff --git a/jpa/eclipselink.jpa.test/.classpath b/jpa/eclipselink.jpa.test/.classpath
index 32a6eec..ed64ca6 100644
--- a/jpa/eclipselink.jpa.test/.classpath
+++ b/jpa/eclipselink.jpa.test/.classpath
@@ -6,7 +6,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/eclipselink.core.test"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.validation.api_2.0.1.Final.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.ejb_3.1.0.v201205171433.jar" sourcepath="/ECLIPSELINK_HOME/plugins/javax.ejb/src"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.transaction.api_1.3.0.jar" />
diff --git a/jpa/eclipselink.jpa.test/Extended JPA Tests.launch b/jpa/eclipselink.jpa.test/Extended JPA Tests.launch
index f226945..39631a5 100644
--- a/jpa/eclipselink.jpa.test/Extended JPA Tests.launch
+++ b/jpa/eclipselink.jpa.test/Extended JPA Tests.launch
@@ -26,7 +26,7 @@
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="org.eclipse.persistence.jpa" type="1"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="eclipselink.core.test" type="1"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.junit.JUNIT_CONTAINER/4" javaProject="eclipselink.core.test" path="3" type="4"/> "/>
-<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" path="3" type="3"/> "/>
+<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" path="3" type="3"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="ECLIPSELINK_HOME/plugins/javax.xml.bind_2.2.12.v201410011542.jar" path="3" type="3"/> "/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
diff --git a/jpa/eclipselink.jpa.test/JPA 2.1 TestSuite.launch b/jpa/eclipselink.jpa.test/JPA 2.1 TestSuite.launch
index b5caa5e..347431e 100644
--- a/jpa/eclipselink.jpa.test/JPA 2.1 TestSuite.launch
+++ b/jpa/eclipselink.jpa.test/JPA 2.1 TestSuite.launch
@@ -25,7 +25,7 @@
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/eclipselink.jpa.test/eclipselink-jpa21-model.jar" path="3" type="2"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/eclipselink.jpa.test/eclipselink-jpa21-tests.jar" path="3" type="2"/> "/>
<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="ECLIPSELINK_HOME/plugins/javax.xml.bind_2.2.12.v201410011542.jar" path="3" type="3"/> "/>
-<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" path="3" type="3"/> "/>
+<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" path="3" type="3"/> "/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite"/>
diff --git a/jpa/eclipselink.jpa.test/antbuild.properties b/jpa/eclipselink.jpa.test/antbuild.properties
index 79cab08..d07e1b0 100644
--- a/jpa/eclipselink.jpa.test/antbuild.properties
+++ b/jpa/eclipselink.jpa.test/antbuild.properties
@@ -69,7 +69,7 @@
jaxb-api.jar=javax.xml.bind_2.2.12.v201410011542.jar
commonj.sdo.jar=commonj.sdo_2.1.1.v201112051852.jar
persistence.jar=javax.persistence_2.0.6.v201308211412.jar
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
persistence21.jar=javax.persistence_2.1.1.v201509150925.jar
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar
persistence10.jar=javax.persistence_unsigned_for_testing_1.0.0.jar
diff --git a/jpa/eclipselink.jpa.test/jpa.test.iml b/jpa/eclipselink.jpa.test/jpa.test.iml
index 36463e7..09e2fdb 100644
--- a/jpa/eclipselink.jpa.test/jpa.test.iml
+++ b/jpa/eclipselink.jpa.test/jpa.test.iml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
- <varelement var="jar://$MODULE_DIR$/../plugins/javax.persistence_2.2.0.v201708071007.jar!/" value="MODULE_DIR/../plugins/javax.persistence_2.2.0.v201708071007.jar" />
- <varelement var="jar://$MODULE_DIR$/../plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" value="src:/MODULE_DIR/../plugins/javax.persistence.source_2.2.0.v201708071007.jar" />
+ <varelement var="jar://$MODULE_DIR$/../plugins/javax.persistence_2.2.1.v201807122140.jar!/" value="MODULE_DIR/../plugins/javax.persistence_2.2.1.v201807122140.jar" />
+ <varelement var="jar://$MODULE_DIR$/../plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" value="src:/MODULE_DIR/../plugins/javax.persistence.source_2.2.1.v201807122140.jar" />
<varelement var="jar://$MODULE_DIR$/../../plugins/javax.ws.rs_2.0.1.v201504171603.jar!/" value="MODULE_DIR/../../plugins/javax.ws.rs_2.0.1.v201504171603.jar" />
<varelement var="jar://$MODULE_DIR$/../../plugins/javax.validation.api_2.0.1.Final.jar!/" value="MODULE_DIR/../../plugins/javax.validation.api_2.0.1.Final.jar" />
<varelement var="jar://$MODULE_DIR$/../../plugins/javax.ejb_3.1.0.v201205171433.jar!/" value="MODULE_DIR/../../plugins/javax.ejb_3.1.0.v201205171433.jar" />
@@ -32,11 +32,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/jpa/eclipselink.jpa.wdf.test/.classpath b/jpa/eclipselink.jpa.wdf.test/.classpath
index 872211c..48044be 100644
--- a/jpa/eclipselink.jpa.wdf.test/.classpath
+++ b/jpa/eclipselink.jpa.wdf.test/.classpath
@@ -6,7 +6,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/eclipselink.core.test"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.ejb_3.1.0.v201205171433.jar" sourcepath="/ECLIPSELINK_HOME/plugins/javax.ejb/src"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.transaction.api_1.3.0.jar" />
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/org.eclipse.persistence.antlr_3.5.2.v201711011707.jar" sourcepath="/ECLIPSELINK_HOME/plugins/org.eclipse.persistence.antlr.source_3.5.2.v201711011707.jar"/>
diff --git a/jpa/eclipselink.jpars.test/.classpath b/jpa/eclipselink.jpars.test/.classpath
index 4ed1b53..60cc0dd 100644
--- a/jpa/eclipselink.jpars.test/.classpath
+++ b/jpa/eclipselink.jpars.test/.classpath
@@ -6,7 +6,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.moxy"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.dbws"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
diff --git a/jpa/eclipselink.jpars.test/jpars.test.iml b/jpa/eclipselink.jpars.test/jpars.test.iml
index d40b073..4b65de0 100644
--- a/jpa/eclipselink.jpars.test/jpars.test.iml
+++ b/jpa/eclipselink.jpars.test/jpars.test.iml
@@ -55,11 +55,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/jpa/org.eclipse.persistence.jpa.jpql.test/.classpath b/jpa/org.eclipse.persistence.jpa.jpql.test/.classpath
index 02e4f6e..c7454fb 100644
--- a/jpa/org.eclipse.persistence.jpa.jpql.test/.classpath
+++ b/jpa/org.eclipse.persistence.jpa.jpql.test/.classpath
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resource/source"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/jpa/org.eclipse.persistence.jpa.jpql.test/antbuild.properties b/jpa/org.eclipse.persistence.jpa.jpql.test/antbuild.properties
index 877d249..d3bb164 100644
--- a/jpa/org.eclipse.persistence.jpa.jpql.test/antbuild.properties
+++ b/jpa/org.eclipse.persistence.jpa.jpql.test/antbuild.properties
@@ -52,6 +52,6 @@
# General 3rd-Party API jar definitions
-----------------------------------------
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
persistence21.jar=javax.persistence_2.1.1.v201509150925.jar
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar
diff --git a/jpa/org.eclipse.persistence.jpa.modelgen/.classpath b/jpa/org.eclipse.persistence.jpa.modelgen/.classpath
index 083e517..50a66bc 100644
--- a/jpa/org.eclipse.persistence.jpa.modelgen/.classpath
+++ b/jpa/org.eclipse.persistence.jpa.modelgen/.classpath
@@ -4,6 +4,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.core"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
diff --git a/jpa/org.eclipse.persistence.jpa.modelgen/antbuild.properties b/jpa/org.eclipse.persistence.jpa.modelgen/antbuild.properties
index 771dff3..47f681e 100644
--- a/jpa/org.eclipse.persistence.jpa.modelgen/antbuild.properties
+++ b/jpa/org.eclipse.persistence.jpa.modelgen/antbuild.properties
@@ -44,7 +44,7 @@
persistence10.jar=javax.persistence_1.0.0.v200905011740.jar
persistence20.jar=javax.persistence_2.0.6.v201308211412.jar
persistence21.jar=javax.persistence_2.1.1.v201509150925.jar
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
plugins.dir=plugins
classes.dir=classes
diff --git a/jpa/org.eclipse.persistence.jpa/jpa.iml b/jpa/org.eclipse.persistence.jpa/jpa.iml
index 3623524..00702f9 100644
--- a/jpa/org.eclipse.persistence.jpa/jpa.iml
+++ b/jpa/org.eclipse.persistence.jpa/jpa.iml
@@ -24,11 +24,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/jpa/plugins/javax.persistence.javadoc_2.2.0.v201708071007.jar b/jpa/plugins/javax.persistence.javadoc_2.2.0.v201708071007.jar
deleted file mode 100644
index 1782fd1..0000000
--- a/jpa/plugins/javax.persistence.javadoc_2.2.0.v201708071007.jar
+++ /dev/null
Binary files differ
diff --git a/jpa/plugins/javax.persistence.javadoc_2.2.1.v201807122140.jar b/jpa/plugins/javax.persistence.javadoc_2.2.1.v201807122140.jar
new file mode 100644
index 0000000..510a42f
--- /dev/null
+++ b/jpa/plugins/javax.persistence.javadoc_2.2.1.v201807122140.jar
Binary files differ
diff --git a/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar b/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar
deleted file mode 100644
index 075bdd4..0000000
--- a/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar
+++ /dev/null
Binary files differ
diff --git a/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar b/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar
new file mode 100644
index 0000000..51b5c36
--- /dev/null
+++ b/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar
Binary files differ
diff --git a/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar b/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar
deleted file mode 100644
index 8cbd8c6..0000000
--- a/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar
+++ /dev/null
Binary files differ
diff --git a/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar b/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar
new file mode 100644
index 0000000..022e482
--- /dev/null
+++ b/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar
Binary files differ
diff --git a/performance/eclipselink.perf.test/.classpath b/performance/eclipselink.perf.test/.classpath
index cd6a58b..24fe6a1 100644
--- a/performance/eclipselink.perf.test/.classpath
+++ b/performance/eclipselink.perf.test/.classpath
@@ -8,7 +8,7 @@
<classpathentry kind="var" path="EXTENSION_LIB_EXTERNAL/jmh-core-0.9.3.jar"/>
<classpathentry kind="var" path="EXTENSION_LIB_EXTERNAL/jmh-generator-annprocess-0.9.3.jar"/>
<classpathentry kind="var" path="EXTENSION_LIB_EXTERNAL/commons-math3-3.3.jar"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.moxy"/>
diff --git a/performance/eclipselink.perf.test/antbuild.properties b/performance/eclipselink.perf.test/antbuild.properties
index 2a2c0a2..dd144f1 100644
--- a/performance/eclipselink.perf.test/antbuild.properties
+++ b/performance/eclipselink.perf.test/antbuild.properties
@@ -27,7 +27,7 @@
report.dir=reports
asm.jar=org.eclipse.persistence.asm_6.1.1.v201804051226.jar
-persistence22.jar=javax.persistence_2.2.0.v201708071007.jar
+persistence22.jar=javax.persistence_2.2.1.v201807122140.jar
json-api.jar=javax.json-api_1.1.2.jar
json-impl.jar=javax.json_1.1.2.jar
jmh-core.jar=jmh-core-0.9.3.jar
diff --git a/performance/eclipselink.perf.test/perf.test.iml b/performance/eclipselink.perf.test/perf.test.iml
index e95dd86..787354e 100644
--- a/performance/eclipselink.perf.test/perf.test.iml
+++ b/performance/eclipselink.perf.test/perf.test.iml
@@ -23,11 +23,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/utils/eclipselink.dbws.builder.test.oracle/.classpath b/utils/eclipselink.dbws.builder.test.oracle/.classpath
index 603d86b..7479bc2 100644
--- a/utils/eclipselink.dbws.builder.test.oracle/.classpath
+++ b/utils/eclipselink.dbws.builder.test.oracle/.classpath
@@ -14,6 +14,6 @@
<classpathentry kind="lib" path="/oracle.libs/xmlparserv2.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.moxy"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
diff --git a/utils/eclipselink.dbws.builder.test.oracle/dbws.builder.test.oracle.iml b/utils/eclipselink.dbws.builder.test.oracle/dbws.builder.test.oracle.iml
index 03a3aad..23bca8c 100644
--- a/utils/eclipselink.dbws.builder.test.oracle/dbws.builder.test.oracle.iml
+++ b/utils/eclipselink.dbws.builder.test.oracle/dbws.builder.test.oracle.iml
@@ -31,11 +31,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence_2.2.1.v201807122140.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/utils/eclipselink.dbws.builder.test/.classpath b/utils/eclipselink.dbws.builder.test/.classpath
index 5003b06..b91194c 100644
--- a/utils/eclipselink.dbws.builder.test/.classpath
+++ b/utils/eclipselink.dbws.builder.test/.classpath
@@ -9,6 +9,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.moxy"/>
<classpathentry kind="var" path="ECLIPSELINK_HOME/plugins/javax.servlet_2.4.0.v200806031604.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.persistence.jpa"/>
- <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.0.v201708071007.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.0.v201708071007.jar"/>
+ <classpathentry kind="var" path="ECLIPSELINK_HOME/jpa/plugins/javax.persistence_2.2.1.v201807122140.jar" sourcepath="/ECLIPSELINK_HOME/jpa/plugins/javax.persistence.source_2.2.1.v201807122140.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>