From 3c7f6dc59bd79fb91a7449276ea6d0ccc85d8f0b Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Thu, 18 Oct 2018 10:33:57 +0100 Subject: [PATCH] Update release version Change-Id: I3a5f271e84ef72b2c0f66e6841cfa5e68945bf1f Signed-off-by: Fiachra Corcoran Issue-ID: DMAAP-850 --- datarouter-node/pom.xml | 2 +- datarouter-prov/pom.xml | 2 +- datarouter-subscriber/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 4012430e..52afa663 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT ../pom.xml datarouter-node diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index cad5cd80..75dbb718 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT ../pom.xml datarouter-prov diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 615dbb41..ee28395c 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT ../pom.xml datarouter-subscriber diff --git a/pom.xml b/pom.xml index 4fae0fcc..84dbfa10 100755 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.dmaap.datarouter parent dmaap-datarouter - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT pom https://github.com/att/DMAAP_DATAROUTER diff --git a/version.properties b/version.properties index 688e881b..05d01ad2 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- 2.16.6