diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-08-06 17:45:41 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-08-06 17:45:41 +0000 |
commit | 57543aab5ba6ced12af2361941af43422cde84e9 (patch) | |
tree | 54264600251caf9eeeba15780f87fc38480be621 /properties-node/provider/src/test | |
parent | 6b1a95c935f58d65cd6148f34b4c151642ff9458 (diff) |
Release ccsdk/sli/plugins1.0.0
Diffstat (limited to 'properties-node/provider/src/test')
-rw-r--r-- | properties-node/provider/src/test/resources/test-invalid.xml | 4 | ||||
-rw-r--r-- | properties-node/provider/src/test/resources/test.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/properties-node/provider/src/test/resources/test-invalid.xml b/properties-node/provider/src/test/resources/test-invalid.xml index 50bd0fff..2cbdf683 100644 --- a/properties-node/provider/src/test/resources/test-invalid.xml +++ b/properties-node/provider/src/test/resources/test-invalid.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restapi-call-node</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>restapi-call-node-provider</artifactId> <packaging>bundle</packaging> @@ -150,7 +150,7 @@ providermodule-plugin </artifactId> <versionRange> - [1.2.0.100-SNAPSHOT,) + [1.2.0.100,) </versionRange> <goals> <goal>process</goal> diff --git a/properties-node/provider/src/test/resources/test.xml b/properties-node/provider/src/test/resources/test.xml index 19e3b713..6947de55 100644 --- a/properties-node/provider/src/test/resources/test.xml +++ b/properties-node/provider/src/test/resources/test.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restapi-call-node</artifactId> - <version>6.0.0-SNAPSHOT</version> + <version>6.0.0</version> </parent> <artifactId>restapi-call-node-provider</artifactId> <packaging>bundle</packaging> |