summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-10-11 22:10:09 +0800
committerKailun Qin <kailun.qin@intel.com>2018-10-11 23:34:31 +0800
commitab7ff4acb0ccdafb653e6cef810cac8d593ea343 (patch)
tree2fec0d09e92428040a548caa8b76dd30c3d81f23
parentf5722db37744401a1f8588d47614869aab817d61 (diff)
Increment functest version number3.0.0-ONAPcasablanca
Change-Id: I4b1b4f05516a4b9d6ea8438a1748f17736035c74 Issue-ID: VNFSDK-329 Signed-off-by: Kailun Qin <kailun.qin@intel.com>
-rw-r--r--distribution/pom.xml4
-rw-r--r--distribution/standalone/pom.xml6
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
-rw-r--r--vnf-sdk-function-test/pom.xml4
5 files changed, 9 insertions, 9 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index bb59029..7d283ee 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-core-parent</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnf-sdk-function-test</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1</version>
</dependency>
</dependencies>
</project>
diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml
index 1d3e4ee..36f8c2b 100644
--- a/distribution/standalone/pom.xml
+++ b/distribution/standalone/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-distribution</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -170,7 +170,7 @@
<dependency>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnf-sdk-function-test</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
diff --git a/pom.xml b/pom.xml
index fdf6e22..79c6237 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-core-parent</artifactId>
<name>vnfsdk-functest</name>
- <version>1.1.0</version>
+ <version>1.1.1</version>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index 0424f62..6608eae 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=1
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index ef2db8e..da38992 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-core-parent</artifactId>
- <version>1.1.0</version>
+ <version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vnf-sdk-function-test</artifactId>
<name>vnfsdk Functional Tests</name>
- <version>1.1.0</version>
+ <version>1.1.1</version>
<packaging>jar</packaging>
<build>