diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-09-12 18:01:09 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-09-12 18:01:09 +0000 |
commit | 682c5ea602d90684bac4cbe7c3328595b0b5bbe3 (patch) | |
tree | faf5b92dc5773fea5dec4c64726d3d78e93212e9 /restapi-call-node/provider | |
parent | dfe87726468a76285e912941fc655aadd18ab665 (diff) |
Release ccsdk/sli/plugins0.6.2
Diffstat (limited to 'restapi-call-node/provider')
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 4 | ||||
-rw-r--r-- | restapi-call-node/provider/src/test/resources/test.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 1d991b2d..d7da7ccb 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.2</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restapi-call-node-provider</artifactId> - <version>0.6.2-SNAPSHOT</version> + <version>0.6.2</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId}</name> diff --git a/restapi-call-node/provider/src/test/resources/test.xml b/restapi-call-node/provider/src/test/resources/test.xml index 1974f688..6947de55 100644 --- a/restapi-call-node/provider/src/test/resources/test.xml +++ b/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>6.0.0-SNAPSHOT</version> + <version>6.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> |