summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2017-03-13 04:26:35 -0700
committerChrisC <cc697w@intl.att.com>2017-03-13 04:26:35 -0700
commitebb03106afcd25575b5ec4d17612e4a3e1076f6b (patch)
treef8b940b57d4388ba831f2f15052db55459b51570 /version.properties
parentd5391e1de647c10e6eed33bce7abaa9008bf1952 (diff)
Update version to 1.1.0
Change-Id: I93c2955138d9bdfbb55f4e4a9be473595287a629 Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties
index f44df45..bf2cbb2 100644
--- a/version.properties
+++ b/version.properties
@@ -2,13 +2,13 @@
# Versioning variables
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-
+
major_version=1
-minor_version=0
+minor_version=1
sprint_number=0
base_version=${major_version}.${minor_version}.${sprint_number}
# Release must be completed with GIT information # in Jenkins
release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
+snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file