Repository: yetus Updated Branches: refs/heads/asf-site 16826f139 -> a65b64605
git hash 906fa1b5b0c2e8af2e62d88e7c03ac97d79c8d21 Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/a65b6460 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/a65b6460 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/a65b6460 Branch: refs/heads/asf-site Commit: a65b6460590af564549d2e789cf807403775c85a Parents: 16826f1 Author: Kengo Seki <[email protected]> Authored: Wed Jun 22 09:37:18 2016 +0000 Committer: Kengo Seki <[email protected]> Committed: Wed Jun 22 09:37:18 2016 +0000 ---------------------------------------------------------------------- contribute/releases/index.html | 19 ------------------- doap_yetus.rdf | 22 ---------------------- 2 files changed, 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/a65b6460/contribute/releases/index.html ---------------------------------------------------------------------- diff --git a/contribute/releases/index.html b/contribute/releases/index.html index 9f7a1d6..8d2336a 100644 --- a/contribute/releases/index.html +++ b/contribute/releases/index.html @@ -623,8 +623,6 @@ $ # Add the release to the releases data file $ 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 @@ -640,7 +638,6 @@ $ git commit <pre class="highlight plaintext"><code>YETUS-XXX. add release 0.2.0. - list in releases - - update doap - add symlinks for markdown 3 workaround of per-version generated docs </code></pre> @@ -665,22 +662,6 @@ index ac9861c..4a4d4b5 100644 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/a65b6460/doap_yetus.rdf ---------------------------------------------------------------------- diff --git a/doap_yetus.rdf b/doap_yetus.rdf index f9248bd..b57a982 100644 --- a/doap_yetus.rdf +++ b/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"/>
