From 6e1b2b9a3375c3d88f6ad1daeb86027fe9faaab1 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Tue, 6 Nov 2018 09:05:02 +0000 Subject: version update to avoid conflict Change-Id: Iaf21c264a80a157c07927704a54bced0dbc08987 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-937 --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c95228fe..fd1269b3 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.collectors.ves VESCollector - 1.3.2-SNAPSHOT + 1.4.0-SNAPSHOT dcaegen2-collectors-ves VESCollector diff --git a/version.properties b/version.properties index ef20baaf..9e0d73d4 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=3 -patch=2 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg