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 c780084 OPENJPA-2870 update spec metadata to 2.2
c780084 is described below
commit c780084ccdec85c1e98a3cf144f9e0e7bdf117fb
Author: Mark Struberg <[email protected]>
AuthorDate: Sun May 2 23:03:10 2021 +0200
OPENJPA-2870 update spec metadata to 2.2
---
openjpa-all/pom.xml | 6 +++---
openjpa/pom.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/openjpa-all/pom.xml b/openjpa-all/pom.xml
index 2c43651..40e2713 100644
--- a/openjpa-all/pom.xml
+++ b/openjpa-all/pom.xml
@@ -107,9 +107,9 @@
<Can-Redefine-Classes>true</Can-Redefine-Classes>
<Can-Retransform-Classes>true</Can-Retransform-Classes>
<Implementation-Title>Apache OpenJPA
Aggregate JAR with dependencies</Implementation-Title>
- <Specification-Title>JSR-317 Java
Persistence</Specification-Title>
- <Specification-Vendor>Sun
Microsystems, Inc.</Specification-Vendor>
-
<Specification-Version>2.0</Specification-Version>
+ <Specification-Title>JSR-338 Java
Persistence</Specification-Title>
+ <Specification-Vendor>ORACLE,
Inc.</Specification-Vendor>
+
<Specification-Version>2.2</Specification-Version>
</manifestEntries>
</transformer>
</transformers>
diff --git a/openjpa/pom.xml b/openjpa/pom.xml
index 3ac2d72..b69ed4b 100644
--- a/openjpa/pom.xml
+++ b/openjpa/pom.xml
@@ -200,9 +200,9 @@
<Agent-Class>org.apache.openjpa.enhance.InstrumentationFactory</Agent-Class>
<Can-Redefine-Classes>true</Can-Redefine-Classes>
<Can-Retransform-Classes>true</Can-Retransform-Classes>
- <Specification-Title>JSR-317 Java
Persistence</Specification-Title>
- <Specification-Vendor>Sun Microsystems,
Inc.</Specification-Vendor>
- <Specification-Version>2.0</Specification-Version>
+ <Specification-Title>JSR-338 Java
Persistence</Specification-Title>
+ <Specification-Vendor>ORACLE,
Inc.</Specification-Vendor>
+ <Specification-Version>2.2</Specification-Version>
<!-- OSGi Bundle Metadata -->
<Bundle-DocURL>${project.url}</Bundle-DocURL>
<Bundle-Activator>org.apache.openjpa.persistence.osgi.PersistenceActivator</Bundle-Activator>