From ecc369394f98ca4887cc4ea8000f8c92834ab851 Mon Sep 17 00:00:00 2001 From: ATT default cloud user Date: Fri, 8 Dec 2017 15:51:13 +0000 Subject: [PATCH] Bump patch version Issue-ID: DMAAP-181 Change-Id: I6a679f2aa1b85917fad6c1476675cf00938d0525 Signed-off-by: ATT default cloud user --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1f77e54..cce7e32 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.onap.dmaap.dbcapi dbcapi - 1.0.0-SNAPSHOT + ${artifact.version} dmaap-dbcapi org.onap.oparent @@ -225,7 +225,7 @@ A convention of this API is to return JSON responses per OpenStack style. UTF-8 9.3.7.v20160115 0.0.1 - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT 0.7.7.201606060606 3.2 diff --git a/version.properties b/version.properties index 74cd587..71c1fed 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6