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

mibo pushed a commit to branch OLINGO-1636-jdk_upgrade
in repository https://gitbox.apache.org/repos/asf/olingo-odata2.git

commit 88b4110dd7fc1a617a65c0360f7a498d8848089e
Author: iliyan-velichkov <[email protected]>
AuthorDate: Wed Dec 13 09:49:04 2023 +0000

    version set to 3.0.2 for release
---
 odata2-annotation-processor/annotation-processor-api/pom.xml  | 2 +-
 odata2-annotation-processor/annotation-processor-core/pom.xml | 2 +-
 odata2-annotation-processor/annotation-processor-ref/pom.xml  | 2 +-
 odata2-annotation-processor/annotation-processor-web/pom.xml  | 2 +-
 odata2-annotation-processor/pom.xml                           | 2 +-
 odata2-dist/janos/pom.xml                                     | 2 +-
 odata2-dist/javadoc/pom.xml                                   | 2 +-
 odata2-dist/jpa/pom.xml                                       | 2 +-
 odata2-dist/lib/pom.xml                                       | 2 +-
 odata2-dist/pom.xml                                           | 2 +-
 odata2-dist/ref/pom.xml                                       | 2 +-
 odata2-jpa-processor/jpa-api/pom.xml                          | 2 +-
 odata2-jpa-processor/jpa-core/pom.xml                         | 2 +-
 odata2-jpa-processor/jpa-ref/pom.xml                          | 2 +-
 odata2-jpa-processor/jpa-web/pom.xml                          | 2 +-
 odata2-jpa-processor/pom.xml                                  | 2 +-
 odata2-lib/odata-annotation/pom.xml                           | 2 +-
 odata2-lib/odata-api/pom.xml                                  | 2 +-
 odata2-lib/odata-client-api/pom.xml                           | 2 +-
 odata2-lib/odata-client-core/pom.xml                          | 2 +-
 odata2-lib/odata-core/pom.xml                                 | 2 +-
 odata2-lib/odata-fit/pom.xml                                  | 2 +-
 odata2-lib/odata-ref/pom.xml                                  | 2 +-
 odata2-lib/odata-testutil/pom.xml                             | 2 +-
 odata2-lib/odata-web/pom.xml                                  | 2 +-
 odata2-lib/pom.xml                                            | 2 +-
 odata2-sample/cars-annotation-archetype/pom.xml               | 4 ++--
 odata2-sample/cars-jpa-archetype/pom.xml                      | 2 +-
 odata2-sample/cars-service-archetype/pom.xml                  | 4 ++--
 odata2-sample/pom.xml                                         | 2 +-
 odata2-spring/pom.xml                                         | 2 +-
 pom.xml                                                       | 2 +-
 32 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/odata2-annotation-processor/annotation-processor-api/pom.xml 
b/odata2-annotation-processor/annotation-processor-api/pom.xml
index 691a4a75..371cf66f 100644
--- a/odata2-annotation-processor/annotation-processor-api/pom.xml
+++ b/odata2-annotation-processor/annotation-processor-api/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-annotation-processor</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/annotation-processor-core/pom.xml 
b/odata2-annotation-processor/annotation-processor-core/pom.xml
index 9e682372..c0e91245 100644
--- a/odata2-annotation-processor/annotation-processor-core/pom.xml
+++ b/odata2-annotation-processor/annotation-processor-core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-annotation-processor</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/annotation-processor-ref/pom.xml 
b/odata2-annotation-processor/annotation-processor-ref/pom.xml
index 446b1315..280f6c1e 100644
--- a/odata2-annotation-processor/annotation-processor-ref/pom.xml
+++ b/odata2-annotation-processor/annotation-processor-ref/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-annotation-processor</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/annotation-processor-web/pom.xml 
b/odata2-annotation-processor/annotation-processor-web/pom.xml
index 29ec23aa..58555942 100644
--- a/odata2-annotation-processor/annotation-processor-web/pom.xml
+++ b/odata2-annotation-processor/annotation-processor-web/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-annotation-processor</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/pom.xml 
b/odata2-annotation-processor/pom.xml
index 5d90d57c..d3d6bacd 100644
--- a/odata2-annotation-processor/pom.xml
+++ b/odata2-annotation-processor/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-parent</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml
index 7374fb82..48ef7541 100644
--- a/odata2-dist/janos/pom.xml
+++ b/odata2-dist/janos/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml
index 9726993e..4924ea65 100644
--- a/odata2-dist/javadoc/pom.xml
+++ b/odata2-dist/javadoc/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml
index b2876c3c..5d9280a8 100644
--- a/odata2-dist/jpa/pom.xml
+++ b/odata2-dist/jpa/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml
index 5de4586d..7ccc84e7 100644
--- a/odata2-dist/lib/pom.xml
+++ b/odata2-dist/lib/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index 53148368..82045580 100644
--- a/odata2-dist/pom.xml
+++ b/odata2-dist/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-parent</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml
index ff8e0483..06aaecde 100644
--- a/odata2-dist/ref/pom.xml
+++ b/odata2-dist/ref/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-dist</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-jpa-processor/jpa-api/pom.xml 
b/odata2-jpa-processor/jpa-api/pom.xml
index 5c5b0405..5861d713 100644
--- a/odata2-jpa-processor/jpa-api/pom.xml
+++ b/odata2-jpa-processor/jpa-api/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-jpa-processor</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-core/pom.xml 
b/odata2-jpa-processor/jpa-core/pom.xml
index e8f7c82d..641a63e4 100644
--- a/odata2-jpa-processor/jpa-core/pom.xml
+++ b/odata2-jpa-processor/jpa-core/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-jpa-processor</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-ref/pom.xml 
b/odata2-jpa-processor/jpa-ref/pom.xml
index 5f0d7454..66c34d8b 100644
--- a/odata2-jpa-processor/jpa-ref/pom.xml
+++ b/odata2-jpa-processor/jpa-ref/pom.xml
@@ -17,7 +17,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-jpa-processor</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-web/pom.xml 
b/odata2-jpa-processor/jpa-web/pom.xml
index 4b54fa2e..b791c209 100644
--- a/odata2-jpa-processor/jpa-web/pom.xml
+++ b/odata2-jpa-processor/jpa-web/pom.xml
@@ -21,7 +21,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-jpa-processor</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml
index 405503e7..9dfad79b 100644
--- a/odata2-jpa-processor/pom.xml
+++ b/odata2-jpa-processor/pom.xml
@@ -18,7 +18,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo-odata2-parent</artifactId>
-      <version>3.0.2-SNAPSHOT</version>
+      <version>3.0.2</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/odata-annotation/pom.xml 
b/odata2-lib/odata-annotation/pom.xml
index 53452cd7..0623df23 100644
--- a/odata2-lib/odata-annotation/pom.xml
+++ b/odata2-lib/odata-annotation/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-lib</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index 4fa25ebf..e0055cf9 100644
--- a/odata2-lib/odata-api/pom.xml
+++ b/odata2-lib/odata-api/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-lib</artifactId>
-       <version>3.0.2-SNAPSHOT</version>
+       <version>3.0.2</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-client-api/pom.xml 
b/odata2-lib/odata-client-api/pom.xml
index c5c2b139..fe4af915 100644
--- a/odata2-lib/odata-client-api/pom.xml
+++ b/odata2-lib/odata-client-api/pom.xml
@@ -13,7 +13,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-lib</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>olingo-odata2-client-api</artifactId>
diff --git a/odata2-lib/odata-client-core/pom.xml 
b/odata2-lib/odata-client-core/pom.xml
index 5905c5e6..234fdde6 100644
--- a/odata2-lib/odata-client-core/pom.xml
+++ b/odata2-lib/odata-client-core/pom.xml
@@ -13,7 +13,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-lib</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 6f65e83d..8efc4359 100644
--- a/odata2-lib/odata-core/pom.xml
+++ b/odata2-lib/odata-core/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-lib</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index acabba22..b5c13e49 100644
--- a/odata2-lib/odata-fit/pom.xml
+++ b/odata2-lib/odata-fit/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-lib</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index 204a3226..d6d7982b 100644
--- a/odata2-lib/odata-ref/pom.xml
+++ b/odata2-lib/odata-ref/pom.xml
@@ -28,7 +28,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-lib</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-testutil/pom.xml 
b/odata2-lib/odata-testutil/pom.xml
index 8a82a50f..438c8a8c 100644
--- a/odata2-lib/odata-testutil/pom.xml
+++ b/odata2-lib/odata-testutil/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-lib</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 0b51b1c0..2ec2468a 100644
--- a/odata2-lib/odata-web/pom.xml
+++ b/odata2-lib/odata-web/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-lib</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index bcca8c18..864d3580 100644
--- a/odata2-lib/pom.xml
+++ b/odata2-lib/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-parent</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-sample/cars-annotation-archetype/pom.xml 
b/odata2-sample/cars-annotation-archetype/pom.xml
index 45b343ac..380f1dd0 100644
--- a/odata2-sample/cars-annotation-archetype/pom.xml
+++ b/odata2-sample/cars-annotation-archetype/pom.xml
@@ -16,13 +16,13 @@
   <groupId>org.apache.olingo</groupId>
   <artifactId>olingo-odata2-sample-cars-annotation-archetype</artifactId>
   <name>${project.artifactId}</name>
-  <version>3.0.2-SNAPSHOT</version>
+  <version>3.0.2</version>
   <packaging>maven-archetype</packaging>
 
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-sample</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-sample/cars-jpa-archetype/pom.xml 
b/odata2-sample/cars-jpa-archetype/pom.xml
index 8d218c47..f3d81185 100644
--- a/odata2-sample/cars-jpa-archetype/pom.xml
+++ b/odata2-sample/cars-jpa-archetype/pom.xml
@@ -23,7 +23,7 @@
        <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-sample</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
        
diff --git a/odata2-sample/cars-service-archetype/pom.xml 
b/odata2-sample/cars-service-archetype/pom.xml
index 75f0ea30..9627aef0 100644
--- a/odata2-sample/cars-service-archetype/pom.xml
+++ b/odata2-sample/cars-service-archetype/pom.xml
@@ -24,14 +24,14 @@
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-sample-cars-service-archetype</artifactId>
     <name>${project.artifactId}</name>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>3.0.2</version>
 
     <packaging>maven-archetype</packaging>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-sample</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml
index f6c95e8f..6930dcd5 100644
--- a/odata2-sample/pom.xml
+++ b/odata2-sample/pom.xml
@@ -15,7 +15,7 @@
     <parent>
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo-odata2-parent</artifactId>
-      <version>3.0.2-SNAPSHOT</version>
+      <version>3.0.2</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml
index d2a0d9b4..a5a5e7d3 100755
--- a/odata2-spring/pom.xml
+++ b/odata2-spring/pom.xml
@@ -18,7 +18,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>olingo-odata2-parent</artifactId>
-               <version>3.0.2-SNAPSHOT</version>
+               <version>3.0.2</version>
        </parent>
 
        <dependencies>
diff --git a/pom.xml b/pom.xml
index e6a20d63..7d20f079 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
        <groupId>org.apache.olingo</groupId>
        <artifactId>olingo-odata2-parent</artifactId>
-       <version>3.0.2-SNAPSHOT</version>
+       <version>3.0.2</version>
        <packaging>pom</packaging>
 
        <name>${project.artifactId}</name>

Reply via email to