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/19 10:37:23 UTC

incubator-gearpump git commit: fix GEARPUMP-181 Create 0.8.1-RC4 release

Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 5bc275ef9 -> 533377fb1


fix GEARPUMP-181 Create 0.8.1-RC4 release

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

Closes #65 from kkasravi/GEARPUMP-181.


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

Branch: refs/heads/master
Commit: 533377fb135807d1f87a8a88c73ab6eb5a6c04c2
Parents: 5bc275e
Author: Kam Kasravi <ka...@yahoo.com>
Authored: Tue Jul 19 03:38:46 2016 -0700
Committer: Kam Kasravi <ka...@yahoo.com>
Committed: Tue Jul 19 03:38:46 2016 -0700

----------------------------------------------------------------------
 CHANGELOG.md     | 3 +++
 docs/_config.yml | 2 +-
 version.sbt      | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/533377fb/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 143222d..8a24bf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@ Apache Gearpump 0.8.1
 ==================
 Change log:
 ------------------
+- 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
 - 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

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

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