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 e9f46901b516fd793c75cbe41a8a266abc3a7634
Author: iliyan-velichkov <[email protected]>
AuthorDate: Wed Dec 13 09:49:07 2023 +0000

    version set to 3.0.3-SNAPSHOT for development
---
 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 371cf66f..3ad930e9 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</version>
+    <version>3.0.3-SNAPSHOT</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 c0e91245..aacb998b 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</version>
+    <version>3.0.3-SNAPSHOT</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 280f6c1e..c0c71968 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</version>
+    <version>3.0.3-SNAPSHOT</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 58555942..40ee806f 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</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/pom.xml 
b/odata2-annotation-processor/pom.xml
index d3d6bacd..1d097cbb 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml
index 48ef7541..52d778f0 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml
index 4924ea65..a3da7184 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml
index 5d9280a8..fed83c76 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml
index 7ccc84e7..2419e82d 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index 82045580..d7b6f8f7 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml
index 06aaecde..2d691623 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-jpa-processor/jpa-api/pom.xml 
b/odata2-jpa-processor/jpa-api/pom.xml
index 5861d713..88eb7bb4 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</version>
+               <version>3.0.3-SNAPSHOT</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-core/pom.xml 
b/odata2-jpa-processor/jpa-core/pom.xml
index 641a63e4..d54ff9ec 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</version>
+               <version>3.0.3-SNAPSHOT</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-ref/pom.xml 
b/odata2-jpa-processor/jpa-ref/pom.xml
index 66c34d8b..2bba3283 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</version>
+               <version>3.0.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-web/pom.xml 
b/odata2-jpa-processor/jpa-web/pom.xml
index b791c209..58ef62e9 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</version>
+               <version>3.0.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml
index 9dfad79b..4fed7e2c 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</version>
+      <version>3.0.3-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/odata-annotation/pom.xml 
b/odata2-lib/odata-annotation/pom.xml
index 0623df23..c1508bcd 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</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index e0055cf9..a231cf2f 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</version>
+       <version>3.0.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-client-api/pom.xml 
b/odata2-lib/odata-client-api/pom.xml
index fe4af915..6b7e336a 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</version>
+               <version>3.0.3-SNAPSHOT</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 234fdde6..48cb42cd 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</version>
+               <version>3.0.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 8efc4359..6dd55fbe 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</version>
+               <version>3.0.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index b5c13e49..3c376191 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</version>
+               <version>3.0.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index d6d7982b..e5d5de76 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</version>
+               <version>3.0.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-testutil/pom.xml 
b/odata2-lib/odata-testutil/pom.xml
index 438c8a8c..e566edde 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</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 2ec2468a..6cf5a91c 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index 864d3580..0a42bda0 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-sample/cars-annotation-archetype/pom.xml 
b/odata2-sample/cars-annotation-archetype/pom.xml
index 380f1dd0..5a001468 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</version>
+  <version>3.0.3-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-sample</artifactId>
-    <version>3.0.2</version>
+    <version>3.0.3-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-sample/cars-jpa-archetype/pom.xml 
b/odata2-sample/cars-jpa-archetype/pom.xml
index f3d81185..a116fa95 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</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
        
diff --git a/odata2-sample/cars-service-archetype/pom.xml 
b/odata2-sample/cars-service-archetype/pom.xml
index 9627aef0..9d9fe22a 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</version>
+    <version>3.0.3-SNAPSHOT</version>
 
     <packaging>maven-archetype</packaging>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-sample</artifactId>
-        <version>3.0.2</version>
+        <version>3.0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml
index 6930dcd5..6fb75436 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</version>
+      <version>3.0.3-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml
index a5a5e7d3..45de46d7 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</version>
+               <version>3.0.3-SNAPSHOT</version>
        </parent>
 
        <dependencies>
diff --git a/pom.xml b/pom.xml
index 7d20f079..d0e544c0 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</version>
+       <version>3.0.3-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>${project.artifactId}</name>

Reply via email to