summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ems/boco/pom.xml4
-rw-r--r--ems/microservice-standalone/pom.xml4
-rw-r--r--ems/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 8 insertions, 8 deletions
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 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>
<artifactId>ems-driver-boco-parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>boco-driver</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>vfc-nfvo-driver-ems-ems-boco</name>
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 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>
<artifactId>ems-driver-boco-parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>emsdriver-standalone</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>vfc-nfvo-driver-ems-ems-microservice-standalone</name>
<packaging>pom</packaging>
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 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.ems</groupId>
<artifactId>ems-driver</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>
<artifactId>ems-driver-boco-parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>vfc-nfvo-driver-ems-ems</name>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 2eca44d..b0fc557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.ems</groupId>
<artifactId>ems-driver</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-ems</name>
<description>vfc ems driver</description>
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}