diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml
index 6f9cafb9c..8310e74bd 100644
--- a/dist/android-lib/pom.xml
+++ b/dist/android-lib/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-dist
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml
index 2e6fa9d18..2ffb206e2 100644
--- a/dist/client-lib/pom.xml
+++ b/dist/client-lib/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-dist
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml
index fe163f636..b091026ff 100644
--- a/dist/javadoc/pom.xml
+++ b/dist/javadoc/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-dist
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/dist/pom.xml b/dist/pom.xml
index e661e9c64..89186c162 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-parent
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/dist/server-lib-ext/pom.xml b/dist/server-lib-ext/pom.xml
index feabc249b..34ca72594 100644
--- a/dist/server-lib-ext/pom.xml
+++ b/dist/server-lib-ext/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-dist
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml
index 5b0a7cf6c..0a250f651 100644
--- a/dist/server-lib/pom.xml
+++ b/dist/server-lib/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-dist
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml
index ddacd2e93..06737d81a 100644
--- a/ext/client-android/pom.xml
+++ b/ext/client-android/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-ext
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml
index 267bf2411..a83a018b4 100644
--- a/ext/client-proxy/pom.xml
+++ b/ext/client-proxy/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-ext
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml
index 01cdf0849..cd667d102 100644
--- a/ext/karaf/karaf-features/pom.xml
+++ b/ext/karaf/karaf-features/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-karaf
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml
index c30a2e259..d1a6e9e7a 100644
--- a/ext/karaf/karaf-fit/pom.xml
+++ b/ext/karaf/karaf-fit/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-karaf
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
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 10490a902..0ade2a508 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.7.0-SNAPSHOT"),
+ mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.7.0-RC01"),
logLevel(LogLevel.INFO)
};
}
diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml
index a94ec4a56..89ee4ef99 100644
--- a/ext/karaf/pom.xml
+++ b/ext/karaf/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-ext
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml
index b3c6db06b..89a6966a9 100644
--- a/ext/pojogen-maven-plugin/pom.xml
+++ b/ext/pojogen-maven-plugin/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-ext
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/ext/pom.xml b/ext/pom.xml
index 6bf665612..2b22b2bda 100644
--- a/ext/pom.xml
+++ b/ext/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-parent
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/fit/pom.xml b/fit/pom.xml
index ce6e30a13..a98c7cf72 100644
--- a/fit/pom.xml
+++ b/fit/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-parent
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml
index a2fae6a9b..432f6fe37 100644
--- a/lib/client-api/pom.xml
+++ b/lib/client-api/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml
index 392f1228d..197148502 100644
--- a/lib/client-core/pom.xml
+++ b/lib/client-core/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml
index db6c0c20e..405b1df49 100644
--- a/lib/commons-api/pom.xml
+++ b/lib/commons-api/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml
index b167420d3..23848da5b 100644
--- a/lib/commons-core/pom.xml
+++ b/lib/commons-core/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/pom.xml b/lib/pom.xml
index 964ae84ab..f4f05f2fc 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-parent
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml
index fe535d03d..74aa0a664 100644
--- a/lib/server-api/pom.xml
+++ b/lib/server-api/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml
index 4ab7936ca..6833c0e41 100644
--- a/lib/server-core-ext/pom.xml
+++ b/lib/server-core-ext/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml
index 08abae6a1..84fdbed15 100644
--- a/lib/server-core/pom.xml
+++ b/lib/server-core/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml
index bc31f5d53..8584ea9d9 100644
--- a/lib/server-tecsvc/pom.xml
+++ b/lib/server-tecsvc/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml
index 7168e99ab..48c76d02d 100644
--- a/lib/server-test/pom.xml
+++ b/lib/server-test/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-lib
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/pom.xml b/pom.xml
index 5c6cb9807..3a4571ac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
org.apache.olingo
odata-parent
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
pom
Olingo-OData
diff --git a/samples/client/pom.xml b/samples/client/pom.xml
index 02fc882d5..3b3069c7d 100644
--- a/samples/client/pom.xml
+++ b/samples/client/pom.xml
@@ -31,7 +31,7 @@
org.apache.olingo
odata-samples
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml
index 98737464c..b7776dac2 100644
--- a/samples/osgi/server/pom.xml
+++ b/samples/osgi/server/pom.xml
@@ -30,7 +30,7 @@ under the License.
org.apache.olingo
odata-samples
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
../..
diff --git a/samples/pom.xml b/samples/pom.xml
index 4cfa5509f..dfc12c8f7 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-parent
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/samples/server/pom.xml b/samples/server/pom.xml
index cec422dce..6f9d1af95 100644
--- a/samples/server/pom.xml
+++ b/samples/server/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-samples
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..
diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml
index ead305e03..19eb8b44f 100644
--- a/samples/tutorials/p0_all/pom.xml
+++ b/samples/tutorials/p0_all/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId} Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p10_media/pom.xml b/samples/tutorials/p10_media/pom.xml
index 64e1efb95..e5af34c3c 100644
--- a/samples/tutorials/p10_media/pom.xml
+++ b/samples/tutorials/p10_media/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-Media
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p11_batch/pom.xml b/samples/tutorials/p11_batch/pom.xml
index 75795e8f9..2092f40ce 100644
--- a/samples/tutorials/p11_batch/pom.xml
+++ b/samples/tutorials/p11_batch/pom.xml
@@ -25,13 +25,13 @@
my.group.id
DemoService-Batch
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
1.6
3.2
diff --git a/samples/tutorials/p12_deep_insert/pom.xml b/samples/tutorials/p12_deep_insert/pom.xml
index 49288eecf..9504817a4 100644
--- a/samples/tutorials/p12_deep_insert/pom.xml
+++ b/samples/tutorials/p12_deep_insert/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-DeepInsert
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p12_deep_insert_preparation/pom.xml b/samples/tutorials/p12_deep_insert_preparation/pom.xml
index 8494d1f60..9dbeb8992 100644
--- a/samples/tutorials/p12_deep_insert_preparation/pom.xml
+++ b/samples/tutorials/p12_deep_insert_preparation/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-DeepInsertPreparation
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p1_read/pom.xml b/samples/tutorials/p1_read/pom.xml
index db674c5c3..2c35b65c9 100755
--- a/samples/tutorials/p1_read/pom.xml
+++ b/samples/tutorials/p1_read/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-Read
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p2_readep/pom.xml b/samples/tutorials/p2_readep/pom.xml
index 5bdcab578..7c2bd5ff0 100755
--- a/samples/tutorials/p2_readep/pom.xml
+++ b/samples/tutorials/p2_readep/pom.xml
@@ -9,7 +9,7 @@
my.group.id
DemoService-ReadEp
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -19,7 +19,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p3_write/pom.xml b/samples/tutorials/p3_write/pom.xml
index 6c4d3abb9..625d678e2 100755
--- a/samples/tutorials/p3_write/pom.xml
+++ b/samples/tutorials/p3_write/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-Write
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p4_navigation/pom.xml b/samples/tutorials/p4_navigation/pom.xml
index 12b198b62..2055238f7 100755
--- a/samples/tutorials/p4_navigation/pom.xml
+++ b/samples/tutorials/p4_navigation/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-Navigation
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p5_queryoptions-tcs/pom.xml b/samples/tutorials/p5_queryoptions-tcs/pom.xml
index 116825288..6d79bd6ab 100755
--- a/samples/tutorials/p5_queryoptions-tcs/pom.xml
+++ b/samples/tutorials/p5_queryoptions-tcs/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-QueryOptions-TCS
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p6_queryoptions-es/pom.xml b/samples/tutorials/p6_queryoptions-es/pom.xml
index 6d708fc2d..d4904f6a1 100755
--- a/samples/tutorials/p6_queryoptions-es/pom.xml
+++ b/samples/tutorials/p6_queryoptions-es/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-QueryOptions-ES
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p7_queryoptions-o/pom.xml b/samples/tutorials/p7_queryoptions-o/pom.xml
index 238709da5..889d7d6c8 100644
--- a/samples/tutorials/p7_queryoptions-o/pom.xml
+++ b/samples/tutorials/p7_queryoptions-o/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-QueryOptions-O
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p8_queryoptions-f/pom.xml b/samples/tutorials/p8_queryoptions-f/pom.xml
index a59df9558..716f1b67e 100644
--- a/samples/tutorials/p8_queryoptions-f/pom.xml
+++ b/samples/tutorials/p8_queryoptions-f/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-QueryOptions-F
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId} Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p9_action/pom.xml b/samples/tutorials/p9_action/pom.xml
index cf36883ce..2d68546f3 100644
--- a/samples/tutorials/p9_action/pom.xml
+++ b/samples/tutorials/p9_action/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-Action
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/p9_action_preparation/pom.xml b/samples/tutorials/p9_action_preparation/pom.xml
index d7137b8be..cfb604054 100644
--- a/samples/tutorials/p9_action_preparation/pom.xml
+++ b/samples/tutorials/p9_action_preparation/pom.xml
@@ -25,7 +25,7 @@
my.group.id
DemoService-ActionPreparation
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -35,7 +35,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/pe_streaming/pom.xml b/samples/tutorials/pe_streaming/pom.xml
index 693090f31..1167350c4 100755
--- a/samples/tutorials/pe_streaming/pom.xml
+++ b/samples/tutorials/pe_streaming/pom.xml
@@ -9,7 +9,7 @@
my.group.id
DemoService-Streaming
war
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
${project.artifactId}-Webapp
@@ -19,7 +19,7 @@
2.5
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
1.7.7
diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml
index 6714fb862..efdeae75d 100644
--- a/samples/tutorials/pom.xml
+++ b/samples/tutorials/pom.xml
@@ -30,7 +30,7 @@
org.apache.olingo
odata-samples
- 4.7.0-SNAPSHOT
+ 4.7.0-RC01
..