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 78298e8f340256cdcd6a7da503567c585aee53fd
Author: Iliyan Velichkov <velichkov.ili...@gmail.com>
AuthorDate: Wed Dec 13 10:31:59 2023 +0200

    set version 3.0.0-SNAPSHOT
    Signed-off-by: Iliyan Velichkov <velichkov.ili...@gmail.com>
---
 .gitignore                                                    | 1 +
 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 +-
 33 files changed, 35 insertions(+), 34 deletions(-)

diff --git a/.gitignore b/.gitignore
index e000e0dc..b30725e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ classes
 .DS_Store
 nb-configuration.xml
 context.xml
+*.versionsBackup
\ No newline at end of file
diff --git a/odata2-annotation-processor/annotation-processor-api/pom.xml 
b/odata2-annotation-processor/annotation-processor-api/pom.xml
index 120163da..d5cf999f 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>2.0.13</version>
+    <version>3.0.0-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 b57a282f..85d46807 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>2.0.13</version>
+    <version>3.0.0-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 3f62b39a..1ffb864e 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>2.0.13</version>
+    <version>3.0.0-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 797d8dac..4e40e412 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>2.0.13</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-annotation-processor/pom.xml 
b/odata2-annotation-processor/pom.xml
index d830a1c5..3f3f19c7 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/janos/pom.xml b/odata2-dist/janos/pom.xml
index f4b3926e..37704a27 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/javadoc/pom.xml b/odata2-dist/javadoc/pom.xml
index 841a18b8..59b4cd35 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/jpa/pom.xml b/odata2-dist/jpa/pom.xml
index 6264163f..8f936905 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/lib/pom.xml b/odata2-dist/lib/pom.xml
index 012687cd..e8e23da8 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/pom.xml b/odata2-dist/pom.xml
index 3aa08424..d0ab591b 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-dist/ref/pom.xml b/odata2-dist/ref/pom.xml
index 199f6e89..6b46b802 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-jpa-processor/jpa-api/pom.xml 
b/odata2-jpa-processor/jpa-api/pom.xml
index 872f2ae9..f61729eb 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-core/pom.xml 
b/odata2-jpa-processor/jpa-core/pom.xml
index cacc5d55..0ccae999 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
                <relativePath>../</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-ref/pom.xml 
b/odata2-jpa-processor/jpa-ref/pom.xml
index 4d81e3b8..4d9355e7 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/jpa-web/pom.xml 
b/odata2-jpa-processor/jpa-web/pom.xml
index 7ba3b284..48484f93 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-jpa-processor/pom.xml b/odata2-jpa-processor/pom.xml
index ea9877b0..f3866665 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>2.0.13</version>
+      <version>3.0.0-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/odata-annotation/pom.xml 
b/odata2-lib/odata-annotation/pom.xml
index de7fe349..ba3161ca 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>2.0.13</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-api/pom.xml b/odata2-lib/odata-api/pom.xml
index f33c2133..5f2f21e9 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>2.0.13</version>
+       <version>3.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-client-api/pom.xml 
b/odata2-lib/odata-client-api/pom.xml
index 502cd3e7..7b0ccf14 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>2.0.13</version>
+               <version>3.0.0-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 03ef9ca6..b99efd47 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-core/pom.xml b/odata2-lib/odata-core/pom.xml
index 5b50f5b7..a27d513d 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-fit/pom.xml b/odata2-lib/odata-fit/pom.xml
index 1a45c362..8fa57ab5 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-ref/pom.xml b/odata2-lib/odata-ref/pom.xml
index 2d90b8f1..0abcda1e 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
diff --git a/odata2-lib/odata-testutil/pom.xml 
b/odata2-lib/odata-testutil/pom.xml
index 101c8769..beda624e 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>2.0.13</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-lib/odata-web/pom.xml b/odata2-lib/odata-web/pom.xml
index 073d3aac..8ab14609 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-lib/pom.xml b/odata2-lib/pom.xml
index 558471fd..3136e195 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-sample/cars-annotation-archetype/pom.xml 
b/odata2-sample/cars-annotation-archetype/pom.xml
index 423c19ef..58764a0c 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>2.0.13</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>olingo-odata2-sample</artifactId>
-    <version>2.0.13</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/odata2-sample/cars-jpa-archetype/pom.xml 
b/odata2-sample/cars-jpa-archetype/pom.xml
index 1639db67..448f597d 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>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
        
diff --git a/odata2-sample/cars-service-archetype/pom.xml 
b/odata2-sample/cars-service-archetype/pom.xml
index 580b3fcf..9b5cfb56 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>2.0.13</version>
+    <version>3.0.0-SNAPSHOT</version>
 
     <packaging>maven-archetype</packaging>
 
     <parent>
         <groupId>org.apache.olingo</groupId>
         <artifactId>olingo-odata2-sample</artifactId>
-        <version>2.0.13</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-sample/pom.xml b/odata2-sample/pom.xml
index a7b5fe78..a3effb08 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>2.0.13</version>
+      <version>3.0.0-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/odata2-spring/pom.xml b/odata2-spring/pom.xml
index bfb0ef86..bf238e8b 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>2.0.13</version>
+               <version>3.0.0-SNAPSHOT</version>
        </parent>
 
        <dependencies>
diff --git a/pom.xml b/pom.xml
index 72b69697..fb374b5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
        <groupId>org.apache.olingo</groupId>
        <artifactId>olingo-odata2-parent</artifactId>
-       <version>2.0.13</version>
+       <version>3.0.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>${project.artifactId}</name>

Reply via email to