Repository: incubator-gearpump Updated Branches: refs/heads/master 867f9be55 -> effa409a8
[GEARPUMP-184] Create 0.8.1-RC5 release Author: manuzhang <[email protected]> Closes #69 from manuzhang/RC5. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/effa409a Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/effa409a Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/effa409a Branch: refs/heads/master Commit: effa409a8f9e2770126dbbc5dab4396178f48795 Parents: 867f9be Author: manuzhang <[email protected]> Authored: Sat Jul 30 17:24:08 2016 -0400 Committer: Kam Kasravi <[email protected]> Committed: Sat Jul 30 17:24:08 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.md | 2 ++ docs/_config.yml | 2 +- version.sbt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/effa409a/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a24bf4..4b87b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Apache Gearpump 0.8.1 ================== Change log: ------------------ +- GEARPUMP-184 Create 0.8.1-RC5 release +- GEARPUMP-183 missing licenses headers and files - GEARPUMP-182 Correct references required for source release in LICENSE file - GEARPUMP-181 Create 0.8.1-RC4 release - GEARPUMP-180 Add DISCLAIMER to release artifacts http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/effa409a/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index ff727d7..54589d2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -16,6 +16,6 @@ exclude: - build_doc.sh # These allow the documentation to be updated with newer releases of Gearpump -GEARPUMP_VERSION: 0.8.1-RC4 +GEARPUMP_VERSION: 0.8.1-RC5 SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.8" http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/effa409a/version.sbt ---------------------------------------------------------------------- diff --git a/version.sbt b/version.sbt index b8ea568..63918d1 100644 --- a/version.sbt +++ b/version.sbt @@ -16,4 +16,4 @@ * limitations under the License. */ -version in ThisBuild := "0.8.1-RC4" +version in ThisBuild := "0.8.1-RC5"
