diff options
Diffstat (limited to 'restconf-client')
-rwxr-xr-x | restconf-client/installer/pom.xml | 2 | ||||
-rwxr-xr-x | restconf-client/pom.xml | 2 | ||||
-rwxr-xr-x | restconf-client/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/restconf-client/installer/pom.xml b/restconf-client/installer/pom.xml index 4c6a3847..c4fab89f 100755 --- a/restconf-client/installer/pom.xml +++ b/restconf-client/installer/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-installer</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> diff --git a/restconf-client/pom.xml b/restconf-client/pom.xml index 025d2503..d9468131 100755 --- a/restconf-client/pom.xml +++ b/restconf-client/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: restconf-client</name> diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index dfa3f38d..becabfaf 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-provider</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> |