From 31080bad166cb8e728474770e969a4565e79b8d6 Mon Sep 17 00:00:00 2001 From: Emmett Cox Date: Thu, 22 Nov 2018 15:58:41 +0000 Subject: [PATCH] Pom Update for casablanca branch development Change-Id: Ic63dcf83a8ba511487cab864b463de2e28ef02e6 Signed-off-by: Emmett Cox Issue-ID: DMAAP-881 --- datarouter-docker-compose/pom.xml | 2 +- datarouter-node/pom.xml | 2 +- datarouter-prov/pom.xml | 2 +- datarouter-subscriber/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/datarouter-docker-compose/pom.xml b/datarouter-docker-compose/pom.xml index 95c6b10a..37789d35 100644 --- a/datarouter-docker-compose/pom.xml +++ b/datarouter-docker-compose/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT ../pom.xml datarouter-docker-compose diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 0bf5f014..aad4927d 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT ../pom.xml datarouter-node diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index d384c0da..ec280b88 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT ../pom.xml datarouter-prov diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index e97a04db..90b98345 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT ../pom.xml datarouter-subscriber diff --git a/pom.xml b/pom.xml index 97f78aa9..f797910b 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent dmaap-datarouter - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT pom https://github.com/att/DMAAP_DATAROUTER diff --git a/version.properties b/version.properties index 176b5470..89968437 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=6 +patch=7 base_version=${major}.${minor}.${patch} -- 2.16.6