diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2017-11-27 22:52:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-27 22:52:04 +0000 |
commit | bb58bbcf2ca2a6309a29dfb68349fd8479724733 (patch) | |
tree | 744fa4b7debc12eb36351a020d2cadef9122447d /cloud_init/pom.xml | |
parent | 3e6e3ad4a36ff979e72e6dfef4af1f32e404c0ec (diff) | |
parent | 0830457555532163ba5debd1c7548159abee2002 (diff) |
Merge "Bump minor version"
Diffstat (limited to 'cloud_init/pom.xml')
-rw-r--r-- | cloud_init/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud_init/pom.xml b/cloud_init/pom.xml index eb21204..f198ef2 100644 --- a/cloud_init/pom.xml +++ b/cloud_init/pom.xml @@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>deployments</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cloud_init</artifactId> <name>dcaegen2-deployments-cloud_init</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |