From: Emmett Cox Date: Wed, 21 Nov 2018 09:32:01 +0000 (+0000) Subject: update pom for documentation fix X-Git-Tag: 1.0.6^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdatarouter.git;a=commitdiff_plain;h=bd4e22f5861fb2ebe82c8bd553c86503971591a6 update pom for documentation fix Change-Id: Ifc8c259befa3640e3c6926ce64fb656066f3a5e8 Signed-off-by: Emmett Cox Issue-ID: DMAAP-881 --- diff --git a/datarouter-docker-compose/pom.xml b/datarouter-docker-compose/pom.xml index 80fe9d96..95c6b10a 100644 --- a/datarouter-docker-compose/pom.xml +++ b/datarouter-docker-compose/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT ../pom.xml datarouter-docker-compose diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 1103fd1f..0bf5f014 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT ../pom.xml datarouter-node diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 07625d31..d384c0da 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT ../pom.xml datarouter-prov diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 3e2bab57..e97a04db 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT ../pom.xml datarouter-subscriber diff --git a/pom.xml b/pom.xml index 2c0327f8..97f78aa9 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent dmaap-datarouter - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT pom https://github.com/att/DMAAP_DATAROUTER diff --git a/version.properties b/version.properties index 62ab3af7..176b5470 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=5 +patch=6 base_version=${major}.${minor}.${patch}