diff options
author | 2024-07-04 13:43:07 +0200 | |
---|---|---|
committer | 2024-07-04 13:43:07 +0200 | |
commit | b3cf372e63b153b19ec685782300ec2bd07875ac (patch) | |
tree | ee59cd5c7f3dade4e0b501efef72d47755b0a182 /version.properties | |
parent | 8ee1e850e89244b7c8d796cf1d16acad96759119 (diff) |
[OOM] Remove disabled components from healtchecks
Multiple components are not deployed anymore in NewDelhi
Therefor the healthchecks beed to be disabled.
Issue-ID: OOM-3301
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I41b6cb916086b60921566f4c5299e459fcc7f56b
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 4dbe97d7..aab13add 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=12 -patch=2 +minor=14 +patch=0 base_version=${major}.${minor}.${patch} |