Repository: olingo-odata4 Updated Branches: refs/heads/master 6bc17b668 -> b98eb1fc6
[OLINGO-1171] Set 4.4.0-RC01 version Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/b98eb1fc Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/b98eb1fc Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/b98eb1fc Branch: refs/heads/master Commit: b98eb1fc6c466d8e03d2eda4f39fba626619fadf Parents: 6bc17b6 Author: Christian Amend <[email protected]> Authored: Tue Aug 29 09:35:14 2017 +0200 Committer: Christian Amend <[email protected]> Committed: Tue Aug 29 09:58:49 2017 +0200 ---------------------------------------------------------------------- NOTICE | 2 +- dist/android-lib/pom.xml | 2 +- dist/android-lib/src/main/resources/NOTICE | 2 +- dist/client-lib/pom.xml | 2 +- dist/client-lib/src/main/resources/NOTICE | 2 +- dist/javadoc/pom.xml | 2 +- dist/pom.xml | 2 +- dist/server-lib-ext/pom.xml | 2 +- dist/server-lib-ext/src/main/resources/NOTICE | 2 +- dist/server-lib/pom.xml | 2 +- dist/server-lib/src/main/resources/NOTICE | 2 +- ext/client-android/pom.xml | 2 +- ext/client-proxy/pom.xml | 2 +- ext/karaf/karaf-features/pom.xml | 2 +- ext/karaf/karaf-fit/pom.xml | 2 +- .../org/apache/olingo/osgi/itests/server/CarServiceTest.java | 2 +- ext/karaf/pom.xml | 2 +- ext/pojogen-maven-plugin/pom.xml | 2 +- ext/pom.xml | 2 +- fit/pom.xml | 2 +- lib/client-api/pom.xml | 2 +- lib/client-core/pom.xml | 2 +- lib/commons-api/pom.xml | 2 +- lib/commons-core/pom.xml | 2 +- lib/pom.xml | 2 +- lib/server-api/pom.xml | 2 +- lib/server-core-ext/pom.xml | 2 +- lib/server-core/pom.xml | 2 +- lib/server-tecsvc/pom.xml | 2 +- lib/server-test/pom.xml | 2 +- pom.xml | 2 +- samples/client/pom.xml | 2 +- samples/osgi/server/pom.xml | 2 +- samples/pom.xml | 2 +- samples/server/pom.xml | 2 +- samples/tutorials/p0_all/pom.xml | 4 ++-- samples/tutorials/p10_media/pom.xml | 4 ++-- samples/tutorials/p11_batch/pom.xml | 4 ++-- samples/tutorials/p12_deep_insert/pom.xml | 4 ++-- samples/tutorials/p12_deep_insert_preparation/pom.xml | 4 ++-- samples/tutorials/p1_read/pom.xml | 4 ++-- samples/tutorials/p2_readep/pom.xml | 4 ++-- samples/tutorials/p3_write/pom.xml | 4 ++-- samples/tutorials/p4_navigation/pom.xml | 4 ++-- samples/tutorials/p5_queryoptions-tcs/pom.xml | 4 ++-- samples/tutorials/p6_queryoptions-es/pom.xml | 4 ++-- samples/tutorials/p7_queryoptions-o/pom.xml | 4 ++-- samples/tutorials/p8_queryoptions-f/pom.xml | 4 ++-- samples/tutorials/p9_action/pom.xml | 4 ++-- samples/tutorials/p9_action_preparation/pom.xml | 4 ++-- samples/tutorials/pe_streaming/pom.xml | 4 ++-- samples/tutorials/pom.xml | 2 +- 52 files changed, 68 insertions(+), 68 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 8898446..6e3d6f0 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ Apache Olingo -Copyright 2013-2016 The Apache Software Foundation +Copyright 2013-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/android-lib/pom.xml ---------------------------------------------------------------------- diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml index a7e9e47..f537621 100644 --- a/dist/android-lib/pom.xml +++ b/dist/android-lib/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-dist</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/android-lib/src/main/resources/NOTICE ---------------------------------------------------------------------- diff --git a/dist/android-lib/src/main/resources/NOTICE b/dist/android-lib/src/main/resources/NOTICE index cd42692..fa961cb 100644 --- a/dist/android-lib/src/main/resources/NOTICE +++ b/dist/android-lib/src/main/resources/NOTICE @@ -1,5 +1,5 @@ Apache Olingo -Copyright 2013-2016 The Apache Software Foundation +Copyright 2013-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/client-lib/pom.xml ---------------------------------------------------------------------- diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml index 8f3a5a7..842b1ec 100644 --- a/dist/client-lib/pom.xml +++ b/dist/client-lib/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-dist</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/client-lib/src/main/resources/NOTICE ---------------------------------------------------------------------- diff --git a/dist/client-lib/src/main/resources/NOTICE b/dist/client-lib/src/main/resources/NOTICE index a1bc5b6..cd611c0 100644 --- a/dist/client-lib/src/main/resources/NOTICE +++ b/dist/client-lib/src/main/resources/NOTICE @@ -1,5 +1,5 @@ Apache Olingo -Copyright 2013-2016 The Apache Software Foundation +Copyright 2013-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/javadoc/pom.xml ---------------------------------------------------------------------- diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml index 1d7f8d9..d3cfb6a 100644 --- a/dist/javadoc/pom.xml +++ b/dist/javadoc/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-dist</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index db8285a..98bee41 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-parent</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/server-lib-ext/pom.xml ---------------------------------------------------------------------- diff --git a/dist/server-lib-ext/pom.xml b/dist/server-lib-ext/pom.xml index 547a7d6..ca4bd7f 100644 --- a/dist/server-lib-ext/pom.xml +++ b/dist/server-lib-ext/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-dist</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/server-lib-ext/src/main/resources/NOTICE ---------------------------------------------------------------------- diff --git a/dist/server-lib-ext/src/main/resources/NOTICE b/dist/server-lib-ext/src/main/resources/NOTICE index cf46a6d..deed406 100644 --- a/dist/server-lib-ext/src/main/resources/NOTICE +++ b/dist/server-lib-ext/src/main/resources/NOTICE @@ -1,5 +1,5 @@ Apache Olingo -Copyright 2013-2016 The Apache Software Foundation +Copyright 2013-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/server-lib/pom.xml ---------------------------------------------------------------------- diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml index 414b874..a2d356c 100644 --- a/dist/server-lib/pom.xml +++ b/dist/server-lib/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-dist</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/dist/server-lib/src/main/resources/NOTICE ---------------------------------------------------------------------- diff --git a/dist/server-lib/src/main/resources/NOTICE b/dist/server-lib/src/main/resources/NOTICE index 292ed6c..d58669e 100644 --- a/dist/server-lib/src/main/resources/NOTICE +++ b/dist/server-lib/src/main/resources/NOTICE @@ -1,5 +1,5 @@ Apache Olingo -Copyright 2013-2016 The Apache Software Foundation +Copyright 2013-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/ext/client-android/pom.xml ---------------------------------------------------------------------- diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml index b738c15..b2c50f3 100644 --- a/ext/client-android/pom.xml +++ b/ext/client-android/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-ext</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/ext/client-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml index fc89879..77d447b 100644 --- a/ext/client-proxy/pom.xml +++ b/ext/client-proxy/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-ext</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/ext/karaf/karaf-features/pom.xml ---------------------------------------------------------------------- diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml index e5698c6..2993144 100644 --- a/ext/karaf/karaf-features/pom.xml +++ b/ext/karaf/karaf-features/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-karaf</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> <build> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/ext/karaf/karaf-fit/pom.xml ---------------------------------------------------------------------- diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml index 40270d1..ea13bc3 100644 --- a/ext/karaf/karaf-fit/pom.xml +++ b/ext/karaf/karaf-fit/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-karaf</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java ---------------------------------------------------------------------- diff --git a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java index d8b0ae0..8350e72 100644 --- a/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java +++ b/ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java @@ -96,7 +96,7 @@ public class CarServiceTest extends OlingoOSGiTestSupport { return new Option[] { olingoBaseConfig(), features(olingoUrl, "olingo-server", "olingo-client"), - mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.4.0-SNAPSHOT"), + mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.4.0-RC01"), logLevel(LogLevel.INFO) }; } http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/ext/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml index 4c39e7a..777a6d5 100644 --- a/ext/karaf/pom.xml +++ b/ext/karaf/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-ext</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/ext/pojogen-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml index 0f633a8..577d9b3 100644 --- a/ext/pojogen-maven-plugin/pom.xml +++ b/ext/pojogen-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-ext</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/ext/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pom.xml b/ext/pom.xml index e1b2ca4..12f6a81 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-parent</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/fit/pom.xml ---------------------------------------------------------------------- diff --git a/fit/pom.xml b/fit/pom.xml index 7316376..6b6d2be 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-parent</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/client-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml index 56bbb00..9933bef 100644 --- a/lib/client-api/pom.xml +++ b/lib/client-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/client-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml index ca99974..ea08bcc 100644 --- a/lib/client-core/pom.xml +++ b/lib/client-core/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/commons-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml index a51fab4..6a00040 100644 --- a/lib/commons-api/pom.xml +++ b/lib/commons-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/commons-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml index 01f5c41..8675b12 100644 --- a/lib/commons-core/pom.xml +++ b/lib/commons-core/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/pom.xml ---------------------------------------------------------------------- diff --git a/lib/pom.xml b/lib/pom.xml index 9a52709..bae0df5 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-parent</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/server-api/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml index 7396712..7f75fb1 100644 --- a/lib/server-api/pom.xml +++ b/lib/server-api/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/server-core-ext/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml index 3874545..bd9890c 100644 --- a/lib/server-core-ext/pom.xml +++ b/lib/server-core-ext/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/server-core/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml index 2f0a1f0..ea10df8 100644 --- a/lib/server-core/pom.xml +++ b/lib/server-core/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/server-tecsvc/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml index 3202779..6c43a11 100644 --- a/lib/server-tecsvc/pom.xml +++ b/lib/server-tecsvc/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/lib/server-test/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml index 5d06a1b..a7a5552 100644 --- a/lib/server-test/pom.xml +++ b/lib/server-test/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-lib</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4a7f8bd..62bf6a8 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.olingo</groupId> <artifactId>odata-parent</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <packaging>pom</packaging> <name>Olingo-OData</name> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/client/pom.xml ---------------------------------------------------------------------- diff --git a/samples/client/pom.xml b/samples/client/pom.xml index 0150344..cdc3ef1 100644 --- a/samples/client/pom.xml +++ b/samples/client/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-samples</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/osgi/server/pom.xml ---------------------------------------------------------------------- diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml index 625c44f..277e36d 100644 --- a/samples/osgi/server/pom.xml +++ b/samples/osgi/server/pom.xml @@ -30,7 +30,7 @@ under the License. <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-samples</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index 9adeb4a..d0c6cc4 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-parent</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/server/pom.xml ---------------------------------------------------------------------- diff --git a/samples/server/pom.xml b/samples/server/pom.xml index 50d8a5f..6631f4c 100644 --- a/samples/server/pom.xml +++ b/samples/server/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-samples</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/p0_all/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml index 5b257d9..62a3943 100644 --- a/samples/tutorials/p0_all/pom.xml +++ b/samples/tutorials/p0_all/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId} Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/p10_media/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p10_media/pom.xml b/samples/tutorials/p10_media/pom.xml index 2e5c6d6..2666d25 100644 --- a/samples/tutorials/p10_media/pom.xml +++ b/samples/tutorials/p10_media/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-Media</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/p11_batch/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p11_batch/pom.xml b/samples/tutorials/p11_batch/pom.xml index 2016b0b..7bfb6d7 100644 --- a/samples/tutorials/p11_batch/pom.xml +++ b/samples/tutorials/p11_batch/pom.xml @@ -25,13 +25,13 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-Batch</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.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> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/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 b34be9f..2408ab6 100644 --- a/samples/tutorials/p12_deep_insert/pom.xml +++ b/samples/tutorials/p12_deep_insert/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-DeepInsert</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/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 324fabf..fa2096f 100644 --- a/samples/tutorials/p12_deep_insert_preparation/pom.xml +++ b/samples/tutorials/p12_deep_insert_preparation/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-DeepInsertPreparation</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/p1_read/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p1_read/pom.xml b/samples/tutorials/p1_read/pom.xml index e8f6391..d07ba47 100755 --- a/samples/tutorials/p1_read/pom.xml +++ b/samples/tutorials/p1_read/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-Read</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/p2_readep/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p2_readep/pom.xml b/samples/tutorials/p2_readep/pom.xml index 08739fd..aa4a3fa 100755 --- a/samples/tutorials/p2_readep/pom.xml +++ b/samples/tutorials/p2_readep/pom.xml @@ -9,7 +9,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-ReadEp</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -19,7 +19,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/p3_write/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p3_write/pom.xml b/samples/tutorials/p3_write/pom.xml index aae2d4d..ee7638c 100755 --- a/samples/tutorials/p3_write/pom.xml +++ b/samples/tutorials/p3_write/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-Write</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/p4_navigation/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p4_navigation/pom.xml b/samples/tutorials/p4_navigation/pom.xml index 29506ee..4d39e99 100755 --- a/samples/tutorials/p4_navigation/pom.xml +++ b/samples/tutorials/p4_navigation/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-Navigation</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/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 69de28a..5250b85 100755 --- a/samples/tutorials/p5_queryoptions-tcs/pom.xml +++ b/samples/tutorials/p5_queryoptions-tcs/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-QueryOptions-TCS</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/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 60929cb..9280027 100755 --- a/samples/tutorials/p6_queryoptions-es/pom.xml +++ b/samples/tutorials/p6_queryoptions-es/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-QueryOptions-ES</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/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 4ddbfe2..fca0b0d 100644 --- a/samples/tutorials/p7_queryoptions-o/pom.xml +++ b/samples/tutorials/p7_queryoptions-o/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-QueryOptions-O</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/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 723af99..59641cb 100644 --- a/samples/tutorials/p8_queryoptions-f/pom.xml +++ b/samples/tutorials/p8_queryoptions-f/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-QueryOptions-F</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId} Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/p9_action/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p9_action/pom.xml b/samples/tutorials/p9_action/pom.xml index 42070d8..8e83c8b 100644 --- a/samples/tutorials/p9_action/pom.xml +++ b/samples/tutorials/p9_action/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-Action</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/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 fca2ccf..19e839e 100644 --- a/samples/tutorials/p9_action_preparation/pom.xml +++ b/samples/tutorials/p9_action_preparation/pom.xml @@ -25,7 +25,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-ActionPreparation</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -35,7 +35,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/pe_streaming/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/pe_streaming/pom.xml b/samples/tutorials/pe_streaming/pom.xml index f00a8de..f9def8f 100755 --- a/samples/tutorials/pe_streaming/pom.xml +++ b/samples/tutorials/pe_streaming/pom.xml @@ -9,7 +9,7 @@ <groupId>my.group.id</groupId> <artifactId>DemoService-Streaming</artifactId> <packaging>war</packaging> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <name>${project.artifactId}-Webapp</name> @@ -19,7 +19,7 @@ <properties> <javax.version>2.5</javax.version> - <odata.version>4.4.0-SNAPSHOT</odata.version> + <odata.version>4.4.0-RC01</odata.version> <slf4j.version>1.7.7</slf4j.version> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/b98eb1fc/samples/tutorials/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 13b2810..c359724 100644 --- a/samples/tutorials/pom.xml +++ b/samples/tutorials/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.apache.olingo</groupId> <artifactId>odata-samples</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.4.0-RC01</version> <relativePath>..</relativePath> </parent>
