File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ pygmentsUseClasses = true
34
34
# we change the version for the complete docs when forking of a release branch
35
35
# etc.
36
36
# The full version string as referenced in Maven (e.g. 1.2.1)
37
- Version = " 2.1 -SNAPSHOT"
37
+ Version = " 2.2 -SNAPSHOT"
38
38
39
39
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
40
40
# release this should be the same as the regular version
41
- VersionTitle = " 2.1 -SNAPSHOT"
41
+ VersionTitle = " 2.2 -SNAPSHOT"
42
42
43
43
# The branch for this version of Apache Flink Machine Learning Library
44
44
Branch = " master"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<artifactId >flink-ml-parent</artifactId >
25
25
<groupId >org.apache.flink</groupId >
26
- <version >2.1 -SNAPSHOT</version >
26
+ <version >2.2 -SNAPSHOT</version >
27
27
</parent >
28
28
<modelVersion >4.0.0</modelVersion >
29
29
You can’t perform that action at this time.
0 commit comments