diff options
-rw-r--r-- | blueprints/pom.xml | 2 | ||||
-rw-r--r-- | check-blueprint-vs-input/pom.xml | 2 | ||||
-rw-r--r-- | input-templates/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/blueprints/pom.xml b/blueprints/pom.xml index 0768aba..9b886ea 100644 --- a/blueprints/pom.xml +++ b/blueprints/pom.xml @@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>blueprints</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.platform.blueprints</groupId> <artifactId>blueprints</artifactId> diff --git a/check-blueprint-vs-input/pom.xml b/check-blueprint-vs-input/pom.xml index f50e191..14b4d50 100644 --- a/check-blueprint-vs-input/pom.xml +++ b/check-blueprint-vs-input/pom.xml @@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.platform.blueprints</groupId> <artifactId>blueprints</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.plaform.blueprints</groupId> <artifactId>check-blueprint-vs-input</artifactId> diff --git a/input-templates/pom.xml b/input-templates/pom.xml index 75b4d0e..c0d7a75 100644 --- a/input-templates/pom.xml +++ b/input-templates/pom.xml @@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>blueprints</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.platform.blueprints</groupId> <artifactId>input-templates</artifactId> @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>blueprints</artifactId> <name>dcaegen2-platform-blueprints</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> <modules> diff --git a/version.properties b/version.properties index 73415a7..07578e5 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
|