Repository: yetus Updated Branches: refs/heads/master bec32f2b8 -> 6bba06f49
YETUS-228. add release 0.1.0. - list in releases - update doap - add symlinks for markdown 3 workaround of per-version generated docs 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/6bba06f4 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/6bba06f4 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/6bba06f4 Branch: refs/heads/master Commit: 6bba06f49205f27d261322828d2316e24ed3fcaf Parents: 7aa694e Author: Sean Busbey <[email protected]> Authored: Tue Dec 15 14:49:04 2015 -0600 Committer: Sean Busbey <[email protected]> Committed: Wed Dec 16 14:36:43 2015 -0600 ---------------------------------------------------------------------- asf-site-src/data/versions.yml | 1 + asf-site-src/source/doap_yetus.rdf | 7 +++++++ asf-site-src/source/documentation/0.1.0 | 1 + asf-site-src/source/documentation/0.1.0.html.md | 1 + 4 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/6bba06f4/asf-site-src/data/versions.yml ---------------------------------------------------------------------- diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index 30e78e8..ac9861c 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -15,3 +15,4 @@ # specific language governing permissions and limitations # under the License. releases: + - '0.1.0' http://git-wip-us.apache.org/repos/asf/yetus/blob/6bba06f4/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 b57a982..e3d4457 100644 --- a/asf-site-src/source/doap_yetus.rdf +++ b/asf-site-src/source/doap_yetus.rdf @@ -38,6 +38,13 @@ <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> + </release> <repository> <GitRepository> <location rdf:resource="https://git-wip-us.apache.org/repos/asf/yetus.git"/> http://git-wip-us.apache.org/repos/asf/yetus/blob/6bba06f4/asf-site-src/source/documentation/0.1.0 ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.1.0 b/asf-site-src/source/documentation/0.1.0 new file mode 120000 index 0000000..fb5d144 --- /dev/null +++ b/asf-site-src/source/documentation/0.1.0 @@ -0,0 +1 @@ +../../../target/0.1.0/ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/yetus/blob/6bba06f4/asf-site-src/source/documentation/0.1.0.html.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/0.1.0.html.md b/asf-site-src/source/documentation/0.1.0.html.md new file mode 120000 index 0000000..a45beee --- /dev/null +++ b/asf-site-src/source/documentation/0.1.0.html.md @@ -0,0 +1 @@ +../../../target/0.1.0.html.md \ No newline at end of file
