diff options
author | Conor Ward <conor.ward@ericsson.com> | 2018-09-19 07:26:10 +0000 |
---|---|---|
committer | Conor Ward <conor.ward@ericsson.com> | 2018-09-19 07:26:10 +0000 |
commit | 9c8a0690aa5a1e22332e78f685362af5b4a8fbe5 (patch) | |
tree | 63e1a02c5499bc2b974baa7bbd67ac3b5b887266 | |
parent | c2c9a18dc3212fa69bcb173f5b0ed97c7996c044 (diff) |
Bump datarouter version to 1.0.2
Change-Id: I1716aa2fb29c201a494bdab861e8357e74de75a0
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-578
-rwxr-xr-x | datarouter-node/pom.xml | 2 | ||||
-rwxr-xr-x | datarouter-prov/pom.xml | 2 | ||||
-rwxr-xr-x | datarouter-subscriber/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index f9bdce67..29e3ce47 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.dmaap.datarouter</groupId> <artifactId>parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>datarouter-node</artifactId> diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index c9c0c2ff..c6f91e82 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -25,7 +25,7 @@ <parent>
<groupId>org.onap.dmaap.datarouter</groupId>
<artifactId>parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>datarouter-prov</artifactId>
diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index cc1d4868..87b82f1d 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.dmaap.datarouter</groupId> <artifactId>parent</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>datarouter-subscriber</artifactId> @@ -25,7 +25,7 @@ <groupId>org.onap.dmaap.datarouter</groupId> <artifactId>parent</artifactId> <name>dmaap-datarouter</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <packaging>pom</packaging> <url>https://github.com/att/DMAAP_DATAROUTER</url> <parent> diff --git a/version.properties b/version.properties index 30cdf7e2..b042a353 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
|