summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2019-01-24 12:46:37 -0500
committersunil unnava <sunil.unnava@att.com>2019-01-24 12:46:53 -0500
commit7964248c4d1e3a23fa7f02837b76456a76df0396 (patch)
treeef0fa056d8da72188027cab2178ba7066ea12cda
parent00cecd846b2cdc9adbb9bc9241358adfb18c756a (diff)
update Zookeeper version to 3.4.9
Issue-ID: DMAAP-1007 Change-Id: Ia58f2142720a059ad97abad22ea1923bb049f7f2 Signed-off-by: sunil unnava <sunil.unnava@att.com>
-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 71608e6..14d8064 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.onap.dmaap.zookeeper</groupId>
<artifactId>zookeepr</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<name>zookeeper</name>
<licenses>
<license>
@@ -206,7 +206,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <zookeeperImg>1.0.0</zookeeperImg>
+ <zookeeperImg>2.0.0</zookeeperImg>
<sitePath>/content/sites/site/org/onap/dmaap/zookeeper/${project.artifactId}/${project.version}</sitePath>
<skip.docker.build>true</skip.docker.build>
<skip.docker.push>true</skip.docker.push>
diff --git a/version.properties b/version.properties
index 65e7bbc..94925e5 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=1
+major=2
minor=0
patch=0