Skip to content

Commit 919d58f

Browse files
[hotfix] Update examples module and doc's version to 2.2-SNAPSHOT
This closes apache#119.
1 parent 1f94a6f commit 919d58f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
3434
# we change the version for the complete docs when forking of a release branch
3535
# etc.
3636
# The full version string as referenced in Maven (e.g. 1.2.1)
37-
Version = "2.1-SNAPSHOT"
37+
Version = "2.2-SNAPSHOT"
3838

3939
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
4040
# release this should be the same as the regular version
41-
VersionTitle = "2.1-SNAPSHOT"
41+
VersionTitle = "2.2-SNAPSHOT"
4242

4343
# The branch for this version of Apache Flink Machine Learning Library
4444
Branch = "master"

flink-ml-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<artifactId>flink-ml-parent</artifactId>
2525
<groupId>org.apache.flink</groupId>
26-
<version>2.1-SNAPSHOT</version>
26+
<version>2.2-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

0 commit comments

Comments
 (0)