This is an automated email from the ASF dual-hosted git repository.

olabusayo 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 f78fdc1  2.6.0 Release Updates
     new 89d9b73  Merge pull request #25 from 
olabusayoT/daffodil-2312-2.6.0-release
f78fdc1 is described below

commit f78fdc16f5d1641fbffbba652e74c2e9adb1cf80
Author: olabusayoT <[email protected]>
AuthorDate: Fri Apr 24 10:45:48 2020 -0400

    2.6.0 Release Updates
    
    -- updates to promote to the final release
    
    DAFFODIL-2312
---
 site/_releases/2.5.0.md | 4 ++--
 site/_releases/2.6.0.md | 8 ++++----
 site/doap.rdf           | 7 +++++++
 site/docs/latest        | 2 +-
 4 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/site/_releases/2.5.0.md b/site/_releases/2.5.0.md
index 45c9f73..59b0491 100644
--- a/site/_releases/2.5.0.md
+++ b/site/_releases/2.5.0.md
@@ -8,8 +8,8 @@ summary: >
     User defined functions, BLOBs, unordered sequences, 2GB+ files, preparation
     for decreasing schema compile time
 
-artifact-root: 
"https://www.apache.org/dyn/closer.lua/incubator/daffodil/2.5.0/";
-checksum-root: "https://downloads.apache.org/incubator/daffodil/2.5.0/";
+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";
 
 source-dist:
diff --git a/site/_releases/2.6.0.md b/site/_releases/2.6.0.md
index f1198bd..5952bb8 100644
--- a/site/_releases/2.6.0.md
+++ b/site/_releases/2.6.0.md
@@ -1,14 +1,14 @@
 ---
 
-released: false
+released: true
 apache: true
 title: 2.6.0
-date: 2020-04-09
+date: 2020-04-24
 summary: >
     Performance updates, API updates, Sonarqube analysis
 
-artifact-root: 
"https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.6.0-rc2/";
-checksum-root: 
"https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.6.0-rc2/";
+artifact-root: 
"https://www.apache.org/dyn/closer.lua/incubator/daffodil/2.6.0/";
+checksum-root: "https://downloads.apache.org/incubator/daffodil/2.6.0/";
 key-file: "https://downloads.apache.org/incubator/daffodil/KEYS";
 
 source-dist:
diff --git a/site/doap.rdf b/site/doap.rdf
index b88e37c..821b89a 100644
--- a/site/doap.rdf
+++ b/site/doap.rdf
@@ -85,6 +85,13 @@
     <release>
         <Version>
             <name>Apache Daffodil</name>
+            <created>2020-04-24</created>
+            <revision>2.6.0</revision>
+        </Version>
+    </release>
+    <release>
+        <Version>
+            <name>Apache Daffodil</name>
             <created>2020-01-12</created>
             <revision>2.5.0</revision>
         </Version>
diff --git a/site/docs/latest b/site/docs/latest
index fad066f..914ec96 120000
--- a/site/docs/latest
+++ b/site/docs/latest
@@ -1 +1 @@
-2.5.0
\ No newline at end of file
+2.6.0
\ No newline at end of file

Reply via email to