From 531e5bb8eed80ec9459bff25002dd4f29a50683d Mon Sep 17 00:00:00 2001 From: mibo Date: Sun, 1 Dec 2019 13:59:01 +0100 Subject: [PATCH] [OLINGO-1406] Set version to 4.7.0 --- dist/android-lib/pom.xml | 2 +- dist/client-lib/pom.xml | 2 +- dist/javadoc/pom.xml | 2 +- dist/pom.xml | 2 +- dist/server-lib-ext/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 +- .../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 +- 47 files changed, 63 insertions(+), 63 deletions(-) diff --git a/dist/android-lib/pom.xml b/dist/android-lib/pom.xml index 8310e74bd..803d4b3e7 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-RC01 + 4.7.0 .. diff --git a/dist/client-lib/pom.xml b/dist/client-lib/pom.xml index 2ffb206e2..de3b8fdd3 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-RC01 + 4.7.0 .. diff --git a/dist/javadoc/pom.xml b/dist/javadoc/pom.xml index b091026ff..3e37dbdfa 100644 --- a/dist/javadoc/pom.xml +++ b/dist/javadoc/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-dist - 4.7.0-RC01 + 4.7.0 .. diff --git a/dist/pom.xml b/dist/pom.xml index 89186c162..f06acf325 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-parent - 4.7.0-RC01 + 4.7.0 .. diff --git a/dist/server-lib-ext/pom.xml b/dist/server-lib-ext/pom.xml index 34ca72594..670f8d856 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-RC01 + 4.7.0 .. diff --git a/dist/server-lib/pom.xml b/dist/server-lib/pom.xml index 0a250f651..d7224a08a 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-RC01 + 4.7.0 .. diff --git a/ext/client-android/pom.xml b/ext/client-android/pom.xml index 06737d81a..282134473 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-RC01 + 4.7.0 .. diff --git a/ext/client-proxy/pom.xml b/ext/client-proxy/pom.xml index a83a018b4..c629b28ad 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-RC01 + 4.7.0 .. diff --git a/ext/karaf/karaf-features/pom.xml b/ext/karaf/karaf-features/pom.xml index cd667d102..499eb4321 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-RC01 + 4.7.0 .. diff --git a/ext/karaf/karaf-fit/pom.xml b/ext/karaf/karaf-fit/pom.xml index d1a6e9e7a..cc4468cc1 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-RC01 + 4.7.0 .. 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 0ade2a508..fe3c9f758 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-RC01"), + mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.7.0"), logLevel(LogLevel.INFO) }; } diff --git a/ext/karaf/pom.xml b/ext/karaf/pom.xml index 89ee4ef99..0c7a7aaa4 100644 --- a/ext/karaf/pom.xml +++ b/ext/karaf/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-ext - 4.7.0-RC01 + 4.7.0 .. diff --git a/ext/pojogen-maven-plugin/pom.xml b/ext/pojogen-maven-plugin/pom.xml index 89a6966a9..c0aa71fb1 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-RC01 + 4.7.0 .. diff --git a/ext/pom.xml b/ext/pom.xml index 2b22b2bda..f937a4cf0 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-parent - 4.7.0-RC01 + 4.7.0 .. diff --git a/fit/pom.xml b/fit/pom.xml index a98c7cf72..caaaaa6fe 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.7.0-RC01 + 4.7.0 .. diff --git a/lib/client-api/pom.xml b/lib/client-api/pom.xml index 432f6fe37..088a9de51 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-RC01 + 4.7.0 .. diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml index 197148502..2ea79ebc8 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-RC01 + 4.7.0 .. diff --git a/lib/commons-api/pom.xml b/lib/commons-api/pom.xml index 405b1df49..515899ca6 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-RC01 + 4.7.0 .. diff --git a/lib/commons-core/pom.xml b/lib/commons-core/pom.xml index 23848da5b..af298d10d 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-RC01 + 4.7.0 .. diff --git a/lib/pom.xml b/lib/pom.xml index f4f05f2fc..3c6335abc 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.7.0-RC01 + 4.7.0 .. diff --git a/lib/server-api/pom.xml b/lib/server-api/pom.xml index 74aa0a664..f99ebc5f6 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-RC01 + 4.7.0 .. diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml index 6833c0e41..8c8b28422 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-RC01 + 4.7.0 .. diff --git a/lib/server-core/pom.xml b/lib/server-core/pom.xml index 84fdbed15..3a97232b5 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-RC01 + 4.7.0 .. diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml index 8584ea9d9..22b8173b0 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-RC01 + 4.7.0 .. diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml index 48c76d02d..04570da9e 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-RC01 + 4.7.0 .. diff --git a/pom.xml b/pom.xml index 3a4571ac3..8b300d3cd 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.olingo odata-parent - 4.7.0-RC01 + 4.7.0 pom Olingo-OData diff --git a/samples/client/pom.xml b/samples/client/pom.xml index 3b3069c7d..7619cfc52 100644 --- a/samples/client/pom.xml +++ b/samples/client/pom.xml @@ -31,7 +31,7 @@ org.apache.olingo odata-samples - 4.7.0-RC01 + 4.7.0 .. diff --git a/samples/osgi/server/pom.xml b/samples/osgi/server/pom.xml index b7776dac2..e026a41da 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-RC01 + 4.7.0 ../.. diff --git a/samples/pom.xml b/samples/pom.xml index dfc12c8f7..355732ce6 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-parent - 4.7.0-RC01 + 4.7.0 .. diff --git a/samples/server/pom.xml b/samples/server/pom.xml index 6f9d1af95..868c74d3e 100644 --- a/samples/server/pom.xml +++ b/samples/server/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-samples - 4.7.0-RC01 + 4.7.0 .. diff --git a/samples/tutorials/p0_all/pom.xml b/samples/tutorials/p0_all/pom.xml index 19eb8b44f..332bfb6e0 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-RC01 + 4.7.0 ${project.artifactId} Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p10_media/pom.xml b/samples/tutorials/p10_media/pom.xml index e5af34c3c..b06aa33a6 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p11_batch/pom.xml b/samples/tutorials/p11_batch/pom.xml index 2092f40ce..3ba8a6914 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-RC01 + 4.7.0 ${project.artifactId}-Webapp 2.5 - 4.7.0-RC01 + 4.7.0 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 9504817a4..9fb5c5b53 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p12_deep_insert_preparation/pom.xml b/samples/tutorials/p12_deep_insert_preparation/pom.xml index 9dbeb8992..a2b65a112 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p1_read/pom.xml b/samples/tutorials/p1_read/pom.xml index 2c35b65c9..2510acfed 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p2_readep/pom.xml b/samples/tutorials/p2_readep/pom.xml index 7c2bd5ff0..d98c64b8d 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -19,7 +19,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p3_write/pom.xml b/samples/tutorials/p3_write/pom.xml index 625d678e2..0a36192af 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p4_navigation/pom.xml b/samples/tutorials/p4_navigation/pom.xml index 2055238f7..a48d552af 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p5_queryoptions-tcs/pom.xml b/samples/tutorials/p5_queryoptions-tcs/pom.xml index 6d79bd6ab..09e158d1c 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p6_queryoptions-es/pom.xml b/samples/tutorials/p6_queryoptions-es/pom.xml index d4904f6a1..0277393ec 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p7_queryoptions-o/pom.xml b/samples/tutorials/p7_queryoptions-o/pom.xml index 889d7d6c8..910eef3de 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p8_queryoptions-f/pom.xml b/samples/tutorials/p8_queryoptions-f/pom.xml index 716f1b67e..5367b4d0a 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-RC01 + 4.7.0 ${project.artifactId} Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p9_action/pom.xml b/samples/tutorials/p9_action/pom.xml index 2d68546f3..b0ac668f5 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/p9_action_preparation/pom.xml b/samples/tutorials/p9_action_preparation/pom.xml index cfb604054..ff9318a89 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -35,7 +35,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/pe_streaming/pom.xml b/samples/tutorials/pe_streaming/pom.xml index 1167350c4..ecba3230a 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-RC01 + 4.7.0 ${project.artifactId}-Webapp @@ -19,7 +19,7 @@ 2.5 - 4.7.0-RC01 + 4.7.0 1.7.7 diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index efdeae75d..c2426a1e1 100644 --- a/samples/tutorials/pom.xml +++ b/samples/tutorials/pom.xml @@ -30,7 +30,7 @@ org.apache.olingo odata-samples - 4.7.0-RC01 + 4.7.0 ..