From 3de3d44b950c824824f8260a0e1e9af8c0914a12 Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 16 Mar 2021 10:08:02 +0100 Subject: Prepare for release 6.0.3 Bump up policy-clamp to 6.0.3 Issue-ID: POLICY-3140 Signed-off-by: sebdet Change-Id: I2598d3afcaeb9ce2ac11318bd29e43f4b6b49076 (cherry picked from commit c757487d6831c18b9942833054817272c641c6ce) --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 482d52457..091b59d18 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.0.0 org.onap.policy clamp - 6.0.2-SNAPSHOT + 6.0.3-SNAPSHOT policy-clamp diff --git a/version.properties b/version.properties index 61e195c55..5b81c712a 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=6 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg