Repository: incubator-gearpump Updated Branches: refs/heads/master 51daa45c8 -> 53fce0a52
fix GEARPUMP-176 Create 0.8.1-RC2 release Author: Kam Kasravi <[email protected]> Closes #59 from kkasravi/GEARPUMP-176. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/53fce0a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/53fce0a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/53fce0a5 Branch: refs/heads/master Commit: 53fce0a5255af0e33f9d3221925762eabc6c8ddc Parents: 51daa45 Author: Kam Kasravi <[email protected]> Authored: Thu Jul 7 19:59:43 2016 -0700 Committer: Kam Kasravi <[email protected]> Committed: Thu Jul 7 19:59:43 2016 -0700 ---------------------------------------------------------------------- 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/53fce0a5/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef4b45..5480518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Apache Gearpump 0.8.1 ================== Change log: ------------------ +- GEARPUMP-176 Create 0.8.1-RC2 release +- GEARPUMP-174 update shaded akka-kryo version to 0.4.1 - GEARPUMP-173 Create 0.8.1-RC1 release - GEARPUMP-170 Create 0.8.1 release - GEARPUMP-169 upgrade sbt-assembly and shade http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/53fce0a5/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index ab1b90a..a3a84b9 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-RC1 +GEARPUMP_VERSION: 0.8.1-RC2 SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.8" http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/53fce0a5/version.sbt ---------------------------------------------------------------------- diff --git a/version.sbt b/version.sbt index ca34aa1..0de080d 100644 --- a/version.sbt +++ b/version.sbt @@ -16,4 +16,4 @@ * limitations under the License. */ -version in ThisBuild := "0.8.1-RC1" +version in ThisBuild := "0.8.1-RC2"
