Skip to content

Commit

Permalink
Update version to 1.20-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lincoln-lil committed Feb 7, 2024
1 parent 03b4584 commit bf5068c
Show file tree
Hide file tree
Showing 178 changed files with 180 additions and 180 deletions.
4 changes: 2 additions & 2 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "1.19-SNAPSHOT"
Version = "1.20-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 = "1.19-SNAPSHOT"
VersionTitle = "1.20-SNAPSHOT"

# The branch for this version of Apache Flink
Branch = "master"
Expand Down
2 changes: 1 addition & 1 deletion flink-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-annotations</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-architecture-tests-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-architecture-tests-production</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-architecture-tests-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-architecture-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-architecture-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-clients</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-datagen-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-datagen-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-datagen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-datagen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-files/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-files</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-hive_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-file-sink-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-file-sink-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-hadoop-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-hadoop-compatibility_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-sql-connector-hive-2.3.9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-sql-connector-hive-2.3.9_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-sql-connector-hive-3.1.3_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion flink-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-contrib/flink-connector-wikiedits/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-contrib</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-wikiedits</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-contrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-dist-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-dist-scala_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-dist_${scala.binary.version}</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-dstl/flink-dstl-dfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-dstl</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-dstl-dfs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-dstl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-dstl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/flink-batch-sql-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/flink-cli-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/flink-dataset-allround-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-dataset-allround-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-dataset-fine-grained-recovery-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-datastream-allround-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/flink-end-to-end-tests-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-end-to-end-tests-jdbc-driver</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ under the License.
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/flink-end-to-end-tests-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/flink-failure-enricher-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/flink-file-sink-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<artifactId>flink-end-to-end-tests</artifactId>
<groupId>org.apache.flink</groupId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-heavy-deployment-stress-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</parent>

<artifactId>flink-high-parallelism-iterations-test</artifactId>
Expand Down
Loading

0 comments on commit bf5068c

Please sign in to comment.