This is an automated email from the ASF dual-hosted git repository.

dblevins 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 6760ca6  Set OpenJPA version to the final 3.2.2
6760ca6 is described below

commit 6760ca645f886f3db43853e3be552dda617af664
Author: David Blevins <[email protected]>
AuthorDate: Fri Mar 25 12:16:28 2022 -0700

    Set OpenJPA version to the final 3.2.2
---
 examples/alternate-descriptors/pom.xml         | 2 +-
 examples/deltaspike-fullstack/pom.xml          | 2 +-
 examples/multi-jpa-provider-testing/pom.xml    | 2 +-
 examples/polling-parent/polling-client/pom.xml | 2 +-
 examples/polling-parent/polling-domain/pom.xml | 2 +-
 examples/rest-example/pom.xml                  | 2 +-
 examples/rest-sse-example/pom.xml              | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/examples/alternate-descriptors/pom.xml 
b/examples/alternate-descriptors/pom.xml
index dc96e57..da1802e 100644
--- a/examples/alternate-descriptors/pom.xml
+++ b/examples/alternate-descriptors/pom.xml
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.apache.openjpa</groupId>
       <artifactId>openjpa</artifactId>
-      <version>3.2.2-SNAPSHOT</version>
+      <version>3.2.2</version>
       <scope>provided</scope>
       <classifier>jakarta</classifier>
       <exclusions>
diff --git a/examples/deltaspike-fullstack/pom.xml 
b/examples/deltaspike-fullstack/pom.xml
index e03c146..5d090a4 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -79,7 +79,7 @@
           <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa</artifactId>
-            <version>3.2.2-SNAPSHOT</version>
+            <version>3.2.2</version>
             <classifier>jakarta</classifier>
             <exclusions>
               <exclusion>
diff --git a/examples/multi-jpa-provider-testing/pom.xml 
b/examples/multi-jpa-provider-testing/pom.xml
index 733c14b..e21888f 100644
--- a/examples/multi-jpa-provider-testing/pom.xml
+++ b/examples/multi-jpa-provider-testing/pom.xml
@@ -152,7 +152,7 @@
     <dependency>
       <groupId>org.apache.openjpa</groupId>
       <artifactId>openjpa</artifactId>
-      <version>3.2.2-SNAPSHOT</version>
+      <version>3.2.2</version>
       <scope>test</scope>
       <classifier>jakarta</classifier>
       <exclusions>
diff --git a/examples/polling-parent/polling-client/pom.xml 
b/examples/polling-parent/polling-client/pom.xml
index f00f11e..ab47b4d 100644
--- a/examples/polling-parent/polling-client/pom.xml
+++ b/examples/polling-parent/polling-client/pom.xml
@@ -94,7 +94,7 @@
           <dependency> <!-- because entities was enhanced -->
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa</artifactId>
-            <version>3.2.2-SNAPSHOT</version>
+            <version>3.2.2</version>
             <classifier>jakarta</classifier>
             <exclusions>
               <exclusion>
diff --git a/examples/polling-parent/polling-domain/pom.xml 
b/examples/polling-parent/polling-domain/pom.xml
index 08d6c64..61f08fa 100644
--- a/examples/polling-parent/polling-domain/pom.xml
+++ b/examples/polling-parent/polling-domain/pom.xml
@@ -74,7 +74,7 @@
           <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa</artifactId>
-            <version>3.2.2-SNAPSHOT</version>
+            <version>3.2.2</version>
             <classifier>jakarta</classifier>
             <exclusions>
               <exclusion>
diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml
index febe79f..f47bfac 100644
--- a/examples/rest-example/pom.xml
+++ b/examples/rest-example/pom.xml
@@ -26,7 +26,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>9.0.0-M8-SNAPSHOT</tomee.version>
-    <version.openjpa>3.2.2-SNAPSHOT</version.openjpa>
+    <version.openjpa>3.2.2</version.openjpa>
   </properties>
   <repositories>
     <repository>
diff --git a/examples/rest-sse-example/pom.xml 
b/examples/rest-sse-example/pom.xml
index 5ead6a9..624cba9 100644
--- a/examples/rest-sse-example/pom.xml
+++ b/examples/rest-sse-example/pom.xml
@@ -26,7 +26,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>9.0.0-M8-SNAPSHOT</tomee.version>
-    <version.openjpa>3.2.2-SNAPSHOT</version.openjpa>
+    <version.openjpa>3.2.2</version.openjpa>
   </properties>
   <repositories>
     <repository>

Reply via email to