diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-09-09 18:06:57 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-09-09 18:06:57 +0000 |
commit | b29499fd9014f3e22d4b82f7dc13fe2db2b54f3a (patch) | |
tree | c9ed1679b3bfae0d07f42635e681c2e87cf0a315 /properties-node/provider | |
parent | 55368dfa341ccfe9304cf0919dd73dcd4a87b883 (diff) |
Release ccsdk/sli/plugins1.0.1
Diffstat (limited to 'properties-node/provider')
-rwxr-xr-x | properties-node/provider/pom.xml | 4 | ||||
-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 |
3 files changed, 5 insertions, 5 deletions
diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml index 773a4d55..ddbe411e 100755 --- a/properties-node/provider/pom.xml +++ b/properties-node/provider/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>properties-node-provider</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name> 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> |