Skip to content

Commit 5c3bca5

Browse files
committed
Update version to 1.16-SNAPSHOT
1 parent 9c77f13 commit 5c3bca5

File tree

208 files changed

+210
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+210
-210
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 = "1.15-SNAPSHOT"
37+
Version = "1.16-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 = "1.15-SNAPSHOT"
41+
VersionTitle = "1.16-SNAPSHOT"
4242

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

flink-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.flink</groupId>
2727
<artifactId>flink-parent</artifactId>
28-
<version>1.15-SNAPSHOT</version>
28+
<version>1.16-SNAPSHOT</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

flink-architecture-tests/flink-architecture-tests-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-architecture-tests</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.16-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

flink-architecture-tests/flink-architecture-tests-production/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-architecture-tests</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.16-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

flink-architecture-tests/flink-architecture-tests-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-architecture-tests</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.16-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

flink-architecture-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-parent</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.16-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

flink-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-parent</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.16-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-aws-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.16-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-aws-kinesis-firehose/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.16-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-aws-kinesis-streams/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.15-SNAPSHOT</version>
29+
<version>1.16-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)