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 702f45c9..a33eb508 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.2-SNAPSHOT</version> + <version>0.7.2</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 4bf3869e..8c089c27 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.2-SNAPSHOT</version> + <version>0.7.2</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 81297764..0f5a589d 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.2-SNAPSHOT</version> + <version>0.7.2</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> |