From c27f4c28d922408fb8a560f3de2139bc9988cd54 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 5 Jun 2019 18:04:58 +0200 Subject: [PATCH] Bump the version Bump the version for Dublin release Issue-ID: CLAMP-407 Change-Id: I981ee99abbccf65592a12859864e3572a5482997 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 4fdbea37..34abce45 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.clamp clds - 4.0.3-SNAPSHOT + 4.0.4-SNAPSHOT clamp diff --git a/version.properties b/version.properties index d222de82..ab43bfd3 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=4 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- 2.16.6