summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Gao <gwtjay@huawei.com>2019-07-18 18:50:46 +0800
committerVictor Gao <victor.gao@huawei.com>2019-07-18 18:52:50 +0800
commit8395a9eb5b9e19f5c9fdb984252b55ba3456082f (patch)
tree09c3bb22db97a0b49fd168c60e4114747fcca79e
parent0e9e3e2a59273ede9df609abd40b6f35aacfa9c9 (diff)
global jjb migration
Issue-ID: VNFSDK-423 Change-Id: Ia6fecf4a1e57ad29e30692e92931791d19ada89f Signed-off-by: Victor Gao <gwtjay@huawei.com> Change-Id: If3d1a6c6ffd079da6c95642f483ec57a68232488
-rw-r--r--distribution/pom.xml5
-rw-r--r--distribution/standalone/pom.xml5
-rw-r--r--pom.xml2
-rw-r--r--vnf-sdk-function-test/pom.xml4
4 files changed, 9 insertions, 7 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 7d283ee..2e446c0 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -18,13 +18,14 @@
<parent>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-core-parent</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vnfsdk-functest-distribution</artifactId>
<name>vnfsdk Function Test distribution</name>
<packaging>pom</packaging>
+ <version>1.1.2-SNAPSHOT</version>
<modules>
<module>standalone</module>
@@ -33,7 +34,7 @@
<dependency>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnf-sdk-function-test</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml
index 36f8c2b..4980426 100644
--- a/distribution/standalone/pom.xml
+++ b/distribution/standalone/pom.xml
@@ -18,13 +18,14 @@
<parent>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-distribution</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vnfsdk-functest-distribution-standalone</artifactId>
<name>VNFSDK Function Test standalone</name>
<packaging>pom</packaging>
+ <version>1.1.2-SNAPSHOT</version>
<properties>
<packagename>onap-vnfsdk-functest</packagename>
@@ -170,7 +171,7 @@
<dependency>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnf-sdk-function-test</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/pom.xml b/pom.xml
index 267765b..1fa8f53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-core-parent</artifactId>
+ <version>1.1.2-SNAPSHOT</version>
<name>vnfsdk-functest</name>
- <version>1.1.1</version>
<packaging>pom</packaging>
<modules>
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index f391987..55dd551 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.1</version>
+ <version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vnf-sdk-function-test</artifactId>
<name>vnfsdk Functional Tests</name>
- <version>1.1.1</version>
+ <version>1.1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<build>