diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-01-07 15:36:07 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-01-07 15:36:07 +0000 |
commit | c1f57a6c9f13c7dd447faf6f6688cdec0f26bfd0 (patch) | |
tree | 5c2fec19750e91df19caaeffb721c4a6f7595f4c /plugins/restapi-call-node/provider/src/test | |
parent | 8cf6ea0dae753abdcff7f6ec88df9d467acd0eae (diff) |
Release ccsdk/sli1.3.4
Diffstat (limited to 'plugins/restapi-call-node/provider/src/test')
-rw-r--r-- | plugins/restapi-call-node/provider/src/test/resources/test.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/restapi-call-node/provider/src/test/resources/test.xml b/plugins/restapi-call-node/provider/src/test/resources/test.xml index 1f42886e9..618c09a6f 100644 --- a/plugins/restapi-call-node/provider/src/test/resources/test.xml +++ b/plugins/restapi-call-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> @@ -162,7 +162,7 @@ providermodule-plugin </artifactId> <versionRange> - [1.2.0.100-SNAPSHOT,) + [1.2.0.100,) </versionRange> <goals> <goal>process</goal> |