From 260eb0a55cbfe2e177ec37017628c5c55605c644 Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Wed, 9 May 2018 17:57:53 -0400 Subject: [PATCH] Increment patch version Change-Id: I011ab277808ddc962312f42e171b7d7c4bba1c52 Signed-off-by: dglFromAtt Issue-ID: DMAAP-485 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 876c12d..fba4897 100644 --- a/pom.xml +++ b/pom.xml @@ -302,7 +302,7 @@ UTF-8 9.3.7.v20160115 0.0.1 - 1.0.9 + 1.0.10 0.7.7.201606060606 3.2 diff --git a/version.properties b/version.properties index 8f72e5e..c0d2dee 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=9 +patch=10 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- 2.16.6