From ba88c43b57529ca9e373c27ac19f4d0219ac00f3 Mon Sep 17 00:00:00 2001 From: Michael Bolz Date: Fri, 11 Sep 2015 10:05:42 +0200 Subject: [PATCH] [OLINGO-772] Change version to RC01 --- 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 +- .../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 | 22 +++++++++---------- 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, 50 insertions(+), 50 deletions(-) diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml index 70385b62b..fd62c142e 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml index e626a808f..06551964b 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml index 8952f5da3..a83da43f4 100644 --- a/dist/javadoc/pom.xml +++ b/dist/javadoc/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-dist - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/dist/pom.xml b/dist/pom.xml index b4627ecc8..6404ee04d 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-parent - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml index e4e79b66a..0fa6216d6 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml index b8f17c50a..2bc76ec1b 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml index 45585bf56..1961036a6 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml index 2ae3f2c4b..4bf62d0de 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml index 3dda11074..6b809c81c 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-SNAPSHOT + 4.0.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 ce24f0bd5..b5b6cf660 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-SNAPSHOT"), + mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.0.0-RC01"), logLevel(LogLevel.INFO) }; } diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml index 14e364510..e328ac1e8 100644 --- a/ext/karaf/pom.xml +++ b/ext/karaf/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-ext - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml index 2da0254c5..c38077d1d 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/ext/pom.xml b/ext/pom.xml index 3c36e184c..169812384 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-parent - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/fit/pom.xml b/fit/pom.xml index bb6bfa879..df3019bdc 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml index 74f2f06da..3e2c12612 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml index ce9fc2842..974916645 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml index d8f7e64e9..5b793a4c7 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml index 004ae6362..2eca18b24 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/pom.xml b/lib/pom.xml index 060afa05e..dc386add1 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml index 045b81d0c..15814260b 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml index d7a36cf37..8f26b3b2d 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml index 81a9538b5..3d3cadcfa 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml index 655e756d1..e31176be6 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml index 2b7547580..835413305 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-SNAPSHOT + 4.0.0-RC01 .. diff --git a/pom.xml b/pom.xml index b487888f4..e6216d408 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.olingo odata-parent - 4.0.0-SNAPSHOT + 4.0.0-RC01 pom Olingo-OData diff --git a/samples/client/pom.xml b/samples/client/pom.xml index f81cfddae..ccdbd236c 100644 --- a/samples/client/pom.xml +++ b/samples/client/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-samples - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/samples/osgi/server/README.txt b/samples/osgi/server/README.txt index 0fdf386ea..5e5be45bb 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-SNAPSHOT/xml/features +feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC01/xml/features feature:install olingo-server ``` @@ -95,16 +95,16 @@ 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-SNAPSHOT +bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-RC01 ``` Shown below is the output from running the above Karaf console commands. ``` -karaf@root()> feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-SNAPSHOT/xml/features -Adding feature url mvn:org.apache.olingo/odata-karaf-features/4.0.0-SNAPSHOT/xml/features +karaf@root()> feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC01/xml/features +Adding feature url mvn:org.apache.olingo/odata-karaf-features/4.0.0-RC01/xml/features karaf@root()> feature:install olingo-server -karaf@root()> bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-SNAPSHOT +karaf@root()> bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0-RC01 Bundle ID: 109 ``` @@ -123,15 +123,15 @@ START LEVEL 100 , List Threshold: 50 102 | Active | 50 | 2.4.2 | Jackson-core 103 | Active | 50 | 2.4.2 | Jackson-annotations 104 | Active | 50 | 2.4.2 | jackson-databind -105 | Active | 50 | 4.0.0.SNAPSHOT | odata-commons-api -106 | Active | 50 | 4.0.0.SNAPSHOT | odata-commons-core -107 | Active | 50 | 4.0.0.SNAPSHOT | odata-server-api -108 | Active | 50 | 4.0.0.SNAPSHOT | odata-server-core -109 | Active | 80 | 4.0.0.SNAPSHOT | odata-server-osgi-sample +105 | Active | 50 | 4.0.0.RC01 | odata-commons-api +106 | Active | 50 | 4.0.0.RC01 | odata-commons-core +107 | Active | 50 | 4.0.0.RC01 | odata-server-api +108 | Active | 50 | 4.0.0.RC01 | odata-server-core +109 | Active | 80 | 4.0.0.RC01 | odata-server-osgi-sample karaf@root()> web:list ID | State | Web-State | Level | Web-ContextPath | Name ----------------------------------------------------------------------------------------------------- -109 | Active | Deployed | 80 | /olingo-cars | odata-server-osgi-sample (4.0.0.SNAPSHOT) +109 | Active | Deployed | 80 | /olingo-cars | odata-server-osgi-sample (4.0.0.RC01) karaf@root()> ``` diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml index 0e17feadd..7ab33394e 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-SNAPSHOT + 4.0.0-RC01 ../.. diff --git a/samples/pom.xml b/samples/pom.xml index e0a83f725..21c3f64d7 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/samples/server/pom.xml b/samples/server/pom.xml index 301290b3a..ade545a42 100644 --- a/samples/server/pom.xml +++ b/samples/server/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-samples - 4.0.0-SNAPSHOT + 4.0.0-RC01 .. diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml index 2b388a1ef..a21bc39f9 100644 --- a/samples/tutorials/p0_all/pom.xml +++ b/samples/tutorials/p0_all/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/p1_read/pom.xml b/samples/tutorials/p1_read/pom.xml index cad1b0cee..5867be4f4 100755 --- a/samples/tutorials/p1_read/pom.xml +++ b/samples/tutorials/p1_read/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/p2_readep/pom.xml b/samples/tutorials/p2_readep/pom.xml index a6beac065..ab96c4c2c 100755 --- a/samples/tutorials/p2_readep/pom.xml +++ b/samples/tutorials/p2_readep/pom.xml @@ -19,7 +19,7 @@ 2.5 - 4.0.0-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/p3_write/pom.xml b/samples/tutorials/p3_write/pom.xml index 7ff4f22fd..895ab9934 100755 --- a/samples/tutorials/p3_write/pom.xml +++ b/samples/tutorials/p3_write/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/p4_navigation/pom.xml b/samples/tutorials/p4_navigation/pom.xml index 2f226792c..1d3803bba 100755 --- a/samples/tutorials/p4_navigation/pom.xml +++ b/samples/tutorials/p4_navigation/pom.xml @@ -35,7 +35,7 @@ 2.5 - 4.0.0-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/p5_queryoptions-tcs/pom.xml b/samples/tutorials/p5_queryoptions-tcs/pom.xml index db68f42f0..5123fe50a 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-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/p6_queryoptions-es/pom.xml b/samples/tutorials/p6_queryoptions-es/pom.xml index da69b3a6b..536f8ed23 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-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/p7_queryoptions-o/pom.xml b/samples/tutorials/p7_queryoptions-o/pom.xml index 108b0deb3..ce104ca71 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-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/p8_queryoptions-f/pom.xml b/samples/tutorials/p8_queryoptions-f/pom.xml index c2c305a0f..de3738de6 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-SNAPSHOT + 4.0.0-RC01 1.7.7 diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 454c0b670..2c1f6427b 100644 --- a/samples/tutorials/pom.xml +++ b/samples/tutorials/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-samples - 4.0.0-SNAPSHOT + 4.0.0-RC01 ..