aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-08-17 10:27:23 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-08-17 19:39:39 -0400
commita2a37dedf130ed6b95d7cfebdb73d8c1b2016e14 (patch)
tree35e9c5f5466cb974433f3d71059d22cd642b128f /version.properties
parent6e7baf6013a4b3de477f7d7fa6762075e61815ed (diff)
Add missing properties and distributionManagement
Also the version.properties In order for the release jobs to execute successfully and the stage-site jobs to also succeed. Change-Id: Iaa8faa9c2e3cdad5ffbd067b0704831d2c7298bc Issue-Id: POLICY-139 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..7f86aa1
--- /dev/null
+++ b/version.properties
@@ -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