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

[15/50] [abbrv] incubator-geode git commit: Merge branch 'release/1.0.0-incubating.M1' into develop

Merge branch 'release/1.0.0-incubating.M1' 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/98e29ee5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/98e29ee5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/98e29ee5

Branch: refs/heads/feature/GEODE-773-2
Commit: 98e29ee53b76006e7895c92cac166e4bd3c844de
Parents: 57b8229 c263345
Author: Anthony Baker <ab...@apache.org>
Authored: Sat Feb 6 10:06:45 2016 -0800
Committer: Anthony Baker <ab...@apache.org>
Committed: Sat Feb 6 10:06:45 2016 -0800

----------------------------------------------------------------------
 gradle.properties | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/98e29ee5/gradle.properties
----------------------------------------------------------------------
diff --cc gradle.properties
index c6ca51f,3687ff0..13d4839
--- a/gradle.properties
+++ b/gradle.properties
@@@ -12,8 -12,13 +12,13 @@@
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  # See the License for the specific language governing permissions and
  # limitations under the License.
+ 
+ # Set the release type using the following conventions:
+ # M? - Milestone 
+ # RC? - Release candidate
+ # RELEASE - Final build
  versionNumber = 1.0.0-incubating
- releaseType = SNAPSHOT
 -releaseType = M1
++releaseType = SNAPSHOT 
  
  org.gradle.daemon = true
  org.gradle.jvmargs = -Xmx2048m