From 9c3ca381e2230afa16427dc8df39631a555307d7 Mon Sep 17 00:00:00 2001 From: Michael Bolz Date: Mon, 14 Sep 2015 10:37:04 +0200 Subject: [PATCH] [OLINGO-772] Change version to RC02 --- 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 +- .../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/README.txt | 10 +++++----- samples/osgi/server/pom.xml | 2 +- samples/pom.xml | 2 +- samples/server/pom.xml | 2 +- samples/tutorials/p0_all/pom.xml | 2 +- samples/tutorials/p1_read/pom.xml | 2 +- samples/tutorials/p2_readep/pom.xml | 2 +- samples/tutorials/p3_write/pom.xml | 2 +- samples/tutorials/p4_navigation/pom.xml | 2 +- samples/tutorials/p5_queryoptions-tcs/pom.xml | 2 +- samples/tutorials/p6_queryoptions-es/pom.xml | 2 +- samples/tutorials/p7_queryoptions-o/pom.xml | 2 +- samples/tutorials/p8_queryoptions-f/pom.xml | 2 +- samples/tutorials/pom.xml | 2 +- 40 files changed, 44 insertions(+), 44 deletions(-) diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml index fd62c142e..591ed7b51 100644 --- a/dist/android-lib/pom.xml +++ b/dist/android-lib/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-dist - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml index 06551964b..8a1b23231 100644 --- a/dist/client-lib/pom.xml +++ b/dist/client-lib/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-dist - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml index a83da43f4..a475a5801 100644 --- a/dist/javadoc/pom.xml +++ b/dist/javadoc/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-dist - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/dist/pom.xml b/dist/pom.xml index 6404ee04d..c1b58c5e2 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-parent - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml index 0fa6216d6..c2705e258 100644 --- a/dist/server-lib/pom.xml +++ b/dist/server-lib/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-dist - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml index 2bc76ec1b..fe2cf8f4c 100644 --- a/ext/client-android/pom.xml +++ b/ext/client-android/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-ext - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml index 1961036a6..5224b01c4 100644 --- a/ext/client-proxy/pom.xml +++ b/ext/client-proxy/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-ext - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml index 4bf62d0de..d45819fac 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.0.0-RC01 + 4.0.0-RC02 .. diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml index 6b809c81c..95482e61c 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.0.0-RC01 + 4.0.0-RC02 .. 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 b5b6cf660..68deac36d 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.0.0-RC01"), + mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.0.0-RC02"), logLevel(LogLevel.INFO) }; } diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml index e328ac1e8..bf71c3025 100644 --- a/ext/karaf/pom.xml +++ b/ext/karaf/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-ext - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml index c38077d1d..40d8476e8 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.0.0-RC01 + 4.0.0-RC02 .. diff --git a/ext/pom.xml b/ext/pom.xml index 169812384..555b2195c 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-parent - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/fit/pom.xml b/fit/pom.xml index df3019bdc..338d04712 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml index 3e2c12612..8b06408e6 100644 --- a/lib/client-api/pom.xml +++ b/lib/client-api/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-lib - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml index 974916645..9a7b921a6 100644 --- a/lib/client-core/pom.xml +++ b/lib/client-core/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-lib - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml index 5b793a4c7..4f4ff2c81 100644 --- a/lib/commons-api/pom.xml +++ b/lib/commons-api/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-lib - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml index 2eca18b24..37151381c 100644 --- a/lib/commons-core/pom.xml +++ b/lib/commons-core/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-lib - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/pom.xml b/lib/pom.xml index bff3deadf..9182607da 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml index 15814260b..c91283b42 100644 --- a/lib/server-api/pom.xml +++ b/lib/server-api/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-lib - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml index 8f26b3b2d..cc0f3b18c 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.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml index 3d3cadcfa..cb0ab3119 100644 --- a/lib/server-core/pom.xml +++ b/lib/server-core/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-lib - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml index e31176be6..1b8b8cd77 100644 --- a/lib/server-tecsvc/pom.xml +++ b/lib/server-tecsvc/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-lib - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml index 835413305..9a32daf98 100644 --- a/lib/server-test/pom.xml +++ b/lib/server-test/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-lib - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/pom.xml b/pom.xml index b7596b72b..62ad9e3ec 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.olingo odata-parent - 4.0.0-RC01 + 4.0.0-RC02 pom Olingo-OData diff --git a/samples/client/pom.xml b/samples/client/pom.xml index ccdbd236c..9997314bd 100644 --- a/samples/client/pom.xml +++ b/samples/client/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-samples - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/samples/osgi/server/README.txt b/samples/osgi/server/README.txt index 5e5be45bb..834208c74 100644 --- a/samples/osgi/server/README.txt +++ b/samples/osgi/server/README.txt @@ -86,7 +86,7 @@ To install the required bundles, you can simply install the Karaf olingo-server The following commands will install the olingo-server feature. ``` -feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC01/xml/features +feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC02/xml/features feature:install olingo-server ``` @@ -95,16 +95,16 @@ feature:install olingo-server To install this sample bundle, run the karaf console command. ``` -bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-RC01 +bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-RC02 ``` 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-RC01/xml/features -Adding feature url mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC01/xml/features +karaf@root()> feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC02/xml/features +Adding feature url mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC02/xml/features karaf@root()> feature:install olingo-server -karaf@root()> bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-RC01 +karaf@root()> bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-RC02 Bundle ID: 109 ``` diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml index 7ab33394e..8c5374616 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.0.0-RC01 + 4.0.0-RC02 ../.. diff --git a/samples/pom.xml b/samples/pom.xml index 21c3f64d7..ae5be9c60 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/samples/server/pom.xml b/samples/server/pom.xml index ade545a42..4b9da24ea 100644 --- a/samples/server/pom.xml +++ b/samples/server/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-samples - 4.0.0-RC01 + 4.0.0-RC02 .. diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml index a21bc39f9..9c4b21266 100644 --- a/samples/tutorials/p0_all/pom.xml +++ b/samples/tutorials/p0_all/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/p1_read/pom.xml b/samples/tutorials/p1_read/pom.xml index 5867be4f4..c0ea43a42 100755 --- a/samples/tutorials/p1_read/pom.xml +++ b/samples/tutorials/p1_read/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/p2_readep/pom.xml b/samples/tutorials/p2_readep/pom.xml index ab96c4c2c..6bbb1191c 100755 --- a/samples/tutorials/p2_readep/pom.xml +++ b/samples/tutorials/p2_readep/pom.xml @@ -19,7 +19,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/p3_write/pom.xml b/samples/tutorials/p3_write/pom.xml index 895ab9934..da2570346 100755 --- a/samples/tutorials/p3_write/pom.xml +++ b/samples/tutorials/p3_write/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/p4_navigation/pom.xml b/samples/tutorials/p4_navigation/pom.xml index 1d3803bba..b179be481 100755 --- a/samples/tutorials/p4_navigation/pom.xml +++ b/samples/tutorials/p4_navigation/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/p5_queryoptions-tcs/pom.xml b/samples/tutorials/p5_queryoptions-tcs/pom.xml index 5123fe50a..ee09b0e7b 100755 --- a/samples/tutorials/p5_queryoptions-tcs/pom.xml +++ b/samples/tutorials/p5_queryoptions-tcs/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/p6_queryoptions-es/pom.xml b/samples/tutorials/p6_queryoptions-es/pom.xml index 536f8ed23..4c99b6f76 100755 --- a/samples/tutorials/p6_queryoptions-es/pom.xml +++ b/samples/tutorials/p6_queryoptions-es/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/p7_queryoptions-o/pom.xml b/samples/tutorials/p7_queryoptions-o/pom.xml index ce104ca71..eed3bde05 100644 --- a/samples/tutorials/p7_queryoptions-o/pom.xml +++ b/samples/tutorials/p7_queryoptions-o/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/p8_queryoptions-f/pom.xml b/samples/tutorials/p8_queryoptions-f/pom.xml index de3738de6..34740981a 100644 --- a/samples/tutorials/p8_queryoptions-f/pom.xml +++ b/samples/tutorials/p8_queryoptions-f/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-RC01 + 4.0.0-RC02 1.7.7 diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 2c1f6427b..9e60c1706 100644 --- a/samples/tutorials/pom.xml +++ b/samples/tutorials/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-samples - 4.0.0-RC01 + 4.0.0-RC02 ..