Repository: incubator-gearpump Updated Branches: refs/heads/release-0.8.4-incubating 080bdca62 -> 71132b256
[GEARPUMP-321] Create RC1 for 0.8.4 release Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/71132b25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/71132b25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/71132b25 Branch: refs/heads/release-0.8.4-incubating Commit: 71132b256b8edbd734839386d8de2731813bd290 Parents: 080bdca Author: manuzhang <[email protected]> Authored: Fri Jun 23 16:37:01 2017 +0800 Committer: manuzhang <[email protected]> Committed: Fri Jun 23 16:37:01 2017 +0800 ---------------------------------------------------------------------- docs/version.yml | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/71132b25/docs/version.yml ---------------------------------------------------------------------- diff --git a/docs/version.yml b/docs/version.yml index 20c358f..e9c6694 100644 --- a/docs/version.yml +++ b/docs/version.yml @@ -1,5 +1,5 @@ --- -GEARPUMP_VERSION: "0.8.4-SNAPSHOT" +GEARPUMP_VERSION: "0.8.4" SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.8" --- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/71132b25/version.sbt ---------------------------------------------------------------------- diff --git a/version.sbt b/version.sbt index 51919b1..e41612a 100644 --- a/version.sbt +++ b/version.sbt @@ -16,4 +16,4 @@ * limitations under the License. */ -version in ThisBuild := "0.8.4-SNAPSHOT" +version in ThisBuild := "0.8.4"
