diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 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> 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 |