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/27 07:53:08 UTC

[flink-ml] branch master updated (d3d2ea2 -> b9a56db)

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

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


    from d3d2ea2  [hotfix] Add scripts to build and release python artifacts
     new d0760d7  Revert "[release] Update version to 2.1-SNAPSHOT"
     new b9a56db  [hotfix] Add the NOTICE file

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                                | 5 +++++
 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 +-
 8 files changed, 12 insertions(+), 7 deletions(-)
 create mode 100644 NOTICE

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

Posted by ga...@apache.org.
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 d0760d784226f7b003c6bb23e73afaa9e9353b99
Author: Yun Gao <ga...@gmail.com>
AuthorDate: Mon Dec 27 15:04:41 2021 +0800

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

[flink-ml] 02/02: [hotfix] Add the NOTICE file

Posted by ga...@apache.org.
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 b9a56dbec570bb77e97a799780b01c03c2038c4a
Author: Dong Lin <li...@gmail.com>
AuthorDate: Fri Dec 24 22:04:10 2021 +0800

    [hotfix] Add the NOTICE file
    
    This closes #45.
---
 NOTICE | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..04db66f
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Flink ML (flink-ml)
+Copyright 2014-2021 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).