# HG changeset patch
# User smith@nwoca.org
# Date 1438624423 -3600
# Node ID 9e4e8ae8f54a04c8965b2989cad1645953eb618c
# Parent  57edc00a90b88853e4c81b57aab75091decb0b43
correct stream name for snapshot versions

diff -r 57edc00a90b8 -r 9e4e8ae8f54a init20.gradle
--- a/init20.gradle	Tue Jul 21 20:00:58 2015 +0100
+++ b/init20.gradle	Mon Aug 03 18:53:43 2015 +0100
@@ -333,7 +333,7 @@
                 if (gradle.branchStream == 'feature') {
                     fixupVersion = fixupVersion + ".SNAPSHOT"
                 }
-                if (gradle.branchStream == 'develop') {
+                if (gradle.branchStream == 'master') {
                     fixupVersion = fixupVersion + ".SNAPSHOT"
                 }
                 if (gradle.branchStream in ['production', 'release','hotfix']) {