summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-04-13 08:08:18 -0700
committerChris Donley <christopher.donley@huawei.com>2018-04-13 08:08:18 -0700
commita7b059d7f5deda292a47cc621cd9e6a325238bd8 (patch)
tree2d6429a8c8a22ab9fbdf597381b38ce4c6c4c279
parent4ab4433e8b321606a849260375891d5d8b07fed4 (diff)
Point vnfsdk functest to released versions
Update pom files to point to released versions of functest, not SNAPSHOTs Issue-ID: VNFSDK-254 Change-Id: I65e4b2cfd593e358692b9b22866b4ba7e34e0beb Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rw-r--r--distribution/pom.xml4
-rw-r--r--distribution/standalone/pom.xml2
-rw-r--r--vnf-sdk-function-test/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 9f6a771..c2e1938 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.0.0-SNAPSHOT</version>
+ <version>1.0.0</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.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
</dependencies>
</project>
diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml
index c74ab40..0e7ae58 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.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 9032961..2ad2b56 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.vnfsdk.functest</groupId>
<artifactId>vnfsdk-functest-core-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>