summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 11:44:05 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 11:44:05 -0800
commit8a49e6ee83bc8a006664e02b71f3417404f4f6aa (patch)
tree67ef7114b0fdbf976a89e7032b78c6ac17e4c241
parentff9ceed52d06e2c30a68b063e96473180f4b5dc3 (diff)
Bump patch version
Bump patch version in preparation for Amsterdam branching. Change-Id: I3a12f8782bce443474e04e9f372a2ff0f22916cb Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--ems/boco/pom.xml8
-rw-r--r--ems/microservice-standalone/pom.xml6
-rw-r--r--ems/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 11 insertions, 11 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml
index 0f2dccd..4b79b19 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.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>boco-driver</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>vfc-nfvo-driver-ems-ems-boco</name>
@@ -211,9 +211,9 @@
<dependency>
<groupId>evel_javalib2</groupId>
<artifactId>evel_javalib2</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
<scope>system</scope>
- <systemPath>${basedir}/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar</systemPath>
+ <systemPath>${basedir}/3rdParty/evel_javalib2-0.0.2-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>javax.json</groupId>
diff --git a/ems/microservice-standalone/pom.xml b/ems/microservice-standalone/pom.xml
index 4169d27..12f77c6 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.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>emsdriver-standalone</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<name>vfc-nfvo-driver-ems-ems-microservice-standalone</name>
<packaging>pom</packaging>
@@ -116,7 +116,7 @@
</classpath>
</taskdef>
<if>
- <contains string="${project.version}" substring="SNAPSHOT" />
+ <contains string="${project.version}" substring="amsterdam" />
<then>
<property name="repos.url" value="${project.distributionManagement.snapshotRepository.url}" />
<property name="repos.id" value="${project.distributionManagement.snapshotRepository.id}" />
diff --git a/ems/pom.xml b/ems/pom.xml
index ea79fc0..8f4a970 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.0.2-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.0.2-SNAPSHOT</version>
<name>vfc-nfvo-driver-ems-ems</name>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 2eca44d..193fad0 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.0.2-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..369a52f 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}