You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2016/04/14 09:24:57 UTC

[02/20] yetus git commit: YETUS-344. add release 0.2.1

YETUS-344. add release 0.2.1

    - 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/c7cc9dba
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/c7cc9dba
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/c7cc9dba

Branch: refs/heads/YETUS-156
Commit: c7cc9dba3463b790739d34a6a8fcc020f64de53e
Parents: c693c34
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Apr 11 10:26:29 2016 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Apr 14 00:07:34 2016 -0500

----------------------------------------------------------------------
 .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.1         | 1 +
 asf-site-src/source/documentation/0.2.1.html.md | 1 +
 5 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/c7cc9dba/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index 7b5f415..df57703 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -12,3 +12,5 @@ VERSION
 0.1.0.html.md
 0.2.0
 0.2.0.html.md
+0.2.1
+0.2.1.html.md

http://git-wip-us.apache.org/repos/asf/yetus/blob/c7cc9dba/asf-site-src/data/versions.yml
----------------------------------------------------------------------
diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index 4a4d4b5..1c10e35 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -17,3 +17,4 @@
 releases:
   - '0.1.0'
   - '0.2.0'
+  - '0.2.1'

http://git-wip-us.apache.org/repos/asf/yetus/blob/c7cc9dba/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 9026568..cc11225 100644
--- a/asf-site-src/source/doap_yetus.rdf
+++ b/asf-site-src/source/doap_yetus.rdf
@@ -49,6 +49,11 @@
         <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>
     </release>
     <repository>
       <GitRepository>

http://git-wip-us.apache.org/repos/asf/yetus/blob/c7cc9dba/asf-site-src/source/documentation/0.2.1
----------------------------------------------------------------------
diff --git a/asf-site-src/source/documentation/0.2.1 b/asf-site-src/source/documentation/0.2.1
new file mode 120000
index 0000000..46c96fa
--- /dev/null
+++ b/asf-site-src/source/documentation/0.2.1
@@ -0,0 +1 @@
+../../../target/0.2.1
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/yetus/blob/c7cc9dba/asf-site-src/source/documentation/0.2.1.html.md
----------------------------------------------------------------------
diff --git a/asf-site-src/source/documentation/0.2.1.html.md b/asf-site-src/source/documentation/0.2.1.html.md
new file mode 120000
index 0000000..7fe876c
--- /dev/null
+++ b/asf-site-src/source/documentation/0.2.1.html.md
@@ -0,0 +1 @@
+../../../target/0.2.1.html.md
\ No newline at end of file