Add version.properties to provide tag to build 81/2481/1
authorJerry Flood <jf9860@att.com>
Tue, 28 Mar 2017 21:51:09 +0000 (17:51 -0400)
committerJerry Flood <jf9860@att.com>
Tue, 28 Mar 2017 21:51:25 +0000 (17:51 -0400)
Change-Id: Ieec2ee621199fcaa3977d3e38aa1bf8eaeec9fa7
Signed-off-by: Jerry Flood <jf9860@att.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..51f0d0d
--- /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=1
+minor=1
+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
+tags="latest"