aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-08-30 18:39:33 -0400
committerdglFromAtt <dgl@research.att.com>2018-08-30 18:39:42 -0400
commit06c5771a730304d2f3451059aae996a443297330 (patch)
tree28d8559de908e9ace543131567adf25aad784717
parent946886739898c79de15f50eee933a7ef0f5b7861 (diff)
Build with safer Jetty server
Change-Id: Id2d8608e1ac80fb7bc50f352838481a491f91e53 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-656
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
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 @@
<dependency>
<groupId>org.onap.dmaap.dbcapi</groupId>
<artifactId>dbcapi</artifactId>
- <version>1.0.14-SNAPSHOT</version>
+ <version>1.0.15-SNAPSHOT</version>
</dependency>
</dependencies>
<reporting>
@@ -334,9 +334,9 @@
<properties>
<jersey.version>2.16</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jettyVersion>9.3.7.v20160115</jettyVersion>
+ <jettyVersion>9.3.8.RC0</jettyVersion>
<eelf.version>0.0.1</eelf.version>
- <artifact.version>1.0.17</artifact.version>
+ <artifact.version>1.0.18</artifact.version>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
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