From f9651fea91f470c100d0b6ed31371b6af4b756fb Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 13 May 2019 15:01:32 +0200 Subject: Update the version Update version to 4.0.2 to prepare the RC1 the 05/16 Issue-ID: CLAMP-379 Change-Id: I3a42e0bc6093732df8e0d7e8088eb312f17a408f Signed-off-by: sebdet --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 436fc46a3..012d14728 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.clamp clds - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT clamp diff --git a/version.properties b/version.properties index 16b9934e3..9ef20f156 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=4 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg