Include version.properties for release job 27/7127/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 9 Aug 2017 18:30:39 +0000 (14:30 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 9 Aug 2017 18:36:08 +0000 (14:36 -0400)
The release job failed because it could not find the
version.properties file when doing the mvn deploy
command. Adding this file so the release job will
succeed.

Change-Id: I8753e3ba862faa2885948b988835d798b91a6860
Issue-ID: POLICY-139
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..7f86aa1
--- /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=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