diff options
Diffstat (limited to 'sdnr/wt/oauth-provider')
-rw-r--r-- | sdnr/wt/oauth-provider/oauth-core/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/oauth-provider/oauth-realm/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/oauth-provider/oauth-web/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/oauth-provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sdnr/wt/oauth-provider/oauth-core/pom.xml b/sdnr/wt/oauth-provider/oauth-core/pom.xml index 5a1c179b8..e92cc3360 100644 --- a/sdnr/wt/oauth-provider/oauth-core/pom.xml +++ b/sdnr/wt/oauth-provider/oauth-core/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-core</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>jar</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/oauth-provider/oauth-realm/pom.xml b/sdnr/wt/oauth-provider/oauth-realm/pom.xml index b52690d8f..9d5eea3dd 100644 --- a/sdnr/wt/oauth-provider/oauth-realm/pom.xml +++ b/sdnr/wt/oauth-provider/oauth-realm/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-realm</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>bundle</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/oauth-provider/oauth-web/pom.xml b/sdnr/wt/oauth-provider/oauth-web/pom.xml index 50c8fb1d6..34efe20d7 100644 --- a/sdnr/wt/oauth-provider/oauth-web/pom.xml +++ b/sdnr/wt/oauth-provider/oauth-web/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-web</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>bundle</packaging> <name>ccsdk-features :: ${project.artifactId}</name> diff --git a/sdnr/wt/oauth-provider/pom.xml b/sdnr/wt/oauth-provider/pom.xml index e2f807a57..023780be5 100755 --- a/sdnr/wt/oauth-provider/pom.xml +++ b/sdnr/wt/oauth-provider/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-provider-top</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |