Merge branch 'release/1.0.0-incubating.M3' into develop
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bbf01958 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bbf01958 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/bbf01958 Branch: refs/heads/feature/GEODE-420 Commit: bbf019581fe0b8d4eea2281cfdb44217fabf6fd3 Parents: a0a1fdc 83f97ce Author: Anthony Baker <[email protected]> Authored: Mon Aug 22 09:41:22 2016 -0700 Committer: Anthony Baker <[email protected]> Committed: Mon Aug 22 09:41:22 2016 -0700 ---------------------------------------------------------------------- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/bbf01958/gradle.properties ---------------------------------------------------------------------- diff --cc gradle.properties index 06855c7,a63c251..e072454 --- a/gradle.properties +++ b/gradle.properties @@@ -18,16 -18,8 +18,16 @@@ # .M? - milestone release # <blank> - release versionNumber = 1.0.0-incubating - releaseType = -SNAPSHOT + releaseType = .M3 +# Set the buildId to add build metadata that can be viewed from +# gfsh or pulse (`gfsh version --full`). Can be set using +# `gradle -PbuildId=N ...` where N is an artibitrary string. +buildId = 0 + +productName = Apache Geode (incubating) +productOrg = Apache Software Foundation (ASF) + org.gradle.daemon = true org.gradle.jvmargs = -Xmx2048m
