From d199851a741ea1053e34517d906cd6a87a42f19b Mon Sep 17 00:00:00 2001 From: sushant53 Date: Thu, 2 Feb 2023 14:19:56 +0530 Subject: [DCAEGEN2] Upgrade dependencies for dcaegen2-analytics-tca-gen2 Upgrade dependency version as per SECCOM recommendations. Issue-ID: DCAEGEN2-3338 Change-Id: Iff95bdf11b912e0fb6ec6dfd16c9fdc3081abbc8 Signed-off-by: sushant53 [DCAEGEN2] Upgrade dependencies for dcaegen2-analytics-tca-gen2 Matched pom.xml and version.properties version. Issue-ID: DCAEGEN2-3338 Change-Id: Iff95bdf11b912e0fb6ec6dfd16c9fdc3081abbc8 Signed-off-by: sushant53 --- version.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index ef87c2e..e23335b 100644 --- a/version.properties +++ b/version.properties @@ -4,6 +4,7 @@ # ================================================================================ # Copyright (c) 2022 Wipro Limited. # Copyright (c) 2022 Huawei. All rights reserved. +# Copyright (C) 2023 Deutsche Telekom AG. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,8 +20,8 @@ # ============LICENSE_END========================================================= ################################################################################## major=1 -minor=3 -patch=4 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg