Repository: yetus Updated Branches: refs/heads/master 1218add85 -> 906fa1b5b
YETUS-407. DOAP is broken Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/906fa1b5 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/906fa1b5 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/906fa1b5 Branch: refs/heads/master Commit: 906fa1b5b0c2e8af2e62d88e7c03ac97d79c8d21 Parents: 1218add Author: Kengo Seki <[email protected]> Authored: Mon Jun 6 12:59:00 2016 +0900 Committer: Kengo Seki <[email protected]> Committed: Wed Jun 22 09:27:07 2016 +0000 ---------------------------------------------------------------------- asf-site-src/source/contribute/releases.md | 19 ------------------- asf-site-src/source/doap_yetus.rdf | 22 ---------------------- 2 files changed, 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/906fa1b5/asf-site-src/source/contribute/releases.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/contribute/releases.md b/asf-site-src/source/contribute/releases.md index 3c0f25e..604e8ab 100644 --- a/asf-site-src/source/contribute/releases.md +++ b/asf-site-src/source/contribute/releases.md @@ -495,8 +495,6 @@ It may take up to 24 hours for the artifacts to make their way to the various mi $ vim data/versions.yml $ # create symlinks for where the documentation generation will go $ cd source/documentation - $ # Add release metadata to our project description; ensure the date matches JIRA and when artifacts were added to the distribution area. - $ vim doap_yetus.rdf $ ln -s ../../../target/0.2.0/ 0.2.0 $ ln -s ../../../target/0.2.0.html.md 0.2.0.html.md $ # add these symlinks to our rat exclusion file @@ -511,7 +509,6 @@ Example commit message: YETUS-XXX. add release 0.2.0. - list in releases - - update doap - add symlinks for markdown 3 workaround of per-version generated docs This should result in a fairly small diff @@ -535,22 +532,6 @@ This should result in a fairly small diff releases: - '0.1.0' + - '0.2.0' - diff --git a/asf-site-src/source/doap_yetus.rdf b/asf-site-src/source/doap_yetus.rdf - index e3d4457..0f4e05e 100644 - --- a/asf-site-src/source/doap_yetus.rdf - +++ b/asf-site-src/source/doap_yetus.rdf - @@ -44,6 +44,11 @@ - <created>2015-12-14</created> - <revision>0.1.0</revision> - </Version> - + <Version> - + <name>Apache Yetus</name> - + <created>2016-04-07</created> - + <revision>0.2.0</revision> - + </Version> - </release> - <repository> - <GitRepository> diff --git a/asf-site-src/source/documentation/0.2.0 b/asf-site-src/source/documentation/0.2.0 new file mode 120000 index 0000000..158dc23 http://git-wip-us.apache.org/repos/asf/yetus/blob/906fa1b5/asf-site-src/source/doap_yetus.rdf ---------------------------------------------------------------------- diff --git a/asf-site-src/source/doap_yetus.rdf b/asf-site-src/source/doap_yetus.rdf index f9248bd..b57a982 100644 --- a/asf-site-src/source/doap_yetus.rdf +++ b/asf-site-src/source/doap_yetus.rdf @@ -38,28 +38,6 @@ <category rdf:resource="http://projects.apache.org/category/build-management" /> <category rdf:resource="http://projects.apache.org/category/library" /> <category rdf:resource="http://projects.apache.org/category/testing" /> - <release> - <Version> - <name>Apache Yetus</name> - <created>2015-12-14</created> - <revision>0.1.0</revision> - </Version> - <Version> - <name>Apache Yetus</name> - <created>2016-03-07</created> - <revision>0.2.0</revision> - </Version> - <Version> - <name>Apache Yetus</name> - <created>2016-04-07</created> - <revision>0.2.1</revision> - </Version> - <Version> - <name>Apache Yetus</name> - <created>2016-05-23</created> - <revision>0.3.0</revision> - </Version> - </release> <repository> <GitRepository> <location rdf:resource="https://git-wip-us.apache.org/repos/asf/yetus.git"/>
