Repository: eagle
Updated Branches:
  refs/heads/site d6fed6778 -> 0094010b8


Add eagle v0.5.0 release doc


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

Branch: refs/heads/site
Commit: 038bde7f53fa48655340d043465e74a1698564c6
Parents: d6fed67
Author: Hao Chen <[email protected]>
Authored: Wed Nov 22 13:50:39 2017 +0800
Committer: Hao Chen <[email protected]>
Committed: Wed Nov 22 13:50:39 2017 +0800

----------------------------------------------------------------------
 download-latest.md | 39 +++++++++++----------------------------
 download.md        | 12 ++++++++++++
 2 files changed, 23 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/eagle/blob/038bde7f/download-latest.md
----------------------------------------------------------------------
diff --git a/download-latest.md b/download-latest.md
index d0f83c6..21427ba 100644
--- a/download-latest.md
+++ b/download-latest.md
@@ -4,41 +4,24 @@ title:  "Apache Eagle Latest Download"
 permalink: /docs/download-latest.html
 ---
 
-> Version `0.4.0-incubating` is the latest release and `0.5.0-SNAPSHOT` is 
under active development on 
[master](https://github.com/apache/eagle/tree/master) branch.
+> Version **0.5.0** is the latest release and 0.5.0-SNAPSHOT is under active 
development on [master](https://github.com/apache/eagle/tree/master) branch.
 >
 > You can verify your download by following these 
 > [procedures](https://www.apache.org/info/verification.html) and using these 
 > [KEYS](https://dist.apache.org/repos/dist/release/eagle/KEYS).
 
-
-# 0.5.0-SNAPSHOT
-
-> The first GA version `v0.5.0` with fantastic improvements and features is 
coming soon!
-
-* Build from source code:
-               
-               git clone https://github.com/apache/eagle.git
-               
-* Release notes for preview:
-       * [Eagle 0.5.0 Release 
Notes](https://cwiki.apache.org/confluence/display/EAG/Eagle+Version+0.5.0)
-* Documentation: 
-       * [Eagle 0.5.0 Documentations](/docs/latest/)
-
-# 0.4.0-incubating
-
-[![Eagle Latest Maven 
Release](https://maven-badges.herokuapp.com/maven-central/org.apache.eagle/eagle-parent/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.eagle%22%20AND%20a%3A%22eagle-parent%22)
-
-* Release notes: 
-       * [Eagle 0.4.0 Release 
Notes](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=blob_plain;f=CHANGELOG.txt;hb=refs/tags/v0.4.0-incubating)
-* Source download: 
-       * 
[apache-eagle-0.4.0-incubating-src.tar.gz](http://www.apache.org/dyn/closer.cgi?path=/eagle/apache-eagle-0.4.0-incubating)
-       * 
[apache-eagle-0.4.0-incubating-src.tar.gz.md5](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.4.0-incubating/apache-eagle-0.4.0-incubating-src.tar.gz.md5)
-       * 
[apache-eagle-0.4.0-incubating-src.tar.gz.sha1](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.4.0-incubating/apache-eagle-0.4.0-incubating-src.tar.gz.sha1)
-       * 
[apache-eagle-0.4.0-incubating-src.tar.gz.asc](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.4.0-incubating/apache-eagle-0.4.0-incubating-src.tar.gz.asc)
+# 0.5.0
+* Release notes:
+       * [Eagle 0.5.0 Release 
Notes](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=blob_plain;f=CHANGELOG.txt;hb=refs/tags/v0.5.0)
+* Source download:
+       * 
[apache-eagle-0.5.0-src.tar.gz](http://www.apache.org/dyn/closer.cgi?path=/incubator/eagle/apache-eagle-0.5.0-incubating)
+       * 
[apache-eagle-0.5.0-src.tar.gz.md5](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.5.0/apache-eagle-0.5.0-src.tar.gz.md5)
+       * 
[apache-eagle-0.5.0-src.tar.gz.sha1](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.5.0/apache-eagle-0.5.0-src.tar.gz.sha1)
+       * 
[apache-eagle-0.5.0-src.tar.gz.asc](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.5.0/apache-eagle-0.5.0-src.tar.gz.asc)
 * Git revision: 
-       * tag: 
[v0.4.0-incubating](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=commit;h=refs/tags/v0.4.0-incubating)
-       * commit: 
[eac0f27958f2ed8c6842938dad0a995a87fd0715](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=commit;h=eac0f27958f2ed8c6842938dad0a995a87fd0715)
+       * tag: 
[v0.5.0](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=commit;h=refs/tags/v0.5.0)
 
 # Previous Releases
 
+* [Eagle 0.4.0-incubating](/docs/download.html#0.4.0-incubating)
 * [Eagle 0.3.0-incubating](/docs/download.html#0.3.0-incubating)
 
 More history releases can be found on [here](/docs/download.html).

http://git-wip-us.apache.org/repos/asf/eagle/blob/038bde7f/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index 71d7710..7638017 100644
--- a/download.md
+++ b/download.md
@@ -6,6 +6,18 @@ permalink: /docs/download.html
 
 > You can verify your download by following these 
 > [procedures](https://www.apache.org/info/verification.html) and using these 
 > [KEYS](https://dist.apache.org/repos/dist/release/eagle/KEYS).
 
+# 0.5.0
+* Release notes:
+       * [Eagle 0.5.0 Release 
Notes](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=blob_plain;f=CHANGELOG.txt;hb=refs/tags/v0.5.0)
+* Source download:
+       * 
[apache-eagle-0.5.0-src.tar.gz](http://www.apache.org/dyn/closer.cgi?path=/incubator/eagle/apache-eagle-0.5.0-incubating)
+       * 
[apache-eagle-0.5.0-src.tar.gz.md5](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.5.0/apache-eagle-0.5.0-src.tar.gz.md5)
+       * 
[apache-eagle-0.5.0-src.tar.gz.sha1](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.5.0/apache-eagle-0.5.0-src.tar.gz.sha1)
+       * 
[apache-eagle-0.5.0-src.tar.gz.asc](https://dist.apache.org/repos/dist/release/eagle/apache-eagle-0.5.0/apache-eagle-0.5.0-src.tar.gz.asc)
+* Git revision: 
+       * tag: 
[v0.5.0](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=commit;h=refs/tags/v0.5.0)
+       * commit: 
[c930a7ab4a4fb78a1cbacd8f8419de3b5dbf1bd7](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=commit;h=c930a7ab4a4fb78a1cbacd8f8419de3b5dbf1bd7)
+
 # 0.4.0-incubating
 * Release notes: 
        * [Eagle 0.4.0 Release 
Notes](https://git-wip-us.apache.org/repos/asf?p=eagle.git;a=blob_plain;f=CHANGELOG.txt;hb=refs/tags/v0.4.0-incubating)

Reply via email to