summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-06-06 15:02:11 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2018-06-06 15:02:17 -0700
commit8eb91b97baac63b085a8d75407b85841ff9f4444 (patch)
tree4e2910869f85f204eea13ea845aaf9e612b39699 /version.properties
parent926b4118716f34f02294d57c20a27a1df5803aba (diff)
Move version.properties as its not configurablev2.0.02.0.0-ONAPbeijing2.0.0-ONAP
Version.properties path is not configurable in jenkins global templates. Therefore moving it to root of repo. Issue-ID: AAF-330 Change-Id: If0106b59e04b01d0d571878b74399c242041ff91 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..b07122b
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,9 @@
+major=2
+minor=0
+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