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

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


The following commit(s) were added to refs/heads/master by this push:
     new 919d58f  [hotfix] Update examples module and doc's version to 
2.2-SNAPSHOT
919d58f is described below

commit 919d58fe0b8c7fc48b404bc19d919e6248c7c12e
Author: yunfengzhou-hub <[email protected]>
AuthorDate: Mon Jun 27 17:13:35 2022 +0800

    [hotfix] Update examples module and doc's version to 2.2-SNAPSHOT
    
    This closes #119.
---
 docs/config.toml          | 4 ++--
 flink-ml-examples/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 47b31a8..94ddeaa 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
   # we change the version for the complete docs when forking of a release 
branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "2.1-SNAPSHOT"
+  Version = "2.2-SNAPSHOT"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
-  VersionTitle = "2.1-SNAPSHOT"
+  VersionTitle = "2.2-SNAPSHOT"
 
   # The branch for this version of Apache Flink Machine Learning Library
   Branch = "master"
diff --git a/flink-ml-examples/pom.xml b/flink-ml-examples/pom.xml
index b10f524..399732c 100644
--- a/flink-ml-examples/pom.xml
+++ b/flink-ml-examples/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>flink-ml-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Reply via email to