You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sb...@apache.org on 2018/03/02 23:48:52 UTC

[geode] branch release/1.5.0 updated: updating release version in preparation of release.

This is an automated email from the ASF dual-hosted git repository.

sbawaskar pushed a commit to branch release/1.5.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.5.0 by this push:
     new 6a6ca0e  updating release version in preparation of release.
6a6ca0e is described below

commit 6a6ca0eeb200cdafbfd2b4d4eae2edd39082932a
Author: Swapnil Bawaskar <sb...@apache.org>
AuthorDate: Fri Mar 2 15:48:02 2018 -0800

    updating release version in preparation of release.
---
 docker/Dockerfile | 2 +-
 gradle.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index e283567..27ca632 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -32,7 +32,7 @@ ENV GEODE_HOME /geode
 ENV PATH $PATH:$GEODE_HOME/bin
 
 # https://geode.apache.org/releases/
-ENV GEODE_VERSION 1.4.0
+ENV GEODE_VERSION 1.5.0
 # Binaries TGZ SHA-256
 # https://dist.apache.org/repos/dist/release/geode/VERSION/apache-geode-VERSION.tgz.sha256
 ENV GEODE_SHA256 7f880bed678c44e86e028a0d6e3465cfc8a2979a08c7c708a836425f6e6f6b98
diff --git a/gradle.properties b/gradle.properties
index 0894a16..1c7603f 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,7 +29,7 @@ releaseQualifier =
 # -SNAPSHOT - development version
 # <blank>   - release
 # This is only really relevant for Maven artifacts.
-releaseType = -SNAPSHOT
+releaseType =
 
 # Set the buildId to add build metadata that can be viewed from
 # gfsh or pulse (`gfsh version --full`). Can be set using

-- 
To stop receiving notification emails like this one, please contact
sbawaskar@apache.org.