Repository: incubator-gearpump Updated Branches: refs/heads/master effa409a8 -> 9063ae8c4
fix GEARPUMP-186 Create 0.8.1 release Author: Kam Kasravi <[email protected]> Closes #70 from kkasravi/GEARPUMP-186. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/9063ae8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/9063ae8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/9063ae8c Branch: refs/heads/master Commit: 9063ae8c447b711b4b512e79ce8d7aff66924e79 Parents: effa409 Author: Kam Kasravi <[email protected]> Authored: Wed Aug 10 15:47:23 2016 -0700 Committer: Kam Kasravi <[email protected]> Committed: Wed Aug 10 15:47:23 2016 -0700 ---------------------------------------------------------------------- CHANGELOG.md | 1 + docs/_config.yml | 2 +- version.sbt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/9063ae8c/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b87b68..564899e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Apache Gearpump 0.8.1 ================== Change log: ------------------ +- GEARPUMP-186 Create 0.8.1 release - 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 http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/9063ae8c/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 54589d2..eaa5b33 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-RC5 +GEARPUMP_VERSION: 0.8.1 SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.8" http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/9063ae8c/version.sbt ---------------------------------------------------------------------- diff --git a/version.sbt b/version.sbt index 63918d1..c19a44b 100644 --- a/version.sbt +++ b/version.sbt @@ -16,4 +16,4 @@ * limitations under the License. */ -version in ThisBuild := "0.8.1-RC5" +version in ThisBuild := "0.8.1"
