summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-01 12:22:28 -0400
committersg481n <sg481n@att.com>2017-09-01 12:22:34 -0400
commit0214c32795c45e3b7c76ebb39451545a565e1891 (patch)
tree2cf59e4f2b23f69aed048c04ee01ac7cff639502
parentbd890c575163e4d87ac24198b9c68a39cf4bbc4d (diff)
Add version.properties to aaf authz
Adding version.properties to aaf authz modules. Issue-id: AAF-21 Change-Id: I2ca8e0ef804c0b71680c1344056b29657e349327 Signed-off-by: sg481n <sg481n@att.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 00000000..e354de49
--- /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
+
+release_name=1
+sprint_number=1
+feature_revision=0
+
+base_version=${release_name}.${sprint_number}.${feature_revision}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT