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/incubator-daffodil-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a5b209d  Release v3.0.0
a5b209d is described below

commit a5b209d5e7e4e1236d7b9802146546e075679f61
Author: Steve Lawrence <[email protected]>
AuthorDate: Fri Nov 20 07:56:04 2020 -0500

    Release v3.0.0
---
 site/_releases/2.7.0.md | 4 ++--
 site/_releases/3.0.0.md | 8 ++++----
 site/doap.rdf           | 7 +++++++
 site/docs/latest        | 2 +-
 4 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/site/_releases/2.7.0.md b/site/_releases/2.7.0.md
index 8e1d387..2978dc3 100644
--- a/site/_releases/2.7.0.md
+++ b/site/_releases/2.7.0.md
@@ -7,8 +7,8 @@ date: 2020-07-14
 summary: >
     Bug fixes, new features
 
-artifact-root: 
"https://www.apache.org/dyn/closer.lua/incubator/daffodil/2.7.0/";
-checksum-root: "https://downloads.apache.org/incubator/daffodil/2.7.0/";
+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";
 
 source-dist:
diff --git a/site/_releases/3.0.0.md b/site/_releases/3.0.0.md
index d5e2bec..29944a7 100644
--- a/site/_releases/3.0.0.md
+++ b/site/_releases/3.0.0.md
@@ -1,14 +1,14 @@
 ---
 
-released: false
+released: true
 apache: true
 title: 3.0.0
-date: 2020-10-30
+date: 2020-11-20
 summary: >
     SAX support, streaming, reduced memory usage, diagnostics, and bug fixes
 
-artifact-root: 
"https://dist.apache.org/repos/dist/dev/incubator/daffodil/3.0.0-rc1/";
-checksum-root: 
"https://dist.apache.org/repos/dist/dev/incubator/daffodil/3.0.0-rc1/";
+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";
 
 source-dist:
diff --git a/site/doap.rdf b/site/doap.rdf
index 8baa5c8..e538360 100644
--- a/site/doap.rdf
+++ b/site/doap.rdf
@@ -85,6 +85,13 @@
     <release>
         <Version>
             <name>Apache Daffodil</name>
+            <created>2020-11-20</created>
+            <revision>3.0.0</revision>
+        </Version>
+    </release>
+    <release>
+        <Version>
+            <name>Apache Daffodil</name>
             <created>2020-07-14</created>
             <revision>2.7.0</revision>
         </Version>
diff --git a/site/docs/latest b/site/docs/latest
index 9aa3464..56fea8a 120000
--- a/site/docs/latest
+++ b/site/docs/latest
@@ -1 +1 @@
-2.7.0
\ No newline at end of file
+3.0.0
\ No newline at end of file

Reply via email to