From 06c5771a730304d2f3451059aae996a443297330 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Thu, 30 Aug 2018 18:39:33 -0400 Subject: [PATCH] Build with safer Jetty server Change-Id: Id2d8608e1ac80fb7bc50f352838481a491f91e53 Signed-off-by: dglFromAtt Issue-ID: DMAAP-656 --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b3ad1f5..25827bd 100644 --- a/pom.xml +++ b/pom.xml @@ -301,7 +301,7 @@ org.onap.dmaap.dbcapi dbcapi - 1.0.14-SNAPSHOT + 1.0.15-SNAPSHOT @@ -334,9 +334,9 @@ 2.16 UTF-8 - 9.3.7.v20160115 + 9.3.8.RC0 0.0.1 - 1.0.17 + 1.0.18 0.7.7.201606060606 3.2 diff --git a/version.properties b/version.properties index abf826c..c7cb372 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=17 +patch=18 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6