This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 47e4171f3e5790dda38b98923bec6d37071915a2 Author: Chesnay Schepler <[email protected]> AuthorDate: Thu Dec 16 18:33:33 2021 +0100 Temporarily remove optional 1.12.7 component Maven artifacts are not yet available. --- _config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/_config.yml b/_config.yml index 73d9054..d70e251 100644 --- a/_config.yml +++ b/_config.yml @@ -118,15 +118,6 @@ flink_releases: asc_url: "https://downloads.apache.org/flink/flink-1.12.7/flink-1.12.7-src.tgz.asc" sha512_url: "https://downloads.apache.org/flink/flink-1.12.7/flink-1.12.7-src.tgz.sha512" release_notes_url: "https://nightlies.apache.org/flink/flink-docs-release-1.12/release-notes/flink-1.12.html" - optional_components: - - - name: "Avro SQL Format" - category: "SQL Formats" - scala_dependent: false - id: 1127-sql-format-avro - url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.12.7/flink-avro-1.12.7.jar - asc_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.12.7/flink-avro-1.12.7.jar.asc - sha_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.12.7/flink-avro-1.12.7.jar.sha1 - version_short: "1.11" binary_release:
