From 8ee89fb8a4b18def1b1be13dc5ae0c0a1a1987e7 Mon Sep 17 00:00:00 2001 From: Alexander Alexandrov Date: Mon, 21 Mar 2016 17:34:33 +0100 Subject: [PATCH] Changed version '1.1-SNAPSHOT' -> '1.1-FLINK-3477'. --- flink-annotations/pom.xml | 2 +- flink-batch-connectors/flink-avro/pom.xml | 2 +- flink-batch-connectors/flink-hadoop-compatibility/pom.xml | 2 +- flink-batch-connectors/flink-hbase/pom.xml | 2 +- flink-batch-connectors/flink-hcatalog/pom.xml | 2 +- flink-batch-connectors/flink-jdbc/pom.xml | 2 +- flink-batch-connectors/pom.xml | 2 +- flink-clients/pom.xml | 2 +- flink-contrib/flink-connector-wikiedits/pom.xml | 2 +- flink-contrib/flink-operator-stats/pom.xml | 2 +- flink-contrib/flink-statebackend-rocksdb/pom.xml | 2 +- flink-contrib/flink-storm-examples/pom.xml | 2 +- flink-contrib/flink-storm/pom.xml | 2 +- flink-contrib/flink-streaming-contrib/pom.xml | 2 +- flink-contrib/flink-tweet-inputformat/pom.xml | 2 +- flink-contrib/pom.xml | 2 +- flink-core/pom.xml | 2 +- flink-dist/pom.xml | 2 +- flink-examples/flink-examples-batch/pom.xml | 2 +- flink-examples/flink-examples-streaming/pom.xml | 2 +- flink-examples/pom.xml | 2 +- flink-fs-tests/pom.xml | 2 +- flink-java/pom.xml | 2 +- flink-java8/pom.xml | 2 +- flink-libraries/flink-cep/pom.xml | 2 +- flink-libraries/flink-gelly-examples/pom.xml | 2 +- flink-libraries/flink-gelly-scala/pom.xml | 2 +- flink-libraries/flink-gelly/pom.xml | 2 +- flink-libraries/flink-ml/pom.xml | 2 +- flink-libraries/flink-python/pom.xml | 2 +- flink-libraries/flink-table/pom.xml | 2 +- flink-libraries/pom.xml | 2 +- flink-optimizer/pom.xml | 2 +- flink-quickstart/flink-quickstart-java/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- flink-quickstart/flink-quickstart-scala/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- flink-quickstart/pom.xml | 2 +- flink-runtime-web/pom.xml | 2 +- flink-runtime/pom.xml | 2 +- flink-scala-shell/pom.xml | 2 +- flink-scala/pom.xml | 2 +- flink-shaded-curator/flink-shaded-curator-recipes/pom.xml | 2 +- flink-shaded-curator/flink-shaded-curator-test/pom.xml | 2 +- flink-shaded-curator/pom.xml | 2 +- flink-shaded-hadoop/flink-shaded-hadoop1/pom.xml | 2 +- flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml | 2 +- flink-shaded-hadoop/flink-shaded-include-yarn-tests/pom.xml | 2 +- flink-shaded-hadoop/pom.xml | 2 +- .../flink-connector-elasticsearch/pom.xml | 2 +- .../flink-connector-filesystem/pom.xml | 2 +- flink-streaming-connectors/flink-connector-flume/pom.xml | 2 +- flink-streaming-connectors/flink-connector-kafka-0.8/pom.xml | 2 +- flink-streaming-connectors/flink-connector-kafka-0.9/pom.xml | 2 +- .../flink-connector-kafka-base/pom.xml | 2 +- flink-streaming-connectors/flink-connector-nifi/pom.xml | 2 +- flink-streaming-connectors/flink-connector-rabbitmq/pom.xml | 2 +- flink-streaming-connectors/flink-connector-twitter/pom.xml | 2 +- flink-streaming-connectors/pom.xml | 2 +- flink-streaming-java/pom.xml | 2 +- flink-streaming-scala/pom.xml | 2 +- flink-test-utils/pom.xml | 2 +- flink-tests/pom.xml | 2 +- flink-yarn-tests/pom.xml | 2 +- flink-yarn/pom.xml | 2 +- pom.xml | 4 ++-- tools/change-version.sh | 5 ++--- tools/force-shading/pom.xml | 2 +- 68 files changed, 70 insertions(+), 71 deletions(-) diff --git a/flink-annotations/pom.xml b/flink-annotations/pom.xml index fe0ab97be18fd..2252b01a1f0b7 100644 --- a/flink-annotations/pom.xml +++ b/flink-annotations/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-batch-connectors/flink-avro/pom.xml b/flink-batch-connectors/flink-avro/pom.xml index 708226f654867..a670147816bb7 100644 --- a/flink-batch-connectors/flink-avro/pom.xml +++ b/flink-batch-connectors/flink-avro/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-batch-connectors - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-batch-connectors/flink-hadoop-compatibility/pom.xml b/flink-batch-connectors/flink-hadoop-compatibility/pom.xml index 42d63d2fe1301..b0677576a5b32 100644 --- a/flink-batch-connectors/flink-hadoop-compatibility/pom.xml +++ b/flink-batch-connectors/flink-hadoop-compatibility/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-batch-connectors - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-batch-connectors/flink-hbase/pom.xml b/flink-batch-connectors/flink-hbase/pom.xml index c75782fef6af5..89e271763a9ff 100644 --- a/flink-batch-connectors/flink-hbase/pom.xml +++ b/flink-batch-connectors/flink-hbase/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-batch-connectors - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-batch-connectors/flink-hcatalog/pom.xml b/flink-batch-connectors/flink-hcatalog/pom.xml index f79431d1ab3cb..e0944711a8469 100644 --- a/flink-batch-connectors/flink-hcatalog/pom.xml +++ b/flink-batch-connectors/flink-hcatalog/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-batch-connectors - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-batch-connectors/flink-jdbc/pom.xml b/flink-batch-connectors/flink-jdbc/pom.xml index efa3d2fa08eb4..91e7a4b293b7b 100644 --- a/flink-batch-connectors/flink-jdbc/pom.xml +++ b/flink-batch-connectors/flink-jdbc/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-batch-connectors - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-batch-connectors/pom.xml b/flink-batch-connectors/pom.xml index f1baea516c19f..efb50bb179ff1 100644 --- a/flink-batch-connectors/pom.xml +++ b/flink-batch-connectors/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml index d146dee4bf748..6cc96fd3ed594 100644 --- a/flink-clients/pom.xml +++ b/flink-clients/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-contrib/flink-connector-wikiedits/pom.xml b/flink-contrib/flink-connector-wikiedits/pom.xml index 7c953ebbd40a4..93db16b14da58 100644 --- a/flink-contrib/flink-connector-wikiedits/pom.xml +++ b/flink-contrib/flink-connector-wikiedits/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-contrib - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-contrib/flink-operator-stats/pom.xml b/flink-contrib/flink-operator-stats/pom.xml index 87ec66afdb726..06fc76b049990 100644 --- a/flink-contrib/flink-operator-stats/pom.xml +++ b/flink-contrib/flink-operator-stats/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.flink flink-contrib - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-contrib/flink-statebackend-rocksdb/pom.xml b/flink-contrib/flink-statebackend-rocksdb/pom.xml index 68abdd8b1cfe8..a29a4cf8167cd 100644 --- a/flink-contrib/flink-statebackend-rocksdb/pom.xml +++ b/flink-contrib/flink-statebackend-rocksdb/pom.xml @@ -27,7 +27,7 @@ under the License. org.apache.flink flink-contrib - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-contrib/flink-storm-examples/pom.xml b/flink-contrib/flink-storm-examples/pom.xml index ef01b90dbb965..4b70d1e1b8272 100644 --- a/flink-contrib/flink-storm-examples/pom.xml +++ b/flink-contrib/flink-storm-examples/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-contrib - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-contrib/flink-storm/pom.xml b/flink-contrib/flink-storm/pom.xml index 24b0b4bcead1a..cba71b07b3225 100644 --- a/flink-contrib/flink-storm/pom.xml +++ b/flink-contrib/flink-storm/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-contrib - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-contrib/flink-streaming-contrib/pom.xml b/flink-contrib/flink-streaming-contrib/pom.xml index ac090efc327b8..174ce61532321 100644 --- a/flink-contrib/flink-streaming-contrib/pom.xml +++ b/flink-contrib/flink-streaming-contrib/pom.xml @@ -27,7 +27,7 @@ under the License. org.apache.flink flink-contrib - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-contrib/flink-tweet-inputformat/pom.xml b/flink-contrib/flink-tweet-inputformat/pom.xml index 6929eeb158ea7..62a7fb59128ac 100644 --- a/flink-contrib/flink-tweet-inputformat/pom.xml +++ b/flink-contrib/flink-tweet-inputformat/pom.xml @@ -27,7 +27,7 @@ under the License. org.apache.flink flink-contrib - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-contrib/pom.xml b/flink-contrib/pom.xml index 7e8f9da86f2a7..e98bc6e057f1f 100644 --- a/flink-contrib/pom.xml +++ b/flink-contrib/pom.xml @@ -27,7 +27,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-core/pom.xml b/flink-core/pom.xml index 59b620b3ba3e8..eaec8ce191158 100644 --- a/flink-core/pom.xml +++ b/flink-core/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index 7dd4df8aef68f..e753242891be7 100644 --- a/flink-dist/pom.xml +++ b/flink-dist/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-examples/flink-examples-batch/pom.xml b/flink-examples/flink-examples-batch/pom.xml index 08923ea6211f8..9841735e6e347 100644 --- a/flink-examples/flink-examples-batch/pom.xml +++ b/flink-examples/flink-examples-batch/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.flink flink-examples_2.10 - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-examples/flink-examples-streaming/pom.xml b/flink-examples/flink-examples-streaming/pom.xml index 0842a798d9fb9..688278ec5a181 100644 --- a/flink-examples/flink-examples-streaming/pom.xml +++ b/flink-examples/flink-examples-streaming/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-examples_2.10 - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-examples/pom.xml b/flink-examples/pom.xml index 23fc4e962f66b..63f6c6999ddc0 100644 --- a/flink-examples/pom.xml +++ b/flink-examples/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-fs-tests/pom.xml b/flink-fs-tests/pom.xml index b44e53bf8de22..b0dfcf3bcc6c3 100644 --- a/flink-fs-tests/pom.xml +++ b/flink-fs-tests/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-java/pom.xml b/flink-java/pom.xml index 5150c5eed5c61..a32cf824eddba 100644 --- a/flink-java/pom.xml +++ b/flink-java/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-java8/pom.xml b/flink-java8/pom.xml index d0d09a8c893de..183be78554d33 100644 --- a/flink-java8/pom.xml +++ b/flink-java8/pom.xml @@ -26,7 +26,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-libraries/flink-cep/pom.xml b/flink-libraries/flink-cep/pom.xml index dee7254311922..278b7f08d294d 100644 --- a/flink-libraries/flink-cep/pom.xml +++ b/flink-libraries/flink-cep/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-libraries - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-libraries/flink-gelly-examples/pom.xml b/flink-libraries/flink-gelly-examples/pom.xml index 5ed0fa4157cac..dbb216d99ea72 100644 --- a/flink-libraries/flink-gelly-examples/pom.xml +++ b/flink-libraries/flink-gelly-examples/pom.xml @@ -23,7 +23,7 @@ org.apache.flink flink-libraries - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-libraries/flink-gelly-scala/pom.xml b/flink-libraries/flink-gelly-scala/pom.xml index cbcdac132548d..e5bae862b1cdf 100644 --- a/flink-libraries/flink-gelly-scala/pom.xml +++ b/flink-libraries/flink-gelly-scala/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-libraries - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. 4.0.0 diff --git a/flink-libraries/flink-gelly/pom.xml b/flink-libraries/flink-gelly/pom.xml index e8995c783a186..755fda75743be 100644 --- a/flink-libraries/flink-gelly/pom.xml +++ b/flink-libraries/flink-gelly/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-libraries - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-libraries/flink-ml/pom.xml b/flink-libraries/flink-ml/pom.xml index 986cb0f5640ad..a99e77809416b 100644 --- a/flink-libraries/flink-ml/pom.xml +++ b/flink-libraries/flink-ml/pom.xml @@ -24,7 +24,7 @@ org.apache.flink flink-libraries - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-libraries/flink-python/pom.xml b/flink-libraries/flink-python/pom.xml index c1499377704af..9368d7c7f2999 100644 --- a/flink-libraries/flink-python/pom.xml +++ b/flink-libraries/flink-python/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-libraries - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-libraries/flink-table/pom.xml b/flink-libraries/flink-table/pom.xml index a9a92381421bf..88522d2615596 100644 --- a/flink-libraries/flink-table/pom.xml +++ b/flink-libraries/flink-table/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-libraries - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-libraries/pom.xml b/flink-libraries/pom.xml index 4f26754898cfd..f89a1f7c1de34 100644 --- a/flink-libraries/pom.xml +++ b/flink-libraries/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-optimizer/pom.xml b/flink-optimizer/pom.xml index 2c5a7a7757a10..a1900a09cac6d 100644 --- a/flink-optimizer/pom.xml +++ b/flink-optimizer/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.flink flink-parent - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-quickstart/flink-quickstart-java/pom.xml b/flink-quickstart/flink-quickstart-java/pom.xml index e42ad2df97a89..b1e4163ff2341 100644 --- a/flink-quickstart/flink-quickstart-java/pom.xml +++ b/flink-quickstart/flink-quickstart-java/pom.xml @@ -27,7 +27,7 @@ under the License. org.apache.flink flink-quickstart - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml index c9fb2ab9b6f30..d0b40bcce8af9 100644 --- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 1.1-SNAPSHOT + 1.1-FLINK-3477 diff --git a/flink-quickstart/flink-quickstart-scala/pom.xml b/flink-quickstart/flink-quickstart-scala/pom.xml index 24f3cc110c9ef..536ed02d6795b 100644 --- a/flink-quickstart/flink-quickstart-scala/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/pom.xml @@ -27,7 +27,7 @@ under the License. org.apache.flink flink-quickstart - 1.1-SNAPSHOT + 1.1-FLINK-3477 .. diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml index 4752e6f902615..046f1cf5c51bd 100644 --- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml @@ -45,7 +45,7 @@ under the License. UTF-8 - 1.1-SNAPSHOT + 1.1-FLINK-3477