From bd7b74218a470da6f85f4de9a27b70f09a1f7b3e Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Tue, 10 Apr 2018 20:14:23 -0400 Subject: [PATCH] Use new version of dbcapi Change-Id: I5c663292480b1d9f331f2b6916790b917de476a1 Signed-off-by: dglFromAtt Issue-ID: DMAAP-320 --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 482bbd0..8e1aefe 100644 --- a/pom.xml +++ b/pom.xml @@ -267,7 +267,7 @@ org.onap.dmaap.dbcapi dbcapi - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT @@ -302,7 +302,7 @@ UTF-8 9.3.7.v20160115 0.0.1 - 1.0.4 + 1.0.5 0.7.7.201606060606 3.2 diff --git a/version.properties b/version.properties index 9114c9b..3de14e0 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=1 +patch=5 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6