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 2016/01/25 21:30:55 UTC

[15/51] [abbrv] olingo-odata4 git commit: [OLINGO-841] Set release version 4.1.0

[OLINGO-841] Set release version 4.1.0


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

Branch: refs/heads/OLINGO-832_StreamSerializerPoC
Commit: 0242519cc4a47e0c6180c3b99e2b2650f8787d9e
Parents: d1c4c74
Author: Christian Amend <ch...@sap.com>
Authored: Mon Dec 21 12:18:07 2015 +0100
Committer: Christian Amend <ch...@sap.com>
Committed: Mon Dec 21 12:18:07 2015 +0100

----------------------------------------------------------------------
 dist/android-lib/pom.xml                              | 2 +-
 dist/client-lib/pom.xml                               | 2 +-
 dist/javadoc/pom.xml                                  | 2 +-
 dist/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 +-
 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/pom.xml                             | 2 +-
 44 files changed, 59 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/dist/android-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml
index 2fcf4fb..80b16b3 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/dist/client-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml
index 5f53082..8e04bbb 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/dist/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml
index 909f62c..afb6c7b 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index 9d6a3f8..92bea67 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/dist/server-lib/pom.xml
----------------------------------------------------------------------
diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml
index dce055d..27889e2 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/ext/client-android/pom.xml
----------------------------------------------------------------------
diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml
index 0fc694c..f2f19af 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/ext/client-proxy/pom.xml
----------------------------------------------------------------------
diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml
index 99c88bb..4bb4160 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/ext/karaf/karaf-features/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml
index 832d240..d92dd28 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
     <build>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/ext/karaf/karaf-fit/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml
index 9889316..05cce87 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/ext/karaf/pom.xml
----------------------------------------------------------------------
diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml
index 0965df5..97a22da 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/ext/pojogen-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml
index 5eadead..3a5781e 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/ext/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pom.xml b/ext/pom.xml
index dcdc1ed..6f77ed6 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/fit/pom.xml
----------------------------------------------------------------------
diff --git a/fit/pom.xml b/fit/pom.xml
index e09c387..e9130e8 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/client-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml
index ad551f2..d4c2c7d 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/client-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml
index 3cd6d49..f41ddf3 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/commons-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml
index b2ac6d0..4b666bc 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/commons-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml
index a2ebb94..01a7c13 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/pom.xml
----------------------------------------------------------------------
diff --git a/lib/pom.xml b/lib/pom.xml
index d630462..f19e4c3 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/server-api/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml
index bc87f28..41c8244 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/server-core-ext/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml
index fc2ec50..9b066cb 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/server-core/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml
index 2101d2f..fd9f52c 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/server-tecsvc/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml
index f603ff0..f2b7df2 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/lib/server-test/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml
index 6666a68..ff2411c 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dbf4b42..cf58a9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.olingo</groupId>
   <artifactId>odata-parent</artifactId>
-  <version>4.1.0-RC01</version>
+  <version>4.1.0</version>
   <packaging>pom</packaging>
 
   <name>Olingo-OData</name>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/client/pom.xml
----------------------------------------------------------------------
diff --git a/samples/client/pom.xml b/samples/client/pom.xml
index 999f124..c4b7eaf 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/osgi/server/pom.xml
----------------------------------------------------------------------
diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml
index 5f3e369..a82a6fe 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>../..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/pom.xml
----------------------------------------------------------------------
diff --git a/samples/pom.xml b/samples/pom.xml
index ddf3b0a..d0e3ade 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/server/pom.xml
----------------------------------------------------------------------
diff --git a/samples/server/pom.xml b/samples/server/pom.xml
index 08c7567..79fe9dc 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.1.0-RC01</version>
+		<version>4.1.0</version>
 		<relativePath>..</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/p0_all/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml
index 8490651..10968d5 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId} Webapp</name>
 
@@ -35,7 +35,7 @@
 
     <properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/p10_media/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p10_media/pom.xml b/samples/tutorials/p10_media/pom.xml
index cd8d979..7ed3a23 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/p11_batch/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p11_batch/pom.xml b/samples/tutorials/p11_batch/pom.xml
index 80673f0..d788697 100644
--- a/samples/tutorials/p11_batch/pom.xml
+++ b/samples/tutorials/p11_batch/pom.xml
@@ -25,7 +25,7 @@
 	<groupId>my.group.id</groupId>
 	<artifactId>DemoService-Batch</artifactId>
 	<packaging>war</packaging>
-	<version>4.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/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 48becc1..89221c6 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/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 5a6469b..0e4fcd5 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/p1_read/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p1_read/pom.xml b/samples/tutorials/p1_read/pom.xml
index f4e9786..4b80777 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/p2_readep/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p2_readep/pom.xml b/samples/tutorials/p2_readep/pom.xml
index b6ea350..e3a392f 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -19,7 +19,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/p3_write/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p3_write/pom.xml b/samples/tutorials/p3_write/pom.xml
index 9f87d8f..4da371e 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/p4_navigation/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p4_navigation/pom.xml b/samples/tutorials/p4_navigation/pom.xml
index b215b30..9a9919e 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.1.0-RC01</version>
+  <version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/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 5bcc7c5..40c671b 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/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 bf7f729..6ddc3ee 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.1.0-RC01</version>
+  <version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/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 f2c7bdc..4fc8048 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/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 3bf50aa..476c213 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId} Webapp</name>
 
@@ -35,7 +35,7 @@
 
     <properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/p9_action/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/p9_action/pom.xml b/samples/tutorials/p9_action/pom.xml
index ebdcd62..fa441f9 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/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 f400571..ba631db 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.1.0-RC01</version>
+	<version>4.1.0</version>
 
 	<name>${project.artifactId}-Webapp</name>
 
@@ -35,7 +35,7 @@
 
 	<properties>
 		<javax.version>2.5</javax.version>
-		<odata.version>4.1.0-RC01</odata.version>
+		<odata.version>4.1.0</odata.version>
 		<slf4j.version>1.7.7</slf4j.version>
 	</properties>
 

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/0242519c/samples/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml
index b204bc9..5187f78 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.1.0-RC01</version>
+    <version>4.1.0</version>
     <relativePath>..</relativePath>
   </parent>