[OLINGO-772] Change version to RC01
diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml
index 70385b6..fd62c14 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml
index e626a80..0655196 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml
index 8952f5d..a83da43 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/pom.xml b/dist/pom.xml
index b4627ec..6404ee0 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml
index e4e79b6..0fa6216 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml
index b8f17c5..2bc76ec 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml
index 45585bf..1961036 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml
index 2ae3f2c..4bf62d0 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
     <build>
diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml
index 3dda110..6b809c8 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.0.0-SNAPSHOT</version>
+    <version>4.0.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 ce24f0b..b5b6cf6 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 @@
         return new Option[] {
             olingoBaseConfig(),
             features(olingoUrl, "olingo-server", "olingo-client"),
-            mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.0.0-SNAPSHOT"),
+            mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.0.0-RC01"),
             logLevel(LogLevel.INFO)
         };
     }
diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml
index 14e3645..e328ac1 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml
index 2da0254..c38077d 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/ext/pom.xml b/ext/pom.xml
index 3c36e18..1698123 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/fit/pom.xml b/fit/pom.xml
index bb6bfa8..df3019b 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml
index 74f2f06..3e2c126 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml
index ce9fc28..9749166 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml
index d8f7e64..5b793a4 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml
index 004ae63..2eca18b 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/pom.xml b/lib/pom.xml
index 060afa0..dc386ad 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml
index 045b81d..1581426 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml
index d7a36cf..8f26b3b 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>
diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml
index 81a9538..3d3cadc 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml
index 655e756..e31176b 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml
index 2b75475..8354133 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index b487888..e6216d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.olingo</groupId>
   <artifactId>odata-parent</artifactId>
-  <version>4.0.0-SNAPSHOT</version>
+  <version>4.0.0-RC01</version>
   <packaging>pom</packaging>
 
   <name>Olingo-OData</name>
diff --git a/samples/client/pom.xml b/samples/client/pom.xml
index f81cfdd..ccdbd23 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/samples/osgi/server/README.txt b/samples/osgi/server/README.txt
index 0fdf386..5e5be45 100644
--- a/samples/osgi/server/README.txt
+++ b/samples/osgi/server/README.txt
@@ -86,7 +86,7 @@
 The following commands will install the olingo-server feature.
 
 ```
-feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-SNAPSHOT/xml/features
+feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC01/xml/features
 feature:install olingo-server
 ```
 
@@ -95,16 +95,16 @@
 To install this sample bundle, run the karaf console command.
 
 ```
-bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-SNAPSHOT
+bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-RC01
 ```
 
 Shown below is the output from running the above Karaf console commands.
 
 ```
-karaf@root()> feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-SNAPSHOT/xml/features
-Adding feature url mvn:org.apache.olingo/odata-karaf-features/4.0.0-SNAPSHOT/xml/features
+karaf@root()> feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC01/xml/features
+Adding feature url mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC01/xml/features
 karaf@root()> feature:install olingo-server
-karaf@root()> bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-SNAPSHOT
+karaf@root()> bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-RC01
 Bundle ID: 109
 ```
 
@@ -123,15 +123,15 @@
 102 | Active |  50 | 2.4.2          | Jackson-core            
 103 | Active |  50 | 2.4.2          | Jackson-annotations     
 104 | Active |  50 | 2.4.2          | jackson-databind        
-105 | Active |  50 | 4.0.0.SNAPSHOT | odata-commons-api       
-106 | Active |  50 | 4.0.0.SNAPSHOT | odata-commons-core      
-107 | Active |  50 | 4.0.0.SNAPSHOT | odata-server-api        
-108 | Active |  50 | 4.0.0.SNAPSHOT | odata-server-core       
-109 | Active |  80 | 4.0.0.SNAPSHOT | odata-server-osgi-sample
+105 | Active |  50 | 4.0.0.RC01 | odata-commons-api       
+106 | Active |  50 | 4.0.0.RC01 | odata-commons-core      
+107 | Active |  50 | 4.0.0.RC01 | odata-server-api        
+108 | Active |  50 | 4.0.0.RC01 | odata-server-core       
+109 | Active |  80 | 4.0.0.RC01 | odata-server-osgi-sample
 karaf@root()> web:list
 ID  | State       | Web-State   | Level | Web-ContextPath | Name                                     
 -----------------------------------------------------------------------------------------------------
-109 | Active      | Deployed    | 80    | /olingo-cars    | odata-server-osgi-sample (4.0.0.SNAPSHOT)
+109 | Active      | Deployed    | 80    | /olingo-cars    | odata-server-osgi-sample (4.0.0.RC01)
 karaf@root()> 
 ```
 
diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml
index 0e17fea..7ab3339 100644
--- a/samples/osgi/server/pom.xml
+++ b/samples/osgi/server/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.olingo</groupId>
     <artifactId>odata-samples</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>../..</relativePath>
   </parent>
 
diff --git a/samples/pom.xml b/samples/pom.xml
index e0a83f7..21c3f64 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>
   <modules>
diff --git a/samples/server/pom.xml b/samples/server/pom.xml
index 301290b..ade545a 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.0.0-SNAPSHOT</version>
+		<version>4.0.0-RC01</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml
index 2b388a1..a21bc39 100644
--- a/samples/tutorials/p0_all/pom.xml
+++ b/samples/tutorials/p0_all/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 cad1b0c..5867be4 100755
--- a/samples/tutorials/p1_read/pom.xml
+++ b/samples/tutorials/p1_read/pom.xml
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 a6beac0..ab96c4c 100755
--- a/samples/tutorials/p2_readep/pom.xml
+++ b/samples/tutorials/p2_readep/pom.xml
@@ -19,7 +19,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 7ff4f22..895ab99 100755
--- a/samples/tutorials/p3_write/pom.xml
+++ b/samples/tutorials/p3_write/pom.xml
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 2f22679..1d3803b 100755
--- a/samples/tutorials/p4_navigation/pom.xml
+++ b/samples/tutorials/p4_navigation/pom.xml
@@ -35,7 +35,7 @@
   
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 db68f42..5123fe5 100755
--- a/samples/tutorials/p5_queryoptions-tcs/pom.xml
+++ b/samples/tutorials/p5_queryoptions-tcs/pom.xml
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 da69b3a..536f8ed 100755
--- a/samples/tutorials/p6_queryoptions-es/pom.xml
+++ b/samples/tutorials/p6_queryoptions-es/pom.xml
@@ -35,7 +35,7 @@
   
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 108b0de..ce104ca 100644
--- a/samples/tutorials/p7_queryoptions-o/pom.xml
+++ b/samples/tutorials/p7_queryoptions-o/pom.xml
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 c2c305a..de3738d 100644
--- a/samples/tutorials/p8_queryoptions-f/pom.xml
+++ b/samples/tutorials/p8_queryoptions-f/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.0.0-SNAPSHOT</odata.version>
+		<odata.version>4.0.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 454c0b6..2c1f642 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.0.0-SNAPSHOT</version>
+    <version>4.0.0-RC01</version>
     <relativePath>..</relativePath>
   </parent>