From 5dcd47bfc76ab8257fcc3b8927b78295a4376c8b Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 27 Oct 2022 07:58:13 +0000 Subject: [PATCH] Release 1.11 version Release version for Kohn Issue-ID: INT-2159 Signed-off-by: Michal Jagiello Change-Id: I2c06d6478c5c9710eb04d712f6fd775e8386ffa7 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ab6b9683..87c218d8 100755 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.demo.vnf demo-aggregator - 1.8.0-SNAPSHOT + 1.11.0-SNAPSHOT demo pom 4.0.0 diff --git a/version.properties b/version.properties index 1979db89..6bd0762f 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=9 +minor=11 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6