diff options
author | 2019-04-01 14:30:57 -0400 | |
---|---|---|
committer | 2019-04-01 14:31:37 -0400 | |
commit | e7bd5f8a711e9f0565616ce25efa44b60bf4f00f (patch) | |
tree | ff823bc76500ffd16a074b226452ac2b45c991bc | |
parent | 5134c182bb90c574db53165e5063fb6582f92b11 (diff) |
bumped the version
Issue-ID: DMAAP-915
Change-Id: I19034cdd81511de30e90189b9768ecb7d2dbf7ab
Signed-off-by: sunil.unnava <sunil.unnava@att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -21,8 +21,8 @@ <groupId>org.onap.dmaap.kafka</groupId> <artifactId>kafka11aaf</artifactId> - <version>0.0.5-SNAPSHOT</version> - <name>dmaap-kafka11aaf</name> + <version>0.0.6-SNAPSHOT</version> + <name>dmaap-kafka</name> <licenses> <license> <name>Apache License Version 2.0</name> diff --git a/version.properties b/version.properties index 1389c31..e23474c 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ major=0 minor=0 -patch=5 +patch=6 base_version=${major}.${minor}.${patch} |