aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-09-26 18:19:52 -0400
committerJimmy Forsyth <jf2512@att.com>2018-09-26 18:20:00 -0400
commitf5bd08f862cd7eb48cb91232f97500afe21b699f (patch)
treede060c094d5aa4e9736a866ab2c157e81eb35fcd
parentdd8930e003903a0622fa3e52e41fa37998f1d03a (diff)
Add version.properties
Issue-ID: AAI-1678 Change-Id: I57c17e84260a85e45ade70b96b51cf6d31acdbdc Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--version.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..49e2720
--- /dev/null
+++ b/version.properties
@@ -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