This is an automated email from the ASF dual-hosted git repository. dianfu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 3294518274e159beda263fa15cc9352129b01a7e Author: Dian Fu <[email protected]> AuthorDate: Tue Dec 8 15:46:21 2020 +0800 Remove download links for the 1.10.x release --- _config.yml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/_config.yml b/_config.yml index 2ab4c9d..e656e45 100644 --- a/_config.yml +++ b/_config.yml @@ -113,51 +113,6 @@ flink_releases: url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.11.2/flink-avro-1.11.2.jar asc_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.11.2/flink-avro-1.11.2.jar.asc sha_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.11.2/flink-avro-1.11.2.jar.sha1 - - - version_short: "1.10" - binary_release: - name: "Apache Flink 1.10.2" - scala_211: - id: "1102-download_211" - url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.10.2/flink-1.10.2-bin-scala_2.11.tgz" - asc_url: "https://downloads.apache.org/flink/flink-1.10.2/flink-1.10.2-bin-scala_2.11.tgz.asc" - sha512_url: "https://downloads.apache.org/flink/flink-1.10.2/flink-1.10.2-bin-scala_2.11.tgz.sha512" - scala_212: - id: "1102-download_212" - url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.10.2/flink-1.10.2-bin-scala_2.12.tgz" - asc_url: "https://downloads.apache.org/flink/flink-1.10.2/flink-1.10.2-bin-scala_2.12.tgz.asc" - sha512_url: "https://downloads.apache.org/flink/flink-1.10.2/flink-1.10.2-bin-scala_2.12.tgz.sha512" - source_release: - name: "Apache Flink 1.10.2" - id: "1102-download-source" - url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.10.2/flink-1.10.2-src.tgz" - asc_url: "https://downloads.apache.org/flink/flink-1.10.2/flink-1.10.2-src.tgz.asc" - sha512_url: "https://downloads.apache.org/flink/flink-1.10.2/flink-1.10.2-src.tgz.sha512" - optional_components: - - - name: "Avro SQL Format" - category: "SQL Formats" - scala_dependent: false - id: 1102-sql-format-avro - url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.10.2/flink-avro-1.10.2.jar - asc_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.10.2/flink-avro-1.10.2.jar.asc - sha_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.10.2/flink-avro-1.10.2.jar.sha1 - - - name: "CSV SQL Format" - category: "SQL Formats" - scala_dependent: false - id: 1102-sql-format-csv - url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-csv/1.10.2/flink-csv-1.10.2.jar - asc_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-csv/1.10.2/flink-csv-1.10.2.jar.asc - sha_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-csv/1.10.2/flink-csv-1.10.2.jar.sha1 - - - name: "JSON SQL Format" - category: "SQL Formats" - scala_dependent: false - id: 1102-sql-format-json - url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-json/1.10.2/flink-json-1.10.2.jar - asc_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-json/1.10.2/flink-json-1.10.2.jar.asc - sha_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-json/1.10.2/flink-json-1.10.2.jar.sha1 flink_statefun_releases: -
