From 83451c45ebefdd59b9052d47b03ba8bc0d5f2669 Mon Sep 17 00:00:00 2001 From: Emmett Cox Date: Thu, 22 Nov 2018 15:26:59 +0000 Subject: [PATCH] Pom Update for master branch development Change-Id: Iaf16dea2c5c3d02bf48c82b429fc61e782dd43de 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 | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/datarouter-docker-compose/pom.xml b/datarouter-docker-compose/pom.xml index 95c6b10a..05faa5ae 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.1.0-SNAPSHOT ../pom.xml datarouter-docker-compose diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 0bf5f014..7df19895 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.1.0-SNAPSHOT ../pom.xml datarouter-node diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index d384c0da..95c2de8f 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.1.0-SNAPSHOT ../pom.xml datarouter-prov diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index e97a04db..b5c149c3 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.1.0-SNAPSHOT ../pom.xml datarouter-subscriber diff --git a/pom.xml b/pom.xml index 97f78aa9..fcf16de3 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent dmaap-datarouter - 1.0.6-SNAPSHOT + 1.1.0-SNAPSHOT pom https://github.com/att/DMAAP_DATAROUTER diff --git a/version.properties b/version.properties index 176b5470..af11c22b 100644 --- a/version.properties +++ b/version.properties @@ -26,8 +26,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 -patch=6 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6