summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
-rw-r--r--zte/sfc-driver/plugin-standalone/pom.xml4
-rw-r--r--zte/sfc-driver/pom.xml2
-rw-r--r--zte/sfc-driver/sfc-driver/pom.xml4
5 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index ea37e23..0ed4094 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<name>vfc-nfvo-driver-sfc</name>
<packaging>pom</packaging>
</project>
diff --git a/version.properties b/version.properties
index 5128787..266427f 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
diff --git a/zte/sfc-driver/plugin-standalone/pom.xml b/zte/sfc-driver/plugin-standalone/pom.xml
index de7cab4..4f6d46d 100644
--- a/zte/sfc-driver/plugin-standalone/pom.xml
+++ b/zte/sfc-driver/plugin-standalone/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone</groupId>
<artifactId>vfc-nfvo-driver-sfc-zte-sfc-driver</artifactId>
<name>vfc/nfvo/driver/sfc/zte/sfc-driver/plugin-standalone</name>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml
index b1f4c13..12dd743 100644
--- a/zte/sfc-driver/pom.xml
+++ b/zte/sfc-driver/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<name>vfc-nfvo-driver-sfc</name>
<packaging>pom</packaging>
<modules>
diff --git a/zte/sfc-driver/sfc-driver/pom.xml b/zte/sfc-driver/sfc-driver/pom.xml
index ae47855..b52da2f 100644
--- a/zte/sfc-driver/sfc-driver/pom.xml
+++ b/zte/sfc-driver/sfc-driver/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver</groupId>
<artifactId>sfc-driver</artifactId>
<name>vfc/nfvo/driver/sfc/zte/sfc-driver/sfc-driver</name>
<packaging>jar</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<properties>
<dropwizard.version>0.8.0</dropwizard.version>
<jetty.version>9.2.9.v20150224</jetty.version>