From 4a81073bb3ce0e873bcf38853e66f8ae4150da67 Mon Sep 17 00:00:00 2001 From: Shadi Haidar Date: Fri, 14 Sep 2018 08:47:23 -0400 Subject: Update jetty-util ver Change-Id: If94902cf904a7616b7feb0d5717333852ad24ccd Issue-ID: DCAEGEN2-768 Signed-off-by: Shadi Haidar --- pom.xml | 22 ++++++++++++++++++---- version.properties | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 88526dd..84b42dd 100644 --- a/pom.xml +++ b/pom.xml @@ -78,8 +78,26 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.eclipse.jetty jetty-util + + org.eclipse.jetty + jetty-http + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-server + 9.4.12.v20180830 + + + org.eclipse.jetty + jetty-http + 9.4.12.v20180830 + io.dropwizard dropwizard-jdbi @@ -98,15 +116,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.5.5 - org.hibernate hibernate-validator 5.3.6.Final - org.eclipse.jetty jetty-util 9.4.12.v20180830 diff --git a/version.properties b/version.properties index 5ced55f..d096cfd 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg