diff options
-rw-r--r-- | bootstrap/pom.xml | 2 | ||||
-rw-r--r-- | cloud_init/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | scripts/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 3f39a70..c617385 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>deployments</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>bootstrap</artifactId> diff --git a/cloud_init/pom.xml b/cloud_init/pom.xml index f198ef2..7eb0513 100644 --- a/cloud_init/pom.xml +++ b/cloud_init/pom.xml @@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>deployments</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cloud_init</artifactId> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>deployments</artifactId> <name>dcaegen2-deployments</name> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> diff --git a/scripts/pom.xml b/scripts/pom.xml index fd0a293..2e97203 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>deployments</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>scripts</artifactId> |