This is an automated email from the ASF dual-hosted git repository. gaoyunhaii pushed a commit to tag release-2.0.0-rc3 in repository https://gitbox.apache.org/repos/asf/flink-ml.git
commit ebf6f1f0b816339cde058cf4d55d3ff083fdf194 Author: Yun Gao <[email protected]> AuthorDate: Thu Dec 30 15:21:04 2021 +0800 [release] Update version to 2.0.0 --- flink-ml-core/pom.xml | 2 +- flink-ml-iteration/pom.xml | 2 +- flink-ml-lib/pom.xml | 2 +- flink-ml-python/pyflink/ml/version.py | 2 +- flink-ml-tests/pom.xml | 2 +- flink-ml-uber/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flink-ml-core/pom.xml b/flink-ml-core/pom.xml index 3d8a045..854f04e 100644 --- a/flink-ml-core/pom.xml +++ b/flink-ml-core/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-ml-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>flink-ml-core</artifactId> diff --git a/flink-ml-iteration/pom.xml b/flink-ml-iteration/pom.xml index 03b049d..6bda377 100644 --- a/flink-ml-iteration/pom.xml +++ b/flink-ml-iteration/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-ml-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>flink-ml-iteration</artifactId> diff --git a/flink-ml-lib/pom.xml b/flink-ml-lib/pom.xml index 8f22a3d..d54663a 100644 --- a/flink-ml-lib/pom.xml +++ b/flink-ml-lib/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-ml-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>flink-ml-lib_${scala.binary.version}</artifactId> diff --git a/flink-ml-python/pyflink/ml/version.py b/flink-ml-python/pyflink/ml/version.py index a48cb35..d5ab40e 100644 --- a/flink-ml-python/pyflink/ml/version.py +++ b/flink-ml-python/pyflink/ml/version.py @@ -20,4 +20,4 @@ The version will be consistent with the flink ml version and follow the PEP440. .. seealso:: https://www.python.org/dev/peps/pep-0440 """ -__version__ = "2.0.dev0" +__version__ = "2.0.0" diff --git a/flink-ml-tests/pom.xml b/flink-ml-tests/pom.xml index 78d5e94..5efab5e 100644 --- a/flink-ml-tests/pom.xml +++ b/flink-ml-tests/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-ml-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>flink-ml-tests</artifactId> diff --git a/flink-ml-uber/pom.xml b/flink-ml-uber/pom.xml index c76d8a1..b035791 100644 --- a/flink-ml-uber/pom.xml +++ b/flink-ml-uber/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-ml-parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>flink-ml-uber_${scala.binary.version}</artifactId> diff --git a/pom.xml b/pom.xml index d5eb522..2be8111 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ under the License. <artifactId>flink-ml-parent</artifactId> <groupId>org.apache.flink</groupId> <name>Flink ML</name> - <version>2.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <url>http://flink.apache.org</url>
