summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil.unnava <sunil.unnava@att.com>2019-05-03 16:23:57 -0400
committersunil.unnava <sunil.unnava@att.com>2019-05-03 16:24:27 -0400
commit3b8ab3f19cfef0bdff2c573fe3969a5036cdee48 (patch)
tree1932a44a8d28dff6e690583fd266b1d36b1cb49c
parentb8bd13eb761b8f3a5a346b2444fbd2e5de9376a9 (diff)
bounce the versions6.0.0
Issue-ID: DMAAP-1192 Change-Id: I5d53069eecd494c8d59a04f43cbfa2711082aab5 Signed-off-by: sunil.unnava <sunil.unnava@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6f800dd..29988ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.onap.dmaap.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>6.0.0-SNAPSHOT</version>
<name>zookeeper</name>
<licenses>
<license>
diff --git a/version.properties b/version.properties
index fb3ad80..db2fafe 100644
--- a/version.properties
+++ b/version.properties
@@ -24,7 +24,7 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major=5
+major=6
minor=0
patch=0