aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2017-05-11 12:59:35 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2017-05-11 13:00:02 -0400
commitc9800e4e1041db9d4fc899254542833b717fcb79 (patch)
tree6eb8dc6f9c4037e2e970c55f766e228c98656a1a
parent83f82a357bfa88a9a1c7c23e805921b7e9518677 (diff)
Add version.properties file
Change-Id: I576c55d34dae3efb5494b0f7c693b66ee89d53b1 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
-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..325432a
--- /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 \ No newline at end of file