From ab7ff4acb0ccdafb653e6cef810cac8d593ea343 Mon Sep 17 00:00:00 2001 From: Kailun Qin Date: Thu, 11 Oct 2018 22:10:09 +0800 Subject: Increment functest version number Change-Id: I4b1b4f05516a4b9d6ea8438a1748f17736035c74 Issue-ID: VNFSDK-329 Signed-off-by: Kailun Qin --- distribution/pom.xml | 4 ++-- distribution/standalone/pom.xml | 6 +++--- pom.xml | 2 +- version.properties | 2 +- vnf-sdk-function-test/pom.xml | 4 ++-- 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 @@ org.onap.vnfsdk.functest vnfsdk-functest-core-parent - 1.1.0 + 1.1.1 4.0.0 @@ -33,7 +33,7 @@ org.onap.vnfsdk.functest vnf-sdk-function-test - 1.1.0 + 1.1.1 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 @@ org.onap.vnfsdk.functest vnfsdk-functest-distribution - 1.1.0 + 1.1.1 4.0.0 @@ -170,7 +170,7 @@ org.onap.vnfsdk.functest vnf-sdk-function-test - 1.1.0 + 1.1.1 - + diff --git a/pom.xml b/pom.xml index fdf6e22..79c6237 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.vnfsdk.functest vnfsdk-functest-core-parent vnfsdk-functest - 1.1.0 + 1.1.1 pom 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 @@ org.onap.vnfsdk.functest vnfsdk-functest-core-parent - 1.1.0 + 1.1.1 4.0.0 vnf-sdk-function-test vnfsdk Functional Tests - 1.1.0 + 1.1.1 jar -- cgit 1.2.3-korg