summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil.unnava <sunil.unnava@att.com>2019-04-01 12:06:16 -0400
committersunil.unnava <sunil.unnava@att.com>2019-04-01 12:06:45 -0400
commite37b88533e88eec27adf74851fe8d745dc21e726 (patch)
tree1db717bcda65e52e475e7f64c33557d99e510372
parentcf508ac5e7ed9584980db8fa0b53ccc7e1b7c97f (diff)
bumped the version
Issue-ID: DMAAP-915 Change-Id: I034c1da60317eeff2716a7972790161b5dccfe9b 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 066b918..2337c8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.onap.dmaap.zookeeper</groupId>
<artifactId>zookeepr</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>zookeeper</name>
<licenses>
<license>
diff --git a/version.properties b/version.properties
index b24f719..76775d1 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=3
+major=4
minor=0
patch=0