Repository: flink Updated Branches: refs/heads/release-1.1.3-rc1 [created] 3264a16fa
Commit for release 1.1.3 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3264a16f Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/3264a16f Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/3264a16f Branch: refs/heads/release-1.1.3-rc1 Commit: 3264a16fa3e21e016b5e0ca1ff030e8035ed1c3c Parents: bab59df Author: Ufuk Celebi <[email protected]> Authored: Wed Oct 5 16:58:08 2016 +0000 Committer: Ufuk Celebi <[email protected]> Committed: Wed Oct 5 16:58:08 2016 +0000 ---------------------------------------------------------------------- .gitignore | 30 --------- .travis.yml | 70 -------------------- deploysettings.xml | 38 ----------- docs/_config.yml | 6 +- flink-annotations/pom.xml | 2 +- flink-batch-connectors/flink-avro/pom.xml | 2 +- .../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-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-scala/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-metrics/flink-metrics-core/pom.xml | 2 +- flink-metrics/flink-metrics-dropwizard/pom.xml | 2 +- flink-metrics/flink-metrics-ganglia/pom.xml | 2 +- flink-metrics/flink-metrics-graphite/pom.xml | 2 +- flink-metrics/flink-metrics-jmx/pom.xml | 2 +- flink-metrics/flink-metrics-statsd/pom.xml | 2 +- flink-metrics/pom.xml | 2 +- flink-optimizer/pom.xml | 2 +- flink-quickstart/flink-quickstart-java/pom.xml | 2 +- .../main/resources/archetype-resources/pom.xml | 2 +- flink-quickstart/flink-quickstart-scala/pom.xml | 2 +- .../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-recipes/pom.xml | 2 +- .../flink-shaded-curator-test/pom.xml | 2 +- flink-shaded-curator/pom.xml | 2 +- .../flink-shaded-hadoop1/pom.xml | 2 +- .../flink-shaded-hadoop2/pom.xml | 2 +- .../flink-shaded-include-yarn-tests/pom.xml | 2 +- flink-shaded-hadoop/pom.xml | 2 +- .../flink-connector-cassandra/pom.xml | 2 +- .../flink-connector-elasticsearch/pom.xml | 2 +- .../flink-connector-elasticsearch2/pom.xml | 2 +- .../flink-connector-filesystem/pom.xml | 2 +- .../flink-connector-flume/pom.xml | 2 +- .../flink-connector-kafka-0.8/pom.xml | 2 +- .../flink-connector-kafka-0.9/pom.xml | 2 +- .../flink-connector-kafka-base/pom.xml | 2 +- .../flink-connector-kinesis/pom.xml | 2 +- .../flink-connector-nifi/pom.xml | 2 +- .../flink-connector-rabbitmq/pom.xml | 2 +- .../flink-connector-redis/pom.xml | 2 +- .../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-junit/pom.xml | 2 +- .../flink-test-utils/pom.xml | 2 +- flink-test-utils-parent/pom.xml | 2 +- flink-tests/pom.xml | 2 +- flink-yarn-tests/pom.xml | 2 +- flink-yarn/pom.xml | 2 +- pom.xml | 4 +- tools/force-shading/pom.xml | 2 +- 85 files changed, 85 insertions(+), 223 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9985ffb..0000000 --- a/.gitignore +++ /dev/null @@ -1,30 +0,0 @@ -.cache -scalastyle-output.xml -.classpath -.idea -.metadata -.settings -.project -.version.properties -filter.properties -logs.zip -target -tmp -*.class -*.iml -*.swp -*.jar -*.log -.DS_Store -build-target -flink-batch-connectors/flink-avro/src/test/java/org/apache/flink/api/io/avro/generated/ -flink-runtime-web/web-dashboard/assets/fonts/ -flink-runtime-web/web-dashboard/node_modules/ -flink-runtime-web/web-dashboard/bower_components/ -atlassian-ide-plugin.xml -out/ -/docs/api -/docs/content -/docs/Gemfile.lock -/docs/.bundle -/docs/.rubydeps http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9fdd500..0000000 --- a/.travis.yml +++ /dev/null @@ -1,70 +0,0 @@ -# s3 deployment based on http://about.travis-ci.org/blog/2012-12-18-travis-artifacts/ - -# send to container based infrastructure: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ -sudo: false - -cache: - directories: - - $HOME/.m2 - -install: true - -language: java - -#See https://issues.apache.org/jira/browse/FLINK-1072 -matrix: - include: - # Always run test groups A and B together - - jdk: "oraclejdk8" - env: PROFILE="-Dhadoop.version=2.7.2 -Dscala-2.11 -Pinclude-yarn-tests,flink-fast-tests-a,include-kinesis -Dmaven.javadoc.skip=true" - - jdk: "oraclejdk8" - env: PROFILE="-Dhadoop.version=2.7.2 -Dscala-2.11 -Pinclude-yarn-tests,flink-fast-tests-b,include-kinesis -Dmaven.javadoc.skip=true" - - - jdk: "oraclejdk8" - env: PROFILE="-Dhadoop.version=2.6.3 -Pinclude-yarn-tests,flink-fast-tests-a,include-kinesis -Dmaven.javadoc.skip=true" - - jdk: "oraclejdk8" - env: PROFILE="-Dhadoop.version=2.6.3 -Pinclude-yarn-tests,flink-fast-tests-b,include-kinesis -Dmaven.javadoc.skip=true" - - - jdk: "openjdk7" - env: PROFILE="-Dhadoop.version=2.4.1 -Dscala-2.11 -Pinclude-yarn-tests,flink-fast-tests-a,include-kinesis" - - jdk: "openjdk7" - env: PROFILE="-Dhadoop.version=2.4.1 -Dscala-2.11 -Pinclude-yarn-tests,flink-fast-tests-b,include-kinesis" - - - jdk: "oraclejdk7" - env: PROFILE="-Dhadoop.version=2.3.0 -Pflink-fast-tests-a,include-kinesis" - - jdk: "oraclejdk7" - env: PROFILE="-Dhadoop.version=2.3.0 -Pflink-fast-tests-b,include-kinesis" - - - jdk: "openjdk7" - env: PROFILE="-Dhadoop.profile=1 -Pflink-fast-tests-a,include-kinesis" - - jdk: "openjdk7" - env: PROFILE="-Dhadoop.profile=1 -Pflink-fast-tests-b,include-kinesis" - - -git: - depth: 100 - -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/d70a7e674cb9354c77b2 - on_success: always # options: [always|never|change] default: always - on_failure: always # options: [always|never|change] default: always - slack: - secure: iYjxJn8OkCRslJ30/PcE+EbMiqfKwsvUJiVUEQAEXqCEwZg+wYDsN0ilPQQT0zU16mYWKoMTx71zrOZpjirGq7ww0XZ0wAfXDjgmTxX/DaEdp87uNgTRdQzLV7mQouMKZni28eoa08Rb2NIoLLQ39q7uCu0W/p7vAD2e9xHlBBE= - -env: - global: - # Global variable to avoid hanging travis builds when downloading cache archives. - - MALLOC_ARENA_MAX=2 - # Build artifacts like logs (variables for apache/flink repo) - - secure: "Fm3NK28qN8yLtpJl4VI58biBECpOodMYbYXPVWwa62R7jkhHl2U1s4Xa5ujEgNIDcsUsY66z0V4pU0Es0XLNOY2ajlaFOHTmngzFIXul1r4vuNy0H8okEBjs9Ks0TOWYrE6ndAv1J4/oUsRtehayrriaehn31emXL9c4RSKgaiQ=" - - secure: "CGcWDpoPLKVPVxFCa+rh5svyrSy7tWTsydsFuLlw5BH5QR57FWH0P5ZBZ31MPppoNNpKEp1V5PBxOH0dUAx8SVNWQFNCsQrOwVpTnTlyl3Cd1udj2hahbB3l+IGf0+O3v2vv6blYm6vJb98NqzZknjdIefDDBfu52ndJy1UqHQw=" - - secure: "J4IJ7ZG5X+x/2K00kCpj6N/j3wEc6vG59KdDFVZp1WnKH8H0cty2wujZvDhBV+krbqja2MHhXQt/2mDjqm7pkdk1YElDOWsx909aw29wUdDN4yOsxFekIa5jMCrcQxbwzDRal6JmAzCakk51qIEgCYuAKquT0N+oETmnOhmcQe0=" - -before_script: - - "gem install --no-document --version 0.8.9 faraday " - -# We run mvn and monitor its output. If there is no output for the specified number of seconds, we -# print the stack traces of all running Java processes. -script: "./tools/travis_mvn_watchdog.sh 300" http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/deploysettings.xml ---------------------------------------------------------------------- diff --git a/deploysettings.xml b/deploysettings.xml deleted file mode 100644 index e36d848..0000000 --- a/deploysettings.xml +++ /dev/null @@ -1,38 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. - ---> - -<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 - http://maven.apache.org/xsd/settings-1.0.0.xsd"> - <servers> - <server> - <id>apache.snapshots.https</id> - <username>${sonatype_user}</username> - <password>${sonatype_pw}</password> - </server> - <server> - <id>apache.releases.https</id> - <username>${sonatype_user}</username> - <password>${sonatype_pw}</password> - </server> - </servers> -</settings> - http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 37fff05..25dca83 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -26,9 +26,9 @@ # to reference a specific Flink version, because this is the only place where # we change the version for the complete docs when forking of a release branch # etc. -version: "1.1-SNAPSHOT" -version_hadoop1: "1.1-hadoop1-SNAPSHOT" -version_short: "1.1" # Used for the top navbar w/o snapshot suffix +version: 1.1.3 +version_hadoop1: 1.1.3-hadoop1 +version_short: 1.1.3 # This suffix is appended to the Scala-dependent Maven artifact names scala_version_suffix: "_2.10" http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/flink-annotations/pom.xml b/flink-annotations/pom.xml index 2517050..c2e2fc8 100644 --- a/flink-annotations/pom.xml +++ b/flink-annotations/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-batch-connectors/flink-avro/pom.xml ---------------------------------------------------------------------- diff --git a/flink-batch-connectors/flink-avro/pom.xml b/flink-batch-connectors/flink-avro/pom.xml index fb9d364..067668f 100644 --- a/flink-batch-connectors/flink-avro/pom.xml +++ b/flink-batch-connectors/flink-avro/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-batch-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-batch-connectors/flink-hadoop-compatibility/pom.xml ---------------------------------------------------------------------- diff --git a/flink-batch-connectors/flink-hadoop-compatibility/pom.xml b/flink-batch-connectors/flink-hadoop-compatibility/pom.xml index 7c30f9f..744f5c7 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. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-batch-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-batch-connectors/flink-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/flink-batch-connectors/flink-hbase/pom.xml b/flink-batch-connectors/flink-hbase/pom.xml index cdf25db..44e796d 100644 --- a/flink-batch-connectors/flink-hbase/pom.xml +++ b/flink-batch-connectors/flink-hbase/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-batch-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-batch-connectors/flink-hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/flink-batch-connectors/flink-hcatalog/pom.xml b/flink-batch-connectors/flink-hcatalog/pom.xml index f23ad12..752b60e 100644 --- a/flink-batch-connectors/flink-hcatalog/pom.xml +++ b/flink-batch-connectors/flink-hcatalog/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-batch-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-batch-connectors/flink-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/flink-batch-connectors/flink-jdbc/pom.xml b/flink-batch-connectors/flink-jdbc/pom.xml index cb169ea..13e98d9 100644 --- a/flink-batch-connectors/flink-jdbc/pom.xml +++ b/flink-batch-connectors/flink-jdbc/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-batch-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-batch-connectors/pom.xml ---------------------------------------------------------------------- diff --git a/flink-batch-connectors/pom.xml b/flink-batch-connectors/pom.xml index f1baea5..b8ad871 100644 --- a/flink-batch-connectors/pom.xml +++ b/flink-batch-connectors/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-clients/pom.xml ---------------------------------------------------------------------- diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml index 6109f36..fadb216 100644 --- a/flink-clients/pom.xml +++ b/flink-clients/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-contrib/flink-connector-wikiedits/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-connector-wikiedits/pom.xml b/flink-contrib/flink-connector-wikiedits/pom.xml index 7c953eb..cc44613 100644 --- a/flink-contrib/flink-connector-wikiedits/pom.xml +++ b/flink-contrib/flink-connector-wikiedits/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-contrib</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-contrib/flink-operator-stats/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-operator-stats/pom.xml b/flink-contrib/flink-operator-stats/pom.xml index 839f8f5..15a4259 100644 --- a/flink-contrib/flink-operator-stats/pom.xml +++ b/flink-contrib/flink-operator-stats/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-contrib</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-contrib/flink-statebackend-rocksdb/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-statebackend-rocksdb/pom.xml b/flink-contrib/flink-statebackend-rocksdb/pom.xml index 7d551cb..b4393f1 100644 --- a/flink-contrib/flink-statebackend-rocksdb/pom.xml +++ b/flink-contrib/flink-statebackend-rocksdb/pom.xml @@ -27,7 +27,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-contrib</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-contrib/flink-storm-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-storm-examples/pom.xml b/flink-contrib/flink-storm-examples/pom.xml index ec46b94..9db34e6 100644 --- a/flink-contrib/flink-storm-examples/pom.xml +++ b/flink-contrib/flink-storm-examples/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-contrib</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-contrib/flink-storm/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-storm/pom.xml b/flink-contrib/flink-storm/pom.xml index 590f33d..88b555c 100644 --- a/flink-contrib/flink-storm/pom.xml +++ b/flink-contrib/flink-storm/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-contrib</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-contrib/flink-streaming-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-streaming-contrib/pom.xml b/flink-contrib/flink-streaming-contrib/pom.xml index 4e7e69b..3b0bebd 100644 --- a/flink-contrib/flink-streaming-contrib/pom.xml +++ b/flink-contrib/flink-streaming-contrib/pom.xml @@ -27,7 +27,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-contrib</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-contrib/flink-tweet-inputformat/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-tweet-inputformat/pom.xml b/flink-contrib/flink-tweet-inputformat/pom.xml index df464a9..16f0dfe 100644 --- a/flink-contrib/flink-tweet-inputformat/pom.xml +++ b/flink-contrib/flink-tweet-inputformat/pom.xml @@ -27,7 +27,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-contrib</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/pom.xml b/flink-contrib/pom.xml index 7e8f9da..15c80b1 100644 --- a/flink-contrib/pom.xml +++ b/flink-contrib/pom.xml @@ -27,7 +27,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-core/pom.xml ---------------------------------------------------------------------- diff --git a/flink-core/pom.xml b/flink-core/pom.xml index 5496f8c..6721937 100644 --- a/flink-core/pom.xml +++ b/flink-core/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index aa33169..46ab1d6 100644 --- a/flink-dist/pom.xml +++ b/flink-dist/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-examples/flink-examples-batch/pom.xml ---------------------------------------------------------------------- diff --git a/flink-examples/flink-examples-batch/pom.xml b/flink-examples/flink-examples-batch/pom.xml index 08923ea..fbab9b5 100644 --- a/flink-examples/flink-examples-batch/pom.xml +++ b/flink-examples/flink-examples-batch/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-examples_2.10</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-examples/flink-examples-streaming/pom.xml ---------------------------------------------------------------------- diff --git a/flink-examples/flink-examples-streaming/pom.xml b/flink-examples/flink-examples-streaming/pom.xml index 78760b7..de8f273 100644 --- a/flink-examples/flink-examples-streaming/pom.xml +++ b/flink-examples/flink-examples-streaming/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-examples_2.10</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flink-examples/pom.xml b/flink-examples/pom.xml index 23fc4e9..7afb932 100644 --- a/flink-examples/pom.xml +++ b/flink-examples/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-fs-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flink-fs-tests/pom.xml b/flink-fs-tests/pom.xml index 11ab419..70892d2 100644 --- a/flink-fs-tests/pom.xml +++ b/flink-fs-tests/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-java/pom.xml ---------------------------------------------------------------------- diff --git a/flink-java/pom.xml b/flink-java/pom.xml index 94021eb..ac5bee8 100644 --- a/flink-java/pom.xml +++ b/flink-java/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-java8/pom.xml ---------------------------------------------------------------------- diff --git a/flink-java8/pom.xml b/flink-java8/pom.xml index 00ace94..e6990cc 100644 --- a/flink-java8/pom.xml +++ b/flink-java8/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/flink-cep-scala/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-cep-scala/pom.xml b/flink-libraries/flink-cep-scala/pom.xml index 773987c..399e2a3 100644 --- a/flink-libraries/flink-cep-scala/pom.xml +++ b/flink-libraries/flink-cep-scala/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-libraries</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/flink-cep/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-cep/pom.xml b/flink-libraries/flink-cep/pom.xml index 5640eb8..3fc3d5f 100644 --- a/flink-libraries/flink-cep/pom.xml +++ b/flink-libraries/flink-cep/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-libraries</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/flink-gelly-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-gelly-examples/pom.xml b/flink-libraries/flink-gelly-examples/pom.xml index 0565e5b..a5347f8 100644 --- a/flink-libraries/flink-gelly-examples/pom.xml +++ b/flink-libraries/flink-gelly-examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-libraries</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/flink-gelly-scala/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-gelly-scala/pom.xml b/flink-libraries/flink-gelly-scala/pom.xml index 01843b9..ce67964 100644 --- a/flink-libraries/flink-gelly-scala/pom.xml +++ b/flink-libraries/flink-gelly-scala/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-libraries</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/flink-gelly/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-gelly/pom.xml b/flink-libraries/flink-gelly/pom.xml index 14e63d2..328cda1 100644 --- a/flink-libraries/flink-gelly/pom.xml +++ b/flink-libraries/flink-gelly/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-libraries</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/flink-ml/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-ml/pom.xml b/flink-libraries/flink-ml/pom.xml index ca286e8..aee8157 100644 --- a/flink-libraries/flink-ml/pom.xml +++ b/flink-libraries/flink-ml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-libraries</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/flink-python/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-python/pom.xml b/flink-libraries/flink-python/pom.xml index 79ec043..26a1512 100644 --- a/flink-libraries/flink-python/pom.xml +++ b/flink-libraries/flink-python/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-libraries</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/flink-table/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-table/pom.xml b/flink-libraries/flink-table/pom.xml index 18ca3e4..bb22b9d 100644 --- a/flink-libraries/flink-table/pom.xml +++ b/flink-libraries/flink-table/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-libraries</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-libraries/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/pom.xml b/flink-libraries/pom.xml index b39cbd5..35d691b 100644 --- a/flink-libraries/pom.xml +++ b/flink-libraries/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-metrics/flink-metrics-core/pom.xml ---------------------------------------------------------------------- diff --git a/flink-metrics/flink-metrics-core/pom.xml b/flink-metrics/flink-metrics-core/pom.xml index ab5eb56..874277a 100644 --- a/flink-metrics/flink-metrics-core/pom.xml +++ b/flink-metrics/flink-metrics-core/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-metrics</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-metrics/flink-metrics-dropwizard/pom.xml ---------------------------------------------------------------------- diff --git a/flink-metrics/flink-metrics-dropwizard/pom.xml b/flink-metrics/flink-metrics-dropwizard/pom.xml index e63af7d..b7ac015 100644 --- a/flink-metrics/flink-metrics-dropwizard/pom.xml +++ b/flink-metrics/flink-metrics-dropwizard/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-metrics</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-metrics/flink-metrics-ganglia/pom.xml ---------------------------------------------------------------------- diff --git a/flink-metrics/flink-metrics-ganglia/pom.xml b/flink-metrics/flink-metrics-ganglia/pom.xml index 1a94851..4709bb4 100644 --- a/flink-metrics/flink-metrics-ganglia/pom.xml +++ b/flink-metrics/flink-metrics-ganglia/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-metrics</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-metrics/flink-metrics-graphite/pom.xml ---------------------------------------------------------------------- diff --git a/flink-metrics/flink-metrics-graphite/pom.xml b/flink-metrics/flink-metrics-graphite/pom.xml index b75fbae..4efc227 100644 --- a/flink-metrics/flink-metrics-graphite/pom.xml +++ b/flink-metrics/flink-metrics-graphite/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-metrics</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-metrics/flink-metrics-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/flink-metrics/flink-metrics-jmx/pom.xml b/flink-metrics/flink-metrics-jmx/pom.xml index 45ffbf8..dacec96 100644 --- a/flink-metrics/flink-metrics-jmx/pom.xml +++ b/flink-metrics/flink-metrics-jmx/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-metrics</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-metrics/flink-metrics-statsd/pom.xml ---------------------------------------------------------------------- diff --git a/flink-metrics/flink-metrics-statsd/pom.xml b/flink-metrics/flink-metrics-statsd/pom.xml index 85d1dc4..a45e1b1 100644 --- a/flink-metrics/flink-metrics-statsd/pom.xml +++ b/flink-metrics/flink-metrics-statsd/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-metrics</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/flink-metrics/pom.xml b/flink-metrics/pom.xml index 7c9aaee..a961656 100644 --- a/flink-metrics/pom.xml +++ b/flink-metrics/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-optimizer/pom.xml ---------------------------------------------------------------------- diff --git a/flink-optimizer/pom.xml b/flink-optimizer/pom.xml index 493475a..d56a8d3 100644 --- a/flink-optimizer/pom.xml +++ b/flink-optimizer/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-quickstart/flink-quickstart-java/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-quickstart-java/pom.xml b/flink-quickstart/flink-quickstart-java/pom.xml index e42ad2d..74c94fc 100644 --- a/flink-quickstart/flink-quickstart-java/pom.xml +++ b/flink-quickstart/flink-quickstart-java/pom.xml @@ -27,7 +27,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-quickstart</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- 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 e669b01..3f74dcd 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. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <flink.version>1.1-SNAPSHOT</flink.version> + <flink.version>1.1.3</flink.version> </properties> <repositories> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-quickstart/flink-quickstart-scala/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-quickstart-scala/pom.xml b/flink-quickstart/flink-quickstart-scala/pom.xml index 24f3cc1..1f415db 100644 --- a/flink-quickstart/flink-quickstart-scala/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/pom.xml @@ -27,7 +27,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-quickstart</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- 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 ba8b6d0..be3b285 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. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <flink.version>1.1-SNAPSHOT</flink.version> + <flink.version>1.1.3</flink.version> </properties> <!-- http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/pom.xml b/flink-quickstart/pom.xml index b03ff2a..974355b 100644 --- a/flink-quickstart/pom.xml +++ b/flink-quickstart/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-runtime-web/pom.xml ---------------------------------------------------------------------- diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml index e0dc3cb..0e2007a 100644 --- a/flink-runtime-web/pom.xml +++ b/flink-runtime-web/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml index a96a388..11edf06 100644 --- a/flink-runtime/pom.xml +++ b/flink-runtime/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-scala-shell/pom.xml ---------------------------------------------------------------------- diff --git a/flink-scala-shell/pom.xml b/flink-scala-shell/pom.xml index 16875bc..32fc426 100644 --- a/flink-scala-shell/pom.xml +++ b/flink-scala-shell/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-scala/pom.xml ---------------------------------------------------------------------- diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml index 58ea7a2..a1e921e 100644 --- a/flink-scala/pom.xml +++ b/flink-scala/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-shaded-curator/flink-shaded-curator-recipes/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-curator/flink-shaded-curator-recipes/pom.xml b/flink-shaded-curator/flink-shaded-curator-recipes/pom.xml index 62d016d..2839205 100644 --- a/flink-shaded-curator/flink-shaded-curator-recipes/pom.xml +++ b/flink-shaded-curator/flink-shaded-curator-recipes/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded-curator</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-shaded-curator/flink-shaded-curator-test/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-curator/flink-shaded-curator-test/pom.xml b/flink-shaded-curator/flink-shaded-curator-test/pom.xml index e1f3c05..e5011f7 100644 --- a/flink-shaded-curator/flink-shaded-curator-test/pom.xml +++ b/flink-shaded-curator/flink-shaded-curator-test/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded-curator</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-shaded-curator/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-curator/pom.xml b/flink-shaded-curator/pom.xml index 45c7a3e..8ad7395 100644 --- a/flink-shaded-curator/pom.xml +++ b/flink-shaded-curator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-shaded-hadoop/flink-shaded-hadoop1/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-hadoop/flink-shaded-hadoop1/pom.xml b/flink-shaded-hadoop/flink-shaded-hadoop1/pom.xml index b549266..66b0e4c 100644 --- a/flink-shaded-hadoop/flink-shaded-hadoop1/pom.xml +++ b/flink-shaded-hadoop/flink-shaded-hadoop1/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded-hadoop</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml index 5cb81da..200e65b 100644 --- a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml +++ b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded-hadoop</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-shaded-hadoop/flink-shaded-include-yarn-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-hadoop/flink-shaded-include-yarn-tests/pom.xml b/flink-shaded-hadoop/flink-shaded-include-yarn-tests/pom.xml index bd4d0f5..520a5c4 100644 --- a/flink-shaded-hadoop/flink-shaded-include-yarn-tests/pom.xml +++ b/flink-shaded-hadoop/flink-shaded-include-yarn-tests/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-shaded-hadoop</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-shaded-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-hadoop/pom.xml b/flink-shaded-hadoop/pom.xml index 2c4f247..ad67f11 100644 --- a/flink-shaded-hadoop/pom.xml +++ b/flink-shaded-hadoop/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-cassandra/pom.xml b/flink-streaming-connectors/flink-connector-cassandra/pom.xml index 8d65984..254cbcb 100644 --- a/flink-streaming-connectors/flink-connector-cassandra/pom.xml +++ b/flink-streaming-connectors/flink-connector-cassandra/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-elasticsearch/pom.xml b/flink-streaming-connectors/flink-connector-elasticsearch/pom.xml index dd528be..43c1f43 100644 --- a/flink-streaming-connectors/flink-connector-elasticsearch/pom.xml +++ b/flink-streaming-connectors/flink-connector-elasticsearch/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-elasticsearch2/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-elasticsearch2/pom.xml b/flink-streaming-connectors/flink-connector-elasticsearch2/pom.xml index 4089cf6..69f769d 100644 --- a/flink-streaming-connectors/flink-connector-elasticsearch2/pom.xml +++ b/flink-streaming-connectors/flink-connector-elasticsearch2/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-filesystem/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-filesystem/pom.xml b/flink-streaming-connectors/flink-connector-filesystem/pom.xml index c5e903f..25cd647 100644 --- a/flink-streaming-connectors/flink-connector-filesystem/pom.xml +++ b/flink-streaming-connectors/flink-connector-filesystem/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-flume/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-flume/pom.xml b/flink-streaming-connectors/flink-connector-flume/pom.xml index 5df5e2b..e2090ff 100644 --- a/flink-streaming-connectors/flink-connector-flume/pom.xml +++ b/flink-streaming-connectors/flink-connector-flume/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-kafka-0.8/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-kafka-0.8/pom.xml b/flink-streaming-connectors/flink-connector-kafka-0.8/pom.xml index af60f3d..b7ad9a3 100644 --- a/flink-streaming-connectors/flink-connector-kafka-0.8/pom.xml +++ b/flink-streaming-connectors/flink-connector-kafka-0.8/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-kafka-0.9/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-kafka-0.9/pom.xml b/flink-streaming-connectors/flink-connector-kafka-0.9/pom.xml index c355638..b25d601 100644 --- a/flink-streaming-connectors/flink-connector-kafka-0.9/pom.xml +++ b/flink-streaming-connectors/flink-connector-kafka-0.9/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-kafka-base/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-kafka-base/pom.xml b/flink-streaming-connectors/flink-connector-kafka-base/pom.xml index a36d222..58e8c47 100644 --- a/flink-streaming-connectors/flink-connector-kafka-base/pom.xml +++ b/flink-streaming-connectors/flink-connector-kafka-base/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-kinesis/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-kinesis/pom.xml b/flink-streaming-connectors/flink-connector-kinesis/pom.xml index 60cbe2e..7f74bc2 100644 --- a/flink-streaming-connectors/flink-connector-kinesis/pom.xml +++ b/flink-streaming-connectors/flink-connector-kinesis/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-nifi/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-nifi/pom.xml b/flink-streaming-connectors/flink-connector-nifi/pom.xml index a18d7b9..ea9d684 100644 --- a/flink-streaming-connectors/flink-connector-nifi/pom.xml +++ b/flink-streaming-connectors/flink-connector-nifi/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-rabbitmq/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-rabbitmq/pom.xml b/flink-streaming-connectors/flink-connector-rabbitmq/pom.xml index 4413c69..64090e0 100644 --- a/flink-streaming-connectors/flink-connector-rabbitmq/pom.xml +++ b/flink-streaming-connectors/flink-connector-rabbitmq/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-redis/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-redis/pom.xml b/flink-streaming-connectors/flink-connector-redis/pom.xml index 6c8f609..94b13c7 100644 --- a/flink-streaming-connectors/flink-connector-redis/pom.xml +++ b/flink-streaming-connectors/flink-connector-redis/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/flink-connector-twitter/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-twitter/pom.xml b/flink-streaming-connectors/flink-connector-twitter/pom.xml index 7e850e3..ad4ac37 100644 --- a/flink-streaming-connectors/flink-connector-twitter/pom.xml +++ b/flink-streaming-connectors/flink-connector-twitter/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-connectors/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/pom.xml b/flink-streaming-connectors/pom.xml index 91213f2..f72c1ba 100644 --- a/flink-streaming-connectors/pom.xml +++ b/flink-streaming-connectors/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-java/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-java/pom.xml b/flink-streaming-java/pom.xml index b309d97..1a3684f 100644 --- a/flink-streaming-java/pom.xml +++ b/flink-streaming-java/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-streaming-scala/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-scala/pom.xml b/flink-streaming-scala/pom.xml index ce56167..4786690 100644 --- a/flink-streaming-scala/pom.xml +++ b/flink-streaming-scala/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-test-utils-parent/flink-test-utils-junit/pom.xml ---------------------------------------------------------------------- diff --git a/flink-test-utils-parent/flink-test-utils-junit/pom.xml b/flink-test-utils-parent/flink-test-utils-junit/pom.xml index 78e33ab..e3b6052 100644 --- a/flink-test-utils-parent/flink-test-utils-junit/pom.xml +++ b/flink-test-utils-parent/flink-test-utils-junit/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-test-utils-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-test-utils-parent/flink-test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/flink-test-utils-parent/flink-test-utils/pom.xml b/flink-test-utils-parent/flink-test-utils/pom.xml index 238c2da..e2397b6 100644 --- a/flink-test-utils-parent/flink-test-utils/pom.xml +++ b/flink-test-utils-parent/flink-test-utils/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-test-utils-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-test-utils-parent/pom.xml ---------------------------------------------------------------------- diff --git a/flink-test-utils-parent/pom.xml b/flink-test-utils-parent/pom.xml index 03747e8..27e6f70 100644 --- a/flink-test-utils-parent/pom.xml +++ b/flink-test-utils-parent/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flink-tests/pom.xml b/flink-tests/pom.xml index 52c3fd2..238810c 100644 --- a/flink-tests/pom.xml +++ b/flink-tests/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-yarn-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml index 94f9348..45312a2 100644 --- a/flink-yarn-tests/pom.xml +++ b/flink-yarn-tests/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/flink-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/flink-yarn/pom.xml b/flink-yarn/pom.xml index b770c63..6e5960e 100644 --- a/flink-yarn/pom.xml +++ b/flink-yarn/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4594a9d..a158ab7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <name>flink</name> <packaging>pom</packaging> @@ -115,7 +115,7 @@ under the License. <dependency> <groupId>org.apache.flink</groupId> <artifactId>force-shading</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> </dependency> <!-- Add the 'javax.annotation' annotations (JSR305), such as '@Nullable' --> http://git-wip-us.apache.org/repos/asf/flink/blob/3264a16f/tools/force-shading/pom.xml ---------------------------------------------------------------------- diff --git a/tools/force-shading/pom.xml b/tools/force-shading/pom.xml index b72b6bd..06214c8 100644 --- a/tools/force-shading/pom.xml +++ b/tools/force-shading/pom.xml @@ -38,7 +38,7 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>force-shading</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1.3</version> <packaging>jar</packaging>
