From: Jessica Wagantall Date: Mon, 20 Nov 2017 19:43:46 +0000 (-0800) Subject: Bump minor version X-Git-Tag: v1.1.0~66 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3b1b2c1f624662e724d2dfc67e9307748a3f48a7;p=vfc%2Fnfvo%2Fdriver%2Fems.git Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: Iefb8025efa4358d2f444553768706a533d655084 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 0f2dccd..9a0fd39 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -19,11 +19,11 @@ org.onap.vfc.nfvo.driver.ems.ems ems-driver-boco-parent - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 boco-driver - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT jar vfc-nfvo-driver-ems-ems-boco diff --git a/ems/microservice-standalone/pom.xml b/ems/microservice-standalone/pom.xml index 4169d27..6c9df80 100644 --- a/ems/microservice-standalone/pom.xml +++ b/ems/microservice-standalone/pom.xml @@ -18,11 +18,11 @@ org.onap.vfc.nfvo.driver.ems.ems ems-driver-boco-parent - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 emsdriver-standalone - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT vfc-nfvo-driver-ems-ems-microservice-standalone pom diff --git a/ems/pom.xml b/ems/pom.xml index ea79fc0..db68828 100644 --- a/ems/pom.xml +++ b/ems/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.ems ems-driver - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.ems.ems ems-driver-boco-parent - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT vfc-nfvo-driver-ems-ems pom diff --git a/pom.xml b/pom.xml index 2eca44d..b0fc557 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.driver.ems ems-driver - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT pom vfc-nfvo-driver-ems vfc ems driver diff --git a/version.properties b/version.properties index 6cd8c98..5726657 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=1 patch=1 base_version=${major}.${minor}.${patch}