From 00a0cd1ed5bb06b2ecd9588175e84b1ac15ba9b7 Mon Sep 17 00:00:00 2001 From: vagrant Date: Sat, 25 Nov 2017 07:18:46 +0000 Subject: update versioning Change-Id: Ic04ff4895bc0945f126e23832fc14119ae19e602 Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant --- blueprints/pom.xml | 2 +- check-blueprint-vs-input/pom.xml | 2 +- input-templates/pom.xml | 2 +- pom.xml | 2 +- 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. org.onap.dcaegen2.platform blueprints - 1.0.0-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.dcaegen2.platform.blueprints blueprints 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. org.onap.dcaegen2.platform.blueprints blueprints - 1.0.0-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.dcaegen2.plaform.blueprints check-blueprint-vs-input 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. org.onap.dcaegen2.platform blueprints - 1.0.0-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.dcaegen2.platform.blueprints input-templates diff --git a/pom.xml b/pom.xml index 8ef9779..374da37 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform blueprints dcaegen2-platform-blueprints - 1.0.0-SNAPSHOT + 1.2.0-SNAPSHOT http://maven.apache.org pom 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} -- cgit 1.2.3-korg