diff options
Diffstat (limited to 'sdnr/wt/apigateway')
-rw-r--r-- | sdnr/wt/apigateway/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/apigateway/installer/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/apigateway/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/apigateway/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sdnr/wt/apigateway/feature/pom.xml b/sdnr/wt/apigateway/feature/pom.xml index f05fda5b3..5dd2a9e13 100644 --- a/sdnr/wt/apigateway/feature/pom.xml +++ b/sdnr/wt/apigateway/feature/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-apigateway-feature</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>feature</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index 385b71914..5db19004b 100755 --- a/sdnr/wt/apigateway/installer/pom.xml +++ b/sdnr/wt/apigateway/installer/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-apigateway-installer</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/apigateway/pom.xml b/sdnr/wt/apigateway/pom.xml index 4bf7293e0..1a94d12f9 100755 --- a/sdnr/wt/apigateway/pom.xml +++ b/sdnr/wt/apigateway/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-apigateway-top</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml index 237a290b3..6bf3ed8ae 100644 --- a/sdnr/wt/apigateway/provider/pom.xml +++ b/sdnr/wt/apigateway/provider/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-apigateway-provider</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>bundle</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |