diff options
-rw-r--r-- | checkstyle/pom.xml | 2 | ||||
-rw-r--r-- | license/pom.xml | 2 | ||||
-rw-r--r-- | oparent-python/pom.xml | 2 | ||||
-rw-r--r-- | oparent/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 30fa320..485765d 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>checkstyle</artifactId> diff --git a/license/pom.xml b/license/pom.xml index c5a6ebe..7b807f1 100644 --- a/license/pom.xml +++ b/license/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>onap-license</artifactId> diff --git a/oparent-python/pom.xml b/oparent-python/pom.xml index fe79ab7..c27b48e 100644 --- a/oparent-python/pom.xml +++ b/oparent-python/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>../oparent</relativePath> </parent> <packaging>pom</packaging> diff --git a/oparent/pom.xml b/oparent/pom.xml index 1e3dff1..4a733b2 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>oparent</artifactId> @@ -459,7 +459,7 @@ <dependency> <groupId>org.onap.oparent</groupId> <artifactId>checkstyle</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </dependency> </dependencies> <executions> @@ -20,7 +20,7 @@ <name>oparent</name> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> <!-- oparent tools --> diff --git a/version.properties b/version.properties index 855a8c4..9c95207 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=1 -patch_version=2 +minor_version=2 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |