Repository: yetus
Updated Branches:
refs/heads/master bde95903d -> 8bf2ab7c8
YETUS-379. add release 0.3.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/8bf2ab7c
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/8bf2ab7c
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/8bf2ab7c
Branch: refs/heads/master
Commit: 8bf2ab7c80fa885e17cabe7dcca6950fd6972bee
Parents: bde9590
Author: Kengo Seki <[email protected]>
Authored: Tue May 24 09:37:24 2016 +0900
Committer: Kengo Seki <[email protected]>
Committed: Thu May 26 02:27:21 2016 +0900
----------------------------------------------------------------------
.rat-excludes | 2 ++
asf-site-src/data/versions.yml | 1 +
asf-site-src/source/doap_yetus.rdf | 6 ++++++
asf-site-src/source/documentation/0.3.0 | 1 +
asf-site-src/source/documentation/0.3.0.html.md | 1 +
5 files changed, 11 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/yetus/blob/8bf2ab7c/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index df57703..000fe91 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -14,3 +14,5 @@ VERSION
0.2.0.html.md
0.2.1
0.2.1.html.md
+0.3.0
+0.3.0.html.md
http://git-wip-us.apache.org/repos/asf/yetus/blob/8bf2ab7c/asf-site-src/data/versions.yml
----------------------------------------------------------------------
diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index 1c10e35..1b5975e 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -18,3 +18,4 @@ releases:
- '0.1.0'
- '0.2.0'
- '0.2.1'
+ - '0.3.0'
http://git-wip-us.apache.org/repos/asf/yetus/blob/8bf2ab7c/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 cc11225..c83cfc0 100644
--- a/asf-site-src/source/doap_yetus.rdf
+++ b/asf-site-src/source/doap_yetus.rdf
@@ -55,6 +55,12 @@
<revision>0.2.1</revision>
</Version>
</release>
+ <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"/>
http://git-wip-us.apache.org/repos/asf/yetus/blob/8bf2ab7c/asf-site-src/source/documentation/0.3.0
----------------------------------------------------------------------
diff --git a/asf-site-src/source/documentation/0.3.0
b/asf-site-src/source/documentation/0.3.0
new file mode 120000
index 0000000..9ea1bd1
--- /dev/null
+++ b/asf-site-src/source/documentation/0.3.0
@@ -0,0 +1 @@
+../../../target/0.3.0/
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/yetus/blob/8bf2ab7c/asf-site-src/source/documentation/0.3.0.html.md
----------------------------------------------------------------------
diff --git a/asf-site-src/source/documentation/0.3.0.html.md
b/asf-site-src/source/documentation/0.3.0.html.md
new file mode 120000
index 0000000..b7461c3
--- /dev/null
+++ b/asf-site-src/source/documentation/0.3.0.html.md
@@ -0,0 +1 @@
+../../../target/0.3.0.html.md
\ No newline at end of file