summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorShadi Haidar <sh1986@att.com>2019-02-15 20:28:32 -0500
committerShadi Haidar <sh1986@att.com>2019-03-05 14:57:45 -0500
commit13a84cadc80b9d1219ac04aa19cbde5352418760 (patch)
tree60b1a8bf6c8a4dbfe01823cd3cb9ea003ec44a43 /version.properties
parent045758aee25a2421e76ddd16df2d22edc6cc69f2 (diff)
Add health and service endpoints
Added two new APIs to chcek internal health and to check dependencies/external interfaces, which is postgres like existing /dcae-service-types does Issue-ID: DCAEGEN2-1134 Change-Id: If0d3bf8ed0cfa7cb8870e91ef32060ffa844f93a Signed-off-by: Shadi Haidar <sh1986@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties22
1 files changed, 11 insertions, 11 deletions
diff --git a/version.properties b/version.properties
index 2f59e59..8eed1b7 100644
--- a/version.properties
+++ b/version.properties
@@ -1,11 +1,11 @@
-# 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=3
-minor=1
-patch=1
-base_version=${major}.${minor}.${patch}
-# Release must be completed with git revision # in Jenkins
-
-release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
+# 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=3
+minor=2
+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