From 36aaff0eb99184ecb552d14aa44b818308be38ee Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Mon, 5 Nov 2018 11:26:23 +0200 Subject: upgrading jetty Change-Id: Ia6701d1d27006952748abb69ca2a544eacaa600d Issue-ID: SDC-1767 Signed-off-by: Tal Gitelman --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 338f6ac..0620a28 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.sdc.sdc-docker-base sdc-docker-base pom - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT sdc-sdc-docker-base diff --git a/version.properties b/version.properties index a169fce..0d94dfd 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg