[OLINGO-1171] Set next 4.5.0-SNAPSHOT version

Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/4cae638f
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/4cae638f
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/4cae638f

Branch: refs/heads/master
Commit: 4cae638ff58646cf782c4b7472020687f4d10e90
Parents: 9858f1d
Author: Christian Amend <[email protected]>
Authored: Fri Sep 1 15:35:37 2017 +0200
Committer: Christian Amend <[email protected]>
Committed: Fri Sep 1 15:35:37 2017 +0200

----------------------------------------------------------------------
 dist/android-lib/pom.xml                                         | 2 +-
 dist/client-lib/pom.xml                                          | 2 +-
 dist/javadoc/pom.xml                                             | 2 +-
 dist/pom.xml                                                     | 2 +-
 dist/server-lib-ext/pom.xml                                      | 2 +-
 dist/server-lib/pom.xml                                          | 2 +-
 ext/client-android/pom.xml                                       | 2 +-
 ext/client-proxy/pom.xml                                         | 2 +-
 ext/karaf/karaf-features/pom.xml                                 | 2 +-
 ext/karaf/karaf-fit/pom.xml                                      | 2 +-
 .../org/apache/olingo/osgi/itests/server/CarServiceTest.java     | 2 +-
 ext/karaf/pom.xml                                                | 2 +-
 ext/pojogen-maven-plugin/pom.xml                                 | 2 +-
 ext/pom.xml                                                      | 2 +-
 fit/pom.xml                                                      | 2 +-
 lib/client-api/pom.xml                                           | 2 +-
 lib/client-core/pom.xml                                          | 2 +-
 lib/commons-api/pom.xml                                          | 2 +-
 lib/commons-core/pom.xml                                         | 2 +-
 lib/pom.xml                                                      | 2 +-
 lib/server-api/pom.xml                                           | 2 +-
 lib/server-core-ext/pom.xml                                      | 2 +-
 lib/server-core/pom.xml                                          | 2 +-
 lib/server-tecsvc/pom.xml                                        | 2 +-
 lib/server-test/pom.xml                                          | 2 +-
 pom.xml                                                          | 2 +-
 samples/client/pom.xml                                           | 2 +-
 samples/osgi/server/pom.xml                                      | 2 +-
 samples/pom.xml                                                  | 2 +-
 samples/server/pom.xml                                           | 2 +-
 samples/tutorials/p0_all/pom.xml                                 | 4 ++--
 samples/tutorials/p10_media/pom.xml                              | 4 ++--
 samples/tutorials/p11_batch/pom.xml                              | 4 ++--
 samples/tutorials/p12_deep_insert/pom.xml                        | 4 ++--
 samples/tutorials/p12_deep_insert_preparation/pom.xml            | 4 ++--
 samples/tutorials/p1_read/pom.xml                                | 4 ++--
 samples/tutorials/p2_readep/pom.xml                              | 4 ++--
 samples/tutorials/p3_write/pom.xml                               | 4 ++--
 samples/tutorials/p4_navigation/pom.xml                          | 4 ++--
 samples/tutorials/p5_queryoptions-tcs/pom.xml                    | 4 ++--
 samples/tutorials/p6_queryoptions-es/pom.xml                     | 4 ++--
 samples/tutorials/p7_queryoptions-o/pom.xml                      | 4 ++--
 samples/tutorials/p8_queryoptions-f/pom.xml                      | 4 ++--
 samples/tutorials/p9_action/pom.xml                              | 4 ++--
 samples/tutorials/p9_action_preparation/pom.xml                  | 4 ++--
 samples/tutorials/pe_streaming/pom.xml                           | 4 ++--
 samples/tutorials/pom.xml                                        | 2 +-
 47 files changed, 63 insertions(+), 63 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/dist/android-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml
index 6edc4f2..b338172 100644
--- a/dist/android-lib/pom.xml
+++ b/dist/android-lib/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/dist/client-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml
index 7c37cec..8bb7f98 100644
--- a/dist/client-lib/pom.xml
+++ b/dist/client-lib/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/dist/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml
index 8c8cb64..abfdc8d 100644
--- a/dist/javadoc/pom.xml
+++ b/dist/javadoc/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index e9dc19e..dd9708c 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/dist/server-lib-ext/pom.xml
----------------------------------------------------------------------
diff --git a/dist/server-lib-ext/pom.xml b/dist/server-lib-ext/pom.xml
index 4e2ca7b..9a2fe0b 100644
--- a/dist/server-lib-ext/pom.xml
+++ b/dist/server-lib-ext/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/dist/server-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml
index b3e48f9..e2e6e47 100644
--- a/dist/server-lib/pom.xml
+++ b/dist/server-lib/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-dist</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/ext/client-android/pom.xml
----------------------------------------------------------------------
diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml
index d263b05..5cd0ba9 100644
--- a/ext/client-android/pom.xml
+++ b/ext/client-android/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-ext</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/ext/client-proxy/pom.xml
----------------------------------------------------------------------
diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml
index d90d2aa..6f4b3fe 100644
--- a/ext/client-proxy/pom.xml
+++ b/ext/client-proxy/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-ext</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/ext/karaf/karaf-features/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml
index 47f196c..168fe65 100644
--- a/ext/karaf/karaf-features/pom.xml
+++ b/ext/karaf/karaf-features/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-karaf</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/ext/karaf/karaf-fit/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml
index 6ae9511..93f1a95 100644
--- a/ext/karaf/karaf-fit/pom.xml
+++ b/ext/karaf/karaf-fit/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-karaf</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
----------------------------------------------------------------------
diff --git 
a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
 
b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
index b712017..495b372 100644
--- 
a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
+++ 
b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java
@@ -96,7 +96,7 @@ public class CarServiceTest extends OlingoOSGiTestSupport {
         return new Option[] {
             olingoBaseConfig(),
             features(olingoUrl, "olingo-server", "olingo-client"),
-            mavenBundle("org.apache.olingo", "odata-server-osgi-sample", 
"4.4.0"),
+            mavenBundle("org.apache.olingo", "odata-server-osgi-sample", 
"4.5.0-SNAPSHOT"),
             logLevel(LogLevel.INFO)
         };
     }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/ext/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml
index 85fda07..c886ee0 100644
--- a/ext/karaf/pom.xml
+++ b/ext/karaf/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-ext</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/ext/pojogen-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml
index dd5d415..14da908 100644
--- a/ext/pojogen-maven-plugin/pom.xml
+++ b/ext/pojogen-maven-plugin/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-ext</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/ext/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pom.xml b/ext/pom.xml
index 126d2bb..bffd8e3 100644
--- a/ext/pom.xml
+++ b/ext/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/fit/pom.xml
----------------------------------------------------------------------
diff --git a/fit/pom.xml b/fit/pom.xml
index 6b8581e..904a4ea 100644
--- a/fit/pom.xml
+++ b/fit/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/client-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml
index a976680..42d9cfb 100644
--- a/lib/client-api/pom.xml
+++ b/lib/client-api/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/client-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml
index 3d75a8e..d934348 100644
--- a/lib/client-core/pom.xml
+++ b/lib/client-core/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/commons-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml
index ec942f1..752b455 100644
--- a/lib/commons-api/pom.xml
+++ b/lib/commons-api/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/commons-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml
index 6e4219d..8e0d4dd 100644
--- a/lib/commons-core/pom.xml
+++ b/lib/commons-core/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/pom.xml
----------------------------------------------------------------------
diff --git a/lib/pom.xml b/lib/pom.xml
index 0ff62cd..b4cbf66 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/server-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml
index 218181e..6d3987e 100644
--- a/lib/server-api/pom.xml
+++ b/lib/server-api/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/server-core-ext/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml
index b25b9b5..faa9523 100644
--- a/lib/server-core-ext/pom.xml
+++ b/lib/server-core-ext/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/server-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml
index 93a0f1a..7f88e08 100644
--- a/lib/server-core/pom.xml
+++ b/lib/server-core/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/server-tecsvc/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml
index 8a39e8c..78bdda0 100644
--- a/lib/server-tecsvc/pom.xml
+++ b/lib/server-tecsvc/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/lib/server-test/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml
index 61ac234..1830734 100644
--- a/lib/server-test/pom.xml
+++ b/lib/server-test/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-lib</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d07978c..b0ca4ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.olingo</groupId>
   <artifactId>odata-parent</artifactId>
-  <version>4.4.0</version>
+  <version>4.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Olingo-OData</name>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/client/pom.xml
----------------------------------------------------------------------
diff --git a/samples/client/pom.xml b/samples/client/pom.xml
index f5abae2..e333fb5 100644
--- a/samples/client/pom.xml
+++ b/samples/client/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-samples</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/osgi/server/pom.xml
----------------------------------------------------------------------
diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml
index 49d0d6e..5dc6e49 100644
--- a/samples/osgi/server/pom.xml
+++ b/samples/osgi/server/pom.xml
@@ -30,7 +30,7 @@ under the License.
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-samples</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index 69715dd..1d51035 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-parent</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/server/pom.xml
----------------------------------------------------------------------
diff --git a/samples/server/pom.xml b/samples/server/pom.xml
index 8350e84..f97b328 100644
--- a/samples/server/pom.xml
+++ b/samples/server/pom.xml
@@ -30,7 +30,7 @@
        <parent>
                <groupId>org.apache.olingo</groupId>
                <artifactId>odata-samples</artifactId>
-               <version>4.4.0</version>
+               <version>4.5.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p0_all/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml
index 29ca0e2..97aa305 100644
--- a/samples/tutorials/p0_all/pom.xml
+++ b/samples/tutorials/p0_all/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId} Webapp</name>
 
@@ -35,7 +35,7 @@
 
     <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p10_media/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p10_media/pom.xml 
b/samples/tutorials/p10_media/pom.xml
index f7424d4..77c5cca 100644
--- a/samples/tutorials/p10_media/pom.xml
+++ b/samples/tutorials/p10_media/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Media</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p11_batch/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p11_batch/pom.xml 
b/samples/tutorials/p11_batch/pom.xml
index 3019ed6..3517f40 100644
--- a/samples/tutorials/p11_batch/pom.xml
+++ b/samples/tutorials/p11_batch/pom.xml
@@ -25,13 +25,13 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Batch</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
   <properties>
     <javax.version>2.5</javax.version>
-    <odata.version>4.4.0</odata.version>
+    <odata.version>4.5.0-SNAPSHOT</odata.version>
     <slf4j.version>1.7.7</slf4j.version>
     <project.source>1.6</project.source>
     <compiler.plugin.version>3.2</compiler.plugin.version>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p12_deep_insert/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p12_deep_insert/pom.xml 
b/samples/tutorials/p12_deep_insert/pom.xml
index e48834b..d88d1ee 100644
--- a/samples/tutorials/p12_deep_insert/pom.xml
+++ b/samples/tutorials/p12_deep_insert/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-DeepInsert</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p12_deep_insert_preparation/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p12_deep_insert_preparation/pom.xml 
b/samples/tutorials/p12_deep_insert_preparation/pom.xml
index c4d1a85..105b1a6 100644
--- a/samples/tutorials/p12_deep_insert_preparation/pom.xml
+++ b/samples/tutorials/p12_deep_insert_preparation/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-DeepInsertPreparation</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p1_read/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p1_read/pom.xml 
b/samples/tutorials/p1_read/pom.xml
index 6ba9005..2eb8029 100755
--- a/samples/tutorials/p1_read/pom.xml
+++ b/samples/tutorials/p1_read/pom.xml
@@ -25,7 +25,7 @@
   <groupId>my.group.id</groupId>
        <artifactId>DemoService-Read</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p2_readep/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p2_readep/pom.xml 
b/samples/tutorials/p2_readep/pom.xml
index e55cc42..e931d50 100755
--- a/samples/tutorials/p2_readep/pom.xml
+++ b/samples/tutorials/p2_readep/pom.xml
@@ -9,7 +9,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-ReadEp</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -19,7 +19,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p3_write/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p3_write/pom.xml 
b/samples/tutorials/p3_write/pom.xml
index 47fe1ec..5599a23 100755
--- a/samples/tutorials/p3_write/pom.xml
+++ b/samples/tutorials/p3_write/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Write</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p4_navigation/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p4_navigation/pom.xml 
b/samples/tutorials/p4_navigation/pom.xml
index aac21d7..3e9f046 100755
--- a/samples/tutorials/p4_navigation/pom.xml
+++ b/samples/tutorials/p4_navigation/pom.xml
@@ -25,7 +25,7 @@
   <groupId>my.group.id</groupId>
   <artifactId>DemoService-Navigation</artifactId>
   <packaging>war</packaging>
-  <version>4.4.0</version>
+  <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p5_queryoptions-tcs/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p5_queryoptions-tcs/pom.xml 
b/samples/tutorials/p5_queryoptions-tcs/pom.xml
index 075a6cc..d65f69e 100755
--- a/samples/tutorials/p5_queryoptions-tcs/pom.xml
+++ b/samples/tutorials/p5_queryoptions-tcs/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-QueryOptions-TCS</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p6_queryoptions-es/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p6_queryoptions-es/pom.xml 
b/samples/tutorials/p6_queryoptions-es/pom.xml
index 829b14c..baa4d97 100755
--- a/samples/tutorials/p6_queryoptions-es/pom.xml
+++ b/samples/tutorials/p6_queryoptions-es/pom.xml
@@ -25,7 +25,7 @@
   <groupId>my.group.id</groupId>
   <artifactId>DemoService-QueryOptions-ES</artifactId>
   <packaging>war</packaging>
-  <version>4.4.0</version>
+  <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p7_queryoptions-o/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p7_queryoptions-o/pom.xml 
b/samples/tutorials/p7_queryoptions-o/pom.xml
index f9caaec..abba0f6 100644
--- a/samples/tutorials/p7_queryoptions-o/pom.xml
+++ b/samples/tutorials/p7_queryoptions-o/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-QueryOptions-O</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p8_queryoptions-f/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p8_queryoptions-f/pom.xml 
b/samples/tutorials/p8_queryoptions-f/pom.xml
index 7dc75ce..ac8eb57 100644
--- a/samples/tutorials/p8_queryoptions-f/pom.xml
+++ b/samples/tutorials/p8_queryoptions-f/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-QueryOptions-F</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId} Webapp</name>
 
@@ -35,7 +35,7 @@
 
     <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p9_action/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p9_action/pom.xml 
b/samples/tutorials/p9_action/pom.xml
index 44327e0..7afaeee 100644
--- a/samples/tutorials/p9_action/pom.xml
+++ b/samples/tutorials/p9_action/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Action</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/p9_action_preparation/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p9_action_preparation/pom.xml 
b/samples/tutorials/p9_action_preparation/pom.xml
index 134a36b..5ced72f 100644
--- a/samples/tutorials/p9_action_preparation/pom.xml
+++ b/samples/tutorials/p9_action_preparation/pom.xml
@@ -25,7 +25,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-ActionPreparation</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/pe_streaming/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/pe_streaming/pom.xml 
b/samples/tutorials/pe_streaming/pom.xml
index f4d3dd3..0fdbfbf 100755
--- a/samples/tutorials/pe_streaming/pom.xml
+++ b/samples/tutorials/pe_streaming/pom.xml
@@ -9,7 +9,7 @@
        <groupId>my.group.id</groupId>
        <artifactId>DemoService-Streaming</artifactId>
        <packaging>war</packaging>
-       <version>4.4.0</version>
+       <version>4.5.0-SNAPSHOT</version>
 
        <name>${project.artifactId}-Webapp</name>
 
@@ -19,7 +19,7 @@
 
        <properties>
                <javax.version>2.5</javax.version>
-               <odata.version>4.4.0</odata.version>
+               <odata.version>4.5.0-SNAPSHOT</odata.version>
                <slf4j.version>1.7.7</slf4j.version>
        </properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4cae638f/samples/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml
index dbc239c..9528815 100644
--- a/samples/tutorials/pom.xml
+++ b/samples/tutorials/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-samples</artifactId>
-    <version>4.4.0</version>
+    <version>4.5.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Reply via email to