You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2021/12/24 08:26:26 UTC

[flink-ml] 01/02: [release] Update version to 2.1-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-ml.git

commit ac7da66c0e30ff925d1465d9d1251a38c05ddc08
Author: Yun Gao <ga...@gmail.com>
AuthorDate: Thu Dec 23 23:08:33 2021 +0800

    [release] Update version to 2.1-SNAPSHOT
---
 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..648c895 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.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>flink-ml-core</artifactId>
diff --git a/flink-ml-iteration/pom.xml b/flink-ml-iteration/pom.xml
index 03b049d..396be8b 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.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-ml-iteration</artifactId>
diff --git a/flink-ml-lib/pom.xml b/flink-ml-lib/pom.xml
index 8f22a3d..63683df 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.1-SNAPSHOT</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..60b55f8 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.1.dev0"
diff --git a/flink-ml-tests/pom.xml b/flink-ml-tests/pom.xml
index 78d5e94..63170be 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.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>flink-ml-tests</artifactId>
diff --git a/flink-ml-uber/pom.xml b/flink-ml-uber/pom.xml
index c76d8a1..1a179ab 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.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>flink-ml-uber_${scala.binary.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 26807b4..e257bfb 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.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <url>http://flink.apache.org</url>