Skip to content

Commit fb3849f

Browse files
committed
Update version to 1.15-SNAPSHOT
1 parent fd429d0 commit fb3849f

File tree

192 files changed

+194
-194
lines changed

Some content is hidden

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

192 files changed

+194
-194
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.14-SNAPSHOT"
37+
Version = "1.15-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.14-SNAPSHOT"
41+
VersionTitle = "1.15-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.14-SNAPSHOT</version>
28+
<version>1.15-SNAPSHOT</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

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.14-SNAPSHOT</version>
29+
<version>1.15-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

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

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

flink-connectors/flink-connector-cassandra/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.14-SNAPSHOT</version>
29+
<version>1.15-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch-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.14-SNAPSHOT</version>
29+
<version>1.15-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch5/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.14-SNAPSHOT</version>
29+
<version>1.15-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch6/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.14-SNAPSHOT</version>
29+
<version>1.15-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch7/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
<artifactId>flink-connectors</artifactId>
2828
<groupId>org.apache.flink</groupId>
29-
<version>1.14-SNAPSHOT</version>
29+
<version>1.15-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-files/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.14-SNAPSHOT</version>
29+
<version>1.15-SNAPSHOT</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)