summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2017-11-25 07:18:46 +0000
committervagrant <vv770d@att.com>2017-11-25 07:18:59 +0000
commit00a0cd1ed5bb06b2ecd9588175e84b1ac15ba9b7 (patch)
tree8ccc540ed949d3bba3af695ff5527b938825970d
parentd1149a657cfc91ef0b24b08f97b56887f834f92d (diff)
Change-Id: Ic04ff4895bc0945f126e23832fc14119ae19e602 Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
-rw-r--r--blueprints/pom.xml2
-rw-r--r--check-blueprint-vs-input/pom.xml2
-rw-r--r--input-templates/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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>
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.
<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}