This is an automated email from the ASF dual-hosted git repository. andrewp pushed a commit to branch update-2.2.1-date in repository https://gitbox.apache.org/repos/asf/jclouds-site.git
commit d5adc04c478340428dcd819006413c8a731779ee Author: Andrew Phillips <[email protected]> AuthorDate: Thu May 14 09:27:47 2020 -0400 Update release date for 2.2.1 Using the date of the [ANNOUNCE] email. Follow-up to 713d87d --- _config.yml | 2 +- doap_jclouds.rdf | 2 +- releasenotes/2.2.1.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 7e24c7c..a4bbcb9 100644 --- a/_config.yml +++ b/_config.yml @@ -7,5 +7,5 @@ paginate_path: "blog/page:num" permalink: /blog/:categories/:year/:month/:day/:title relative_permalinks: false latest_version: 2.2.1 -latest_version_date: 2020-05-09 +latest_version_date: 2020-05-14 latest_snapshot: 2.3.0-SNAPSHOT diff --git a/doap_jclouds.rdf b/doap_jclouds.rdf index 2ed1d6e..9ee8f38 100644 --- a/doap_jclouds.rdf +++ b/doap_jclouds.rdf @@ -38,7 +38,7 @@ <release> <Version> <name>Apache jclouds 2.2.1</name> - <created>2020-05-09</created> + <created>2020-05-14</created> <revision>2.2.1</revision> </Version> </release> diff --git a/releasenotes/2.2.1.md b/releasenotes/2.2.1.md index c9a3991..b0c4690 100644 --- a/releasenotes/2.2.1.md +++ b/releasenotes/2.2.1.md @@ -1,7 +1,7 @@ --- layout: releasenotes title: Release Notes for Version 2.2.1 -date: 2019-10-21 20:00:00 +date: 2020-05-14 20:00:00 release_notes: true permalink: /releasenotes/2.2.1/ ---
