You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ma...@apache.org on 2016/07/08 19:58:57 UTC

incubator-geode git commit: Removing -SNAPSHOT from gradle.properties Closing #171 (already merged)

Repository: incubator-geode
Updated Branches:
  refs/heads/release/1.0.0-incubating.M3 92d961a65 -> 19cb8e13b


Removing -SNAPSHOT from gradle.properties
Closing #171 (already merged)


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

Branch: refs/heads/release/1.0.0-incubating.M3
Commit: 19cb8e13ba601320af79478aff48043f2f3de86c
Parents: 92d961a
Author: William Markito <wm...@pivotal.io>
Authored: Fri Jul 8 12:57:57 2016 -0700
Committer: William Markito <wm...@pivotal.io>
Committed: Fri Jul 8 12:57:57 2016 -0700

----------------------------------------------------------------------
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/19cb8e13/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index ad39dc6..a63c251 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,7 +18,7 @@
 # .M?       - milestone release
 # <blank>   - release
 versionNumber = 1.0.0-incubating
-releaseType = .M3-SNAPSHOT
+releaseType = .M3
 
 org.gradle.daemon = true
 org.gradle.jvmargs = -Xmx2048m