Repository: flink Updated Branches: refs/heads/master 3385fa3ab -> 0c03e9a48
[release] update version to 1.0-SNAPSHOT 0.10-SNAPSHOT continues on branch release-0.10 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0c03e9a4 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0c03e9a4 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0c03e9a4 Branch: refs/heads/master Commit: 0c03e9a48c43c8b0c907d5c9ef4ff7bf41bc3f6a Parents: 3385fa3 Author: Maximilian Michels <m...@apache.org> Authored: Fri Oct 23 10:58:55 2015 +0200 Committer: Maximilian Michels <m...@apache.org> Committed: Fri Oct 23 11:19:41 2015 +0200 ---------------------------------------------------------------------- flink-benchmark/pom.xml | 2 +- flink-clients/pom.xml | 2 +- flink-contrib/flink-operator-stats/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-java-examples/pom.xml | 2 +- flink-examples/flink-scala-examples/pom.xml | 2 +- flink-examples/pom.xml | 2 +- flink-java/pom.xml | 2 +- flink-java8/pom.xml | 2 +- flink-libraries/flink-gelly-scala/pom.xml | 2 +- flink-libraries/flink-gelly/pom.xml | 2 +- flink-libraries/pom.xml | 2 +- flink-optimizer/pom.xml | 2 +- flink-quickstart/flink-quickstart-java/pom.xml | 2 +- flink-quickstart/flink-quickstart-scala/pom.xml | 2 +- flink-quickstart/flink-tez-quickstart/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- flink-quickstart/pom.xml | 2 +- flink-runtime-web/pom.xml | 2 +- flink-runtime/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-staging/flink-avro/pom.xml | 2 +- flink-staging/flink-fs-tests/pom.xml | 2 +- flink-staging/flink-hadoop-compatibility/pom.xml | 2 +- flink-staging/flink-hbase/pom.xml | 2 +- flink-staging/flink-hcatalog/pom.xml | 2 +- flink-staging/flink-jdbc/pom.xml | 2 +- .../flink-language-binding-generic/pom.xml | 2 +- flink-staging/flink-language-binding/flink-python/pom.xml | 2 +- flink-staging/flink-language-binding/pom.xml | 2 +- flink-staging/flink-ml/pom.xml | 2 +- flink-staging/flink-scala-shell/pom.xml | 2 +- flink-staging/flink-table/pom.xml | 2 +- flink-staging/flink-tez/pom.xml | 2 +- flink-staging/pom.xml | 2 +- .../flink-connector-elasticsearch/pom.xml | 2 +- flink-streaming-connectors/flink-connector-filesystem/pom.xml | 2 +- flink-streaming-connectors/flink-connector-flume/pom.xml | 2 +- flink-streaming-connectors/flink-connector-kafka/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-examples/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 | 2 +- 64 files changed, 66 insertions(+), 66 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/flink-benchmark/pom.xml b/flink-benchmark/pom.xml index b139be5..281273f 100644 --- a/flink-benchmark/pom.xml +++ b/flink-benchmark/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-clients/pom.xml ---------------------------------------------------------------------- diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml index 928ba4f..e36731e 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 d85e1a6..713f7b1 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 696fa4b..cee6cac 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-contrib/flink-storm/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-storm/pom.xml b/flink-contrib/flink-storm/pom.xml index 2424b55..072ee75 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 37ac7ab..68e65f6 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 386a145..1c4ebf4 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/pom.xml b/flink-contrib/pom.xml index 074edfa..7c79ba5 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-core/pom.xml ---------------------------------------------------------------------- diff --git a/flink-core/pom.xml b/flink-core/pom.xml index 94a4082..6763011 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index 737aeb4..3d556f6 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-examples/flink-java-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flink-examples/flink-java-examples/pom.xml b/flink-examples/flink-java-examples/pom.xml index d90d034..ae5a0fd 100644 --- a/flink-examples/flink-java-examples/pom.xml +++ b/flink-examples/flink-java-examples/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-examples</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-examples/flink-scala-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flink-examples/flink-scala-examples/pom.xml b/flink-examples/flink-scala-examples/pom.xml index 4655ddf..7cb5f29 100644 --- a/flink-examples/flink-scala-examples/pom.xml +++ b/flink-examples/flink-scala-examples/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-examples</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flink-examples/pom.xml b/flink-examples/pom.xml index 001d04b..e4376f4 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-java/pom.xml ---------------------------------------------------------------------- diff --git a/flink-java/pom.xml b/flink-java/pom.xml index c8f88f4..4b8e24c 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-java8/pom.xml ---------------------------------------------------------------------- diff --git a/flink-java8/pom.xml b/flink-java8/pom.xml index 707c795..33ea929 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 90d2971..385f5c6 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-libraries/flink-gelly/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/flink-gelly/pom.xml b/flink-libraries/flink-gelly/pom.xml index 7fd95ed..4ee8eb0 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-libraries/pom.xml ---------------------------------------------------------------------- diff --git a/flink-libraries/pom.xml b/flink-libraries/pom.xml index b38ffeb..065127b 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-optimizer/pom.xml ---------------------------------------------------------------------- diff --git a/flink-optimizer/pom.xml b/flink-optimizer/pom.xml index 512c415..ddefd3e 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 5c42ad6..73e4d14 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 282dae6..4943bda 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-quickstart/flink-tez-quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-tez-quickstart/pom.xml b/flink-quickstart/flink-tez-quickstart/pom.xml index f76d436..495fa01 100644 --- a/flink-quickstart/flink-tez-quickstart/pom.xml +++ b/flink-quickstart/flink-tez-quickstart/pom.xml @@ -27,7 +27,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-quickstart</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-quickstart/flink-tez-quickstart/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-tez-quickstart/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-tez-quickstart/src/main/resources/archetype-resources/pom.xml index 2bad10a..e175a6b 100644 --- a/flink-quickstart/flink-tez-quickstart/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-tez-quickstart/src/main/resources/archetype-resources/pom.xml @@ -52,17 +52,17 @@ under the License. <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-java</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-clients</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-tez</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/pom.xml b/flink-quickstart/pom.xml index 0a3fcc2..cb12b1d 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-runtime-web/pom.xml ---------------------------------------------------------------------- diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml index f2ac818..52283b9 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml index 9db82b2..1b4c51f 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-scala/pom.xml ---------------------------------------------------------------------- diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml index 71f1716..32b5948 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 c0a2adc..91bf18f 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 2700c0c..52c2ba8 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-shaded-curator/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-curator/pom.xml b/flink-shaded-curator/pom.xml index 29d6461..8408b0f 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 83422f9..e1f6e58 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 d482517..74a64e1 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 ba2e227..96d05ae 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-shaded-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-hadoop/pom.xml b/flink-shaded-hadoop/pom.xml index 76d3ef4..1d405e3 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-avro/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-avro/pom.xml b/flink-staging/flink-avro/pom.xml index 6b7e330..9e0e868 100644 --- a/flink-staging/flink-avro/pom.xml +++ b/flink-staging/flink-avro/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-fs-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-fs-tests/pom.xml b/flink-staging/flink-fs-tests/pom.xml index 4dc86bf..9492d55 100644 --- a/flink-staging/flink-fs-tests/pom.xml +++ b/flink-staging/flink-fs-tests/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-hadoop-compatibility/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-hadoop-compatibility/pom.xml b/flink-staging/flink-hadoop-compatibility/pom.xml index 67b97ad..e27e702 100644 --- a/flink-staging/flink-hadoop-compatibility/pom.xml +++ b/flink-staging/flink-hadoop-compatibility/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-hbase/pom.xml b/flink-staging/flink-hbase/pom.xml index 0612ffd..c2b0881 100644 --- a/flink-staging/flink-hbase/pom.xml +++ b/flink-staging/flink-hbase/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-hcatalog/pom.xml b/flink-staging/flink-hcatalog/pom.xml index c9130ac..00ce577 100644 --- a/flink-staging/flink-hcatalog/pom.xml +++ b/flink-staging/flink-hcatalog/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-jdbc/pom.xml b/flink-staging/flink-jdbc/pom.xml index a3976c1..79e26be 100644 --- a/flink-staging/flink-jdbc/pom.xml +++ b/flink-staging/flink-jdbc/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml b/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml index 1509935..7a8f8af 100644 --- a/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml +++ b/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-language-binding-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-language-binding/flink-python/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-language-binding/flink-python/pom.xml b/flink-staging/flink-language-binding/flink-python/pom.xml index 8730916..06ef3ca 100644 --- a/flink-staging/flink-language-binding/flink-python/pom.xml +++ b/flink-staging/flink-language-binding/flink-python/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-language-binding-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-language-binding/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-language-binding/pom.xml b/flink-staging/flink-language-binding/pom.xml index 2094342..2bb1497 100644 --- a/flink-staging/flink-language-binding/pom.xml +++ b/flink-staging/flink-language-binding/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-ml/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-ml/pom.xml b/flink-staging/flink-ml/pom.xml index 0531411..80c464c 100644 --- a/flink-staging/flink-ml/pom.xml +++ b/flink-staging/flink-ml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-scala-shell/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-scala-shell/pom.xml b/flink-staging/flink-scala-shell/pom.xml index 371257b..fdeb256 100644 --- a/flink-staging/flink-scala-shell/pom.xml +++ b/flink-staging/flink-scala-shell/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-table/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-table/pom.xml b/flink-staging/flink-table/pom.xml index 358e116..45ea785 100644 --- a/flink-staging/flink-table/pom.xml +++ b/flink-staging/flink-table/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/flink-tez/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-tez/pom.xml b/flink-staging/flink-tez/pom.xml index a70e6ee..0062349 100644 --- a/flink-staging/flink-tez/pom.xml +++ b/flink-staging/flink-tez/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-staging</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-staging/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/pom.xml b/flink-staging/pom.xml index 8483bfa..bce9e54 100644 --- a/flink-staging/pom.xml +++ b/flink-staging/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 f3efe2e..f771e66 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 7c4dc98..570e77b 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 912a7e4..02548f5 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-streaming-connectors/flink-connector-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/flink-connector-kafka/pom.xml b/flink-streaming-connectors/flink-connector-kafka/pom.xml index 57a9a56..a29989d 100644 --- a/flink-streaming-connectors/flink-connector-kafka/pom.xml +++ b/flink-streaming-connectors/flink-connector-kafka/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-connectors-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 a590b07..78e44e8 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 314289a..f2fdd4e 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/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 df963a3..a374d21 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-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-streaming-connectors/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-connectors/pom.xml b/flink-streaming-connectors/pom.xml index dc395b2..1b829f2 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-streaming-examples/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-examples/pom.xml b/flink-streaming-examples/pom.xml index 5e06411..c935ac1 100644 --- a/flink-streaming-examples/pom.xml +++ b/flink-streaming-examples/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-streaming-java/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-java/pom.xml b/flink-streaming-java/pom.xml index 25d4031..c32a58b 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-streaming-scala/pom.xml ---------------------------------------------------------------------- diff --git a/flink-streaming-scala/pom.xml b/flink-streaming-scala/pom.xml index 5692a7d..2792d83 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/flink-test-utils/pom.xml b/flink-test-utils/pom.xml index c8c3d15..b5b8403 100644 --- a/flink-test-utils/pom.xml +++ b/flink-test-utils/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flink-tests/pom.xml b/flink-tests/pom.xml index 25d4bd6..d7128d7 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-yarn-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml index 90536e1..f444311 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/flink-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/flink-yarn/pom.xml b/flink-yarn/pom.xml index f851b8c..c248703 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>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/flink/blob/0c03e9a4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cf1a917..10f16df 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>flink-parent</artifactId> - <version>0.10-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <name>flink</name> <packaging>pom</packaging>