Add version.properties 91/69191/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 26 Sep 2018 22:19:52 +0000 (18:19 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 26 Sep 2018 22:20:00 +0000 (18:20 -0400)
Issue-ID: AAI-1678
Change-Id: I57c17e84260a85e45ade70b96b51cf6d31acdbdc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..49e2720
--- /dev/null
@@ -0,0 +1,14 @@
+###########################################################
+# 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
+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