diff options
author | vagrant <vv770d@att.com> | 2017-11-25 07:08:34 +0000 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2017-11-25 07:08:49 +0000 |
commit | 379c4f5296b5e37e17f97837542640ec9e5244d7 (patch) | |
tree | 5afe44b91743585ffc5497fd88512aa5dbbe6f76 | |
parent | bb58bbcf2ca2a6309a29dfb68349fd8479724733 (diff) |
update versioning
Change-Id: I84834c92e6903255a5a55832cbeeb34f9a6897ed
Issue-ID: DCAEGEN2-211
Signed-off-by: vagrant <vv770d@att.com>
-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> |