You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gearpump.apache.org by ka...@apache.org on 2016/07/11 00:12:15 UTC

incubator-gearpump git commit: fix GEARPUMP-178 Create 0.8.1-RC3 release

Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 3c99bb028 -> e7fef511d


fix GEARPUMP-178 Create 0.8.1-RC3 release

Author: Kam Kasravi <ka...@yahoo.com>

Closes #61 from kkasravi/GEARPUMP-178.


Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/e7fef511
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/e7fef511
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/e7fef511

Branch: refs/heads/master
Commit: e7fef511d9f25cf2cdedc3ea4eb90d71c1c74c19
Parents: 3c99bb0
Author: Kam Kasravi <ka...@yahoo.com>
Authored: Sun Jul 10 17:13:10 2016 -0700
Committer: Kam Kasravi <ka...@yahoo.com>
Committed: Sun Jul 10 17:13:10 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/e7fef511/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5480518..143222d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@ Apache Gearpump 0.8.1
 ==================
 Change log:
 ------------------
+- GEARPUMP-178 Create 0.8.1-RC3 release
+- GEARPUMP-177 Documentation build errors when trying to generate documentation
 - 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

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/e7fef511/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index a3a84b9..57b5759 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-RC2
+GEARPUMP_VERSION: 0.8.1-RC3
 SCALA_BINARY_VERSION: "2.11"
 SCALA_VERSION: "2.11.8"

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/e7fef511/version.sbt
----------------------------------------------------------------------
diff --git a/version.sbt b/version.sbt
index 0de080d..84ab93f 100644
--- a/version.sbt
+++ b/version.sbt
@@ -16,4 +16,4 @@
  * limitations under the License.
  */
 
-version in ThisBuild := "0.8.1-RC2"
+version in ThisBuild := "0.8.1-RC3"