Repository: yetus Updated Branches: refs/heads/master f2347d046 -> 356b33bc2
YETUS-318. add release 0.2.0 - list in releases - update doap - add symlinks for markdown 3 workaround of per-version generated docs Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/356b33bc Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/356b33bc Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/356b33bc Branch: refs/heads/master Commit: 356b33bc2bda1787f7037b6c8240d9323913e98e Parents: f2347d0 Author: Allen Wittenauer <[email protected]> Authored: Mon Mar 7 09:17:43 2016 -0800 Committer: Allen Wittenauer <[email protected]> Committed: Mon Mar 7 09:17:53 2016 -0800 ---------------------------------------------------------------------- .rat-excludes | 2 ++ asf-site-src/data/versions.yml | 1 + asf-site-src/source/doap_yetus.rdf | 5 +++++ asf-site-src/source/documentation/0.2.0 | 1 + asf-site-src/source/documentation/0.2.0.html.md | 1 + 5 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/356b33bc/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 9332463..7b5f415 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -10,3 +10,5 @@ precommit-apidocs VERSION 0.1.0 0.1.0.html.md +0.2.0 +0.2.0.html.md http://git-wip-us.apache.org/repos/asf/yetus/blob/356b33bc/asf-site-src/data/versions.yml ---------------------------------------------------------------------- diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index ac9861c..4a4d4b5 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -16,3 +16,4 @@ # under the License. releases: - '0.1.0' + - '0.2.0' http://git-wip-us.apache.org/repos/asf/yetus/blob/356b33bc/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 e3d4457..9026568 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-03-07</created> + <revision>0.2.0</revision> + </Version> </release> <repository> <GitRepository> http://git-wip-us.apache.org/repos/asf/yetus/blob/356b33bc/asf-site-src/source/documentation/0.2.0 ---------------------------------------------------------------------- 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 --- /dev/null +++ b/asf-site-src/source/documentation/0.2.0 @@ -0,0 +1 @@ +../../../target/0.2.0/ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/yetus/blob/356b33bc/asf-site-src/source/documentation/0.2.0.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.2.0.html.md b/asf-site-src/source/documentation/0.2.0.html.md new file mode 120000 index 0000000..c14ca73 --- /dev/null +++ b/asf-site-src/source/documentation/0.2.0.html.md @@ -0,0 +1 @@ +../../../target/0.2.0.html.md \ No newline at end of file
