diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-04-19 18:35:08 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-04-19 18:35:08 +0000 |
commit | 63640b72ae7f7fffa883f8bdd42e316fb9a2fba0 (patch) | |
tree | 32ef711a6f96fbb73dad1fd5f10cff1263ffd06a /plugins/properties-node/provider/src/test | |
parent | 4d25c03d4f67171e44b05d7fe0451b2b60cc4574 (diff) |
Release ccsdk/sli1.2.2
Diffstat (limited to 'plugins/properties-node/provider/src/test')
-rw-r--r-- | plugins/properties-node/provider/src/test/resources/test-invalid.xml | 4 | ||||
-rw-r--r-- | plugins/properties-node/provider/src/test/resources/test.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/properties-node/provider/src/test/resources/test-invalid.xml b/plugins/properties-node/provider/src/test/resources/test-invalid.xml index 3e4bd3b2d..7bc16c218 100644 --- a/plugins/properties-node/provider/src/test/resources/test-invalid.xml +++ b/plugins/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>0.0.0-SNAPSHOT</version> + <version>0.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/plugins/properties-node/provider/src/test/resources/test.xml b/plugins/properties-node/provider/src/test/resources/test.xml index b3e1164e4..c0f0457f1 100644 --- a/plugins/properties-node/provider/src/test/resources/test.xml +++ b/plugins/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>0.0.0-SNAPSHOT</version> + <version>0.0.0</version> </parent> <artifactId>restapi-call-node-provider</artifactId> <packaging>bundle</packaging> |