aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-02-13 11:57:08 -0800
committerPatrick Brady <pb071s@att.com>2017-02-13 11:58:35 -0800
commit835142575e76466d46e98fbf7e73c5b6d65a8afe (patch)
tree1ef44f1f45f5f6be774ec29c64997e1c4afe60eb /version.properties
parentbf5aefe3c4206c00469b691a64d7707aa61ab150 (diff)
Initial OpenECOMP appc/deployment commit
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9 Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..7092503
--- /dev/null
+++ b/version.properties
@@ -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
+
+release_name=0
+sprint_number=0
+feature_revision=1
+
+base_version=${release_name}.${sprint_number}.${feature_revision}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
+