Skip to content

Commit

Permalink
Commit for release 2.0-preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Oct 10, 2024
1 parent ac1525e commit 51a7940
Show file tree
Hide file tree
Showing 170 changed files with 181 additions and 180 deletions.
19 changes: 10 additions & 9 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

baseURL = '//nightlies.apache.org/flink/flink-docs-master'
baseURL = '//nightlies.apache.org/flink/flink-docs-release-2.0-preview1'
languageCode = "en-us"
title = "Apache Flink"
enableGitInfo = false
Expand All @@ -24,7 +24,7 @@ pygmentsUseClasses = true
[params]
# Flag whether this is a stable version or not.
# Used for the quickstart page.
IsStable = false
IsStable = true

# Flag to indicate whether an outdated warning should be shown.
ShowOutDatedWarning = false
Expand All @@ -34,14 +34,14 @@ 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 = "2.0-SNAPSHOT"
Version = "2.0-preview1"

# 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 = "2.0-SNAPSHOT"
VersionTitle = "2.0-preview1"

# The branch for this version of Apache Flink
Branch = "master"
Branch = "release-2.0-preview1-rc1"

# The github repository for Apache Flink
Repo = "//github.com/apache/flink"
Expand All @@ -60,19 +60,20 @@ pygmentsUseClasses = true

ZhDownloadPage = "//flink.apache.org/zh/downloads.html"

JavaDocs = "//nightlies.apache.org/flink/flink-docs-master/api/java/"
JavaDocs = "//nightlies.apache.org/flink/flink-docs-release-2.0-preview1/api/java/"

PyDocs = "//nightlies.apache.org/flink/flink-docs-master/api/python/"
PyDocs = "//nightlies.apache.org/flink/flink-docs-release-2.0-preview1/api/python/"

# External links at the bottom
# of the menu
MenuLinks = [
["Project Homepage", "//flink.apache.org"],
["JavaDocs", "//nightlies.apache.org/flink/flink-docs-master/api/java/"],
["PyDocs", "//nightlies.apache.org/flink/flink-docs-master/api/python/"]
["JavaDocs", "//nightlies.apache.org/flink/flink-docs-release-2.0-preview1/api/java/"],
["PyDocs", "//nightlies.apache.org/flink/flink-docs-release-2.0-preview1/api/python/"]
]

PreviousDocs = [
["2.0-preview1", "http://nightlies.apache.org/flink/flink-docs-release-2.0-preview1"],
["1.20", "http://nightlies.apache.org/flink/flink-docs-release-1.20"],
["1.19", "http://nightlies.apache.org/flink/flink-docs-release-1.19"],
["1.18", "http://nightlies.apache.org/flink/flink-docs-release-1.18"],
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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</version>
</parent>

<artifactId>flink-connector-files</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</version>
</parent>

<artifactId>flink-hadoop-compatibility</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</version>
</parent>

<artifactId>flink-contrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-core-api/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>2.0-SNAPSHOT</version>
<version>2.0-preview1</version>
</parent>

<artifactId>flink-core-api</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</version>
</parent>

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

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

<artifactId>flink-datastream</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-files</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-preview1</version>
<scope>provided</scope>
</dependency>
</dependencies>
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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</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>2.0-SNAPSHOT</version>
<version>2.0-preview1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit 51a7940

Please sign in to comment.