diff options
-rw-r--r-- | distribution/pom.xml | 4 | ||||
-rw-r--r-- | distribution/standalone/pom.xml | 2 | ||||
-rw-r--r-- | vnf-sdk-function-test/pom.xml | 2 |
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> |