summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 6f19066..ed245ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}