aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-23 09:58:57 -0400
committerDan Timoney <dtimoney@att.com>2017-10-23 09:58:57 -0400
commit055c3539fe9628f5dc4b2063139115ffcaf01304 (patch)
tree222b163c685c8945f42c592ee9915ac2014e32ef
parent1a73650e1ac30fb30ca02731d6a75a32e6f83c57 (diff)
Update version in version.properties
Updated version in version.properties to 1.0.0 to match SNAPSHOT version in pom.xml Change-Id: I1e7214bcb6833886938802e0e8e136cfbe22a81e Issue-ID: INT-293 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--version.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/version.properties b/version.properties
index 34fcd9b..49e2720 100644
--- a/version.properties
+++ b/version.properties
@@ -3,12 +3,12 @@
# 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=0
-minor_version=1
-patch_version=1
+major_version=1
+minor_version=0
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}
# Release must be completed with GIT information # in Jenkins
release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT