You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2019/05/01 05:09:18 UTC

[olingo-odata4] branch master updated: [OLINGO-1352] Set version to 4.6.0-RC01

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

mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


The following commit(s) were added to refs/heads/master by this push:
     new 68181b9  [OLINGO-1352] Set version to 4.6.0-RC01
68181b9 is described below

commit 68181b967696780b2faff3abb9456cede83a8666
Author: mibo <mi...@apache.org>
AuthorDate: Wed May 1 06:48:00 2019 +0200

    [OLINGO-1352] Set version to 4.6.0-RC01
---
 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 +-
 .../java/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 +-
 .../main/java/org/apache/olingo/client/core/http/HttpMerge.java    | 3 +--
 .../main/java/org/apache/olingo/client/core/http/HttpPatch.java    | 7 +++----
 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 +-
 49 files changed, 67 insertions(+), 69 deletions(-)

diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml
index 8499469..68c5824 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml
index c118eca..db08b91 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml
index 8a81b26..f728b4c 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/pom.xml b/dist/pom.xml
index 6150811..927e318 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/server-lib-ext/pom.xml b/dist/server-lib-ext/pom.xml
index cf2a515..e8e63f9 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml
index 9040de3..cb13526 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml
index da8b1df..8b456d9 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml
index d1fd1a5..802dc31 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml
index 2ce9575..3652433 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
     <build>
diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml
index 61cdf52..ced4a9b 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>
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 eced4be..14f0980 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.6.0-SNAPSHOT"),
+            mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.6.0-RC01"),
             logLevel(LogLevel.INFO)
         };
     }
diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml
index e9e7076..b2b243e 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml
index 9ab3f9f..4b95193 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/pom.xml b/ext/pom.xml
index 9feee49..efb722a 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/fit/pom.xml b/fit/pom.xml
index 1513cb2..c5bfb7c 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml
index bb2c807..db20fd7 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml
index a902f12..ab80eb1 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/client-core/src/main/java/org/apache/olingo/client/core/http/HttpMerge.java b/lib/client-core/src/main/java/org/apache/olingo/client/core/http/HttpMerge.java
index 198a88b..4e91b13 100644
--- a/lib/client-core/src/main/java/org/apache/olingo/client/core/http/HttpMerge.java
+++ b/lib/client-core/src/main/java/org/apache/olingo/client/core/http/HttpMerge.java
@@ -20,13 +20,12 @@ package org.apache.olingo.client.core.http;
 
 import java.net.URI;
 
-import org.apache.http.annotation.NotThreadSafe;
 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
 
 /**
  * Class identifying MERGE HTTP method.
+ * @NotThreadSafe
  */
-@NotThreadSafe
 public class HttpMerge extends HttpEntityEnclosingRequestBase {
 
   public final static String METHOD_NAME = "MERGE";
diff --git a/lib/client-core/src/main/java/org/apache/olingo/client/core/http/HttpPatch.java b/lib/client-core/src/main/java/org/apache/olingo/client/core/http/HttpPatch.java
index a50ac45..7c41576 100644
--- a/lib/client-core/src/main/java/org/apache/olingo/client/core/http/HttpPatch.java
+++ b/lib/client-core/src/main/java/org/apache/olingo/client/core/http/HttpPatch.java
@@ -18,15 +18,14 @@
  */
 package org.apache.olingo.client.core.http;
 
-import java.net.URI;
-
-import org.apache.http.annotation.NotThreadSafe;
 import org.apache.http.client.methods.HttpEntityEnclosingRequestBase;
 
+import java.net.URI;
+
 /**
  * Class identifying PATCH HTTP method.
+ * @NotThreadSafe
  */
-@NotThreadSafe
 public class HttpPatch extends HttpEntityEnclosingRequestBase {
 
   public final static String METHOD_NAME = "PATCH";
diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml
index 54d9842..1678ac0 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml
index fa503df..c64e7d9 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/pom.xml b/lib/pom.xml
index 3304362..b7f8f83 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml
index 601ebd4..53f32ee 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml
index f40de27..3e747e1 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>
diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml
index 0ef3558..5bbfe6b 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml
index 95f049d..fbfc835 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml
index 5fc1c03..a6cd55b 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 849b0ed..c670138 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.olingo</groupId>
   <artifactId>odata-parent</artifactId>
-  <version>4.6.0-SNAPSHOT</version>
+  <version>4.6.0-RC01</version>
   <packaging>pom</packaging>
 
   <name>Olingo-OData</name>
diff --git a/samples/client/pom.xml b/samples/client/pom.xml
index f871e0f..493eb9e 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml
index 774b11c..3977bfe 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>../..</relativePath>
   </parent>
 
diff --git a/samples/pom.xml b/samples/pom.xml
index b38b996..a8e144f 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/samples/server/pom.xml b/samples/server/pom.xml
index ac7b432..a6dc8ec 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.6.0-SNAPSHOT</version>
+		<version>4.6.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml
index c2b8dc0..94b3fa2 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId} Webapp</name>
 
@@ -35,7 +35,7 @@
 
     <properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p10_media/pom.xml b/samples/tutorials/p10_media/pom.xml
index 3a8813b..3af5043 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p11_batch/pom.xml b/samples/tutorials/p11_batch/pom.xml
index 73506a2..a095967 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
   <properties>
     <javax.version>2.5</javax.version>
-    <odata.version>4.6.0-SNAPSHOT</odata.version>
+    <odata.version>4.6.0-RC01</odata.version>
     <slf4j.version>1.7.7</slf4j.version>
     <project.source>1.6</project.source>
     <compiler.plugin.version>3.2</compiler.plugin.version>
diff --git a/samples/tutorials/p12_deep_insert/pom.xml b/samples/tutorials/p12_deep_insert/pom.xml
index ca5bb00..a0c5e14 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p12_deep_insert_preparation/pom.xml b/samples/tutorials/p12_deep_insert_preparation/pom.xml
index 2980422..93d48ab 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p1_read/pom.xml b/samples/tutorials/p1_read/pom.xml
index c86db66..8c776f2 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p2_readep/pom.xml b/samples/tutorials/p2_readep/pom.xml
index 72acd04..6f7e16e 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -19,7 +19,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p3_write/pom.xml b/samples/tutorials/p3_write/pom.xml
index e0baeb1..665cee0 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p4_navigation/pom.xml b/samples/tutorials/p4_navigation/pom.xml
index 78d791a..3783ca9 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.6.0-SNAPSHOT</version>
+  <version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p5_queryoptions-tcs/pom.xml b/samples/tutorials/p5_queryoptions-tcs/pom.xml
index a7d1cc3..f6f69da 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p6_queryoptions-es/pom.xml b/samples/tutorials/p6_queryoptions-es/pom.xml
index ad3d14a..7824374 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.6.0-SNAPSHOT</version>
+  <version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p7_queryoptions-o/pom.xml b/samples/tutorials/p7_queryoptions-o/pom.xml
index a2de557..ad178cf 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p8_queryoptions-f/pom.xml b/samples/tutorials/p8_queryoptions-f/pom.xml
index aa9de97..b244f88 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId} Webapp</name>
 
@@ -35,7 +35,7 @@
 
     <properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p9_action/pom.xml b/samples/tutorials/p9_action/pom.xml
index 2cf362d..1285f33 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/p9_action_preparation/pom.xml b/samples/tutorials/p9_action_preparation/pom.xml
index 176ece2..3cee72d 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/pe_streaming/pom.xml b/samples/tutorials/pe_streaming/pom.xml
index c470884..d4b14df 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.6.0-SNAPSHOT</version>
+	<version>4.6.0-RC01</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -19,7 +19,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.6.0-SNAPSHOT</odata.version>
+		<odata.version>4.6.0-RC01</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 
diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml
index 43afa0e..1ffa477 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.6.0-SNAPSHOT</version>
+    <version>4.6.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>