diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |