This is an automated email from the ASF dual-hosted git repository. slawrence pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
commit 5bf5492af4f288fa5e2bb1cce9a332267bab678b Author: Steve Lawrence <[email protected]> AuthorDate: Fri Feb 19 11:26:38 2021 -0500 Fix download links for KEYS and current release - Archived releases are stll in the incubator/daffodil directory - The latest release has been moved to the daffodil/ directory - KEYS file is also moved to the daffodil/ directory --- site/_releases/2.1.0.md | 2 +- site/_releases/2.2.0.md | 2 +- site/_releases/2.3.0.md | 2 +- site/_releases/2.4.0.md | 2 +- site/_releases/2.5.0.md | 2 +- site/_releases/2.6.0.md | 4 ++-- site/_releases/2.7.0.md | 2 +- site/_releases/3.0.0.md | 6 +++--- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/site/_releases/2.1.0.md b/site/_releases/2.1.0.md index a979290..cff382c 100644 --- a/site/_releases/2.1.0.md +++ b/site/_releases/2.1.0.md @@ -10,7 +10,7 @@ summary: > artifact-root: "https://archive.apache.org/dist/incubator/daffodil/2.1.0/" checksum-root: "https://archive.apache.org/dist/incubator/daffodil/2.1.0/" -key-file: "https://downloads.apache.org/incubator/daffodil/KEYS" +key-file: "https://downloads.apache.org/daffodil/KEYS" source-dist: - "apache-daffodil-2.1.0-incubating-src.zip" diff --git a/site/_releases/2.2.0.md b/site/_releases/2.2.0.md index 63e34d5..b9e6fed 100644 --- a/site/_releases/2.2.0.md +++ b/site/_releases/2.2.0.md @@ -9,7 +9,7 @@ summary: > artifact-root: "https://archive.apache.org/dist/incubator/daffodil/2.2.0/" checksum-root: "https://archive.apache.org/dist/incubator/daffodil/2.2.0/" -key-file: "https://downloads.apache.org/incubator/daffodil/KEYS" +key-file: "https://downloads.apache.org/daffodil/KEYS" source-dist: - "apache-daffodil-2.2.0-incubating-src.zip" diff --git a/site/_releases/2.3.0.md b/site/_releases/2.3.0.md index 26506e4..dd6aa52 100644 --- a/site/_releases/2.3.0.md +++ b/site/_releases/2.3.0.md @@ -9,7 +9,7 @@ summary: > artifact-root: "https://archive.apache.org/dist/incubator/daffodil/2.3.0/" checksum-root: "https://archive.apache.org/dist/incubator/daffodil/2.3.0/" -key-file: "https://downloads.apache.org/incubator/daffodil/KEYS" +key-file: "https://downloads.apache.org/daffodil/KEYS" source-dist: - "apache-daffodil-2.3.0-incubating-src.zip" diff --git a/site/_releases/2.4.0.md b/site/_releases/2.4.0.md index cbc5a13..052f7cf 100644 --- a/site/_releases/2.4.0.md +++ b/site/_releases/2.4.0.md @@ -10,7 +10,7 @@ summary: > artifact-root: "https://archive.apache.org/dist/incubator/daffodil/2.4.0/" checksum-root: "https://archive.apache.org/dist/incubator/daffodil/2.4.0/" -key-file: "https://downloads.apache.org/incubator/daffodil/KEYS" +key-file: "https://downloads.apache.org/daffodil/KEYS" source-dist: - "apache-daffodil-2.4.0-incubating-src.zip" diff --git a/site/_releases/2.5.0.md b/site/_releases/2.5.0.md index 59b0491..90e8d3f 100644 --- a/site/_releases/2.5.0.md +++ b/site/_releases/2.5.0.md @@ -10,7 +10,7 @@ summary: > artifact-root: "https://archive.apache.org/dist/incubator/daffodil/2.5.0/" checksum-root: "https://archive.apache.org/dist/incubator/daffodil/2.5.0/" -key-file: "https://downloads.apache.org/incubator/daffodil/KEYS" +key-file: "https://downloads.apache.org/daffodil/KEYS" source-dist: - "apache-daffodil-2.5.0-incubating-src.zip" diff --git a/site/_releases/2.6.0.md b/site/_releases/2.6.0.md index 36379a7..949ea8d 100644 --- a/site/_releases/2.6.0.md +++ b/site/_releases/2.6.0.md @@ -9,7 +9,7 @@ summary: > artifact-root: "https://archive.apache.org/dist/incubator/daffodil/2.6.0/" checksum-root: "https://archive.apache.org/dist/incubator/daffodil/2.6.0/" -key-file: "https://downloads.apache.org/incubator/daffodil/KEYS" +key-file: "https://downloads.apache.org/daffodil/KEYS" source-dist: - "apache-daffodil-2.6.0-incubating-src.zip" @@ -111,4 +111,4 @@ The following changes have been made which may affect compatibility with past re * ``setTracing`` -> ``withTracing`` * ``setValidationMode`` -> ``withValidationMode`` * ``setExternalDFDLVariables`` -> ``withExternalDFDLVariables`` - * ``setExternalVariables`` -> ``withExternalVariables`` \ No newline at end of file + * ``setExternalVariables`` -> ``withExternalVariables`` diff --git a/site/_releases/2.7.0.md b/site/_releases/2.7.0.md index 2978dc3..ab37224 100644 --- a/site/_releases/2.7.0.md +++ b/site/_releases/2.7.0.md @@ -9,7 +9,7 @@ summary: > artifact-root: "https://archive.apache.org/dist/incubator/daffodil/2.7.0/" checksum-root: "https://archive.apache.org/dist/incubator/daffodil/2.7.0/" -key-file: "https://downloads.apache.org/incubator/daffodil/KEYS" +key-file: "https://downloads.apache.org/daffodil/KEYS" source-dist: - "apache-daffodil-2.7.0-incubating-src.zip" diff --git a/site/_releases/3.0.0.md b/site/_releases/3.0.0.md index 29944a7..92b95ca 100644 --- a/site/_releases/3.0.0.md +++ b/site/_releases/3.0.0.md @@ -7,9 +7,9 @@ date: 2020-11-20 summary: > SAX support, streaming, reduced memory usage, diagnostics, and bug fixes -artifact-root: "https://www.apache.org/dyn/closer.lua/incubator/daffodil/3.0.0/" -checksum-root: "https://downloads.apache.org/incubator/daffodil/3.0.0/" -key-file: "https://downloads.apache.org/incubator/daffodil/KEYS" +artifact-root: "https://www.apache.org/dyn/closer.lua/daffodil/3.0.0/" +checksum-root: "https://downloads.apache.org/daffodil/3.0.0/" +key-file: "https://downloads.apache.org/daffodil/KEYS" source-dist: - "apache-daffodil-3.0.0-incubating-src.zip"
