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 0f38ae1032bd8de1b3b7603d6fa82658c949573c Author: Yun Gao <[email protected]> AuthorDate: Thu Dec 30 23:07:41 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 ca1449d..7f80c93 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_${scala.binary.version}</artifactId> diff --git a/flink-ml-iteration/pom.xml b/flink-ml-iteration/pom.xml index 1c4a82c..65ea16a 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_${scala.binary.version}</artifactId> diff --git a/flink-ml-lib/pom.xml b/flink-ml-lib/pom.xml index 8f11fca..2d47b28 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 0f9f9ea..ce8aeb0 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_${scala.binary.version}</artifactId> diff --git a/flink-ml-uber/pom.xml b/flink-ml-uber/pom.xml index 40357f4..7164b4a 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>
