Add version.properties file 19/41419/1
authorJimmy Forsyth <jf2512@att.com>
Fri, 6 Apr 2018 17:55:00 +0000 (13:55 -0400)
committerJimmy Forsyth <jf2512@att.com>
Fri, 6 Apr 2018 17:55:34 +0000 (13:55 -0400)
Issue-ID: AAI-1006
Change-Id: I053de7f323a28624be92fa8860ee8dfdbe2776ac
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..faf06bb
--- /dev/null
@@ -0,0 +1,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=1
+minor=2
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT