From e6d2c0b13b376f44ed52ccf1c5036b25de0e0903 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 30 Sep 2020 14:58:33 +0200 Subject: [PATCH] Release 5.1.2 Release 5.1.2 to fix the clamp image Issue-ID: CLAMP-949 Signed-off-by: sebdet Change-Id: I5606a574b8f017d7ce3d129bbdea09a68ef4e5bf --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7a771d7f..e2d13340 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.clamp clds - 5.1.1-SNAPSHOT + 5.1.2-SNAPSHOT clamp diff --git a/version.properties b/version.properties index f00cc817..ebfbb525 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=5 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6