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 2017/07/13 21:03:42 UTC

yetus git commit: YETUS-525. add release 0.5.0 - listed in releases - added symlinks for markdown workarounds

Repository: yetus
Updated Branches:
  refs/heads/master df0c2d2a4 -> a444ed18a


YETUS-525. add release 0.5.0
  - listed in releases
  - added symlinks for markdown workarounds

Signed-off-by: Allen Wittenauer <aw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/a444ed18
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/a444ed18
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/a444ed18

Branch: refs/heads/master
Commit: a444ed18a504a2378f0cd1c6223105f0d1a78416
Parents: df0c2d2
Author: Allen Wittenauer <aw...@apache.org>
Authored: Wed Jul 12 13:29:22 2017 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Wed Jul 12 13:29:22 2017 -0700

----------------------------------------------------------------------
 .rat-excludes                                   | 2 ++
 asf-site-src/data/versions.yml                  | 1 +
 asf-site-src/source/documentation/0.5.0         | 1 +
 asf-site-src/source/documentation/0.5.0.html.md | 1 +
 4 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/a444ed18/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index e16409c..fb9e989 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -10,3 +10,5 @@ precommit-apidocs
 VERSION
 0.4.0
 0.4.0.html.md
+0.5.0
+0.5.0.html.md

http://git-wip-us.apache.org/repos/asf/yetus/blob/a444ed18/asf-site-src/data/versions.yml
----------------------------------------------------------------------
diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index 6ba929d..a6d0f19 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -16,3 +16,4 @@
 # under the License.
 releases:
   - '0.4.0'
+  - '0.5.0'

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

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