diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-10-09 14:40:12 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-10-09 14:40:12 +0000 |
commit | 3599b16ef6b4ea9a6116ab6da8c4a572ea1681e4 (patch) | |
tree | 01105933dccf5c640371608e7799fffad1996c38 /sdnr/wt/oauth-provider | |
parent | e2583efb02b44664efb7b0f65b2e12f67c650517 (diff) |
Release ccsdk/features2.0.0
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 6b4b7ca39..6dc44b2fd 100644 --- a/sdnr/wt/oauth-provider/oauth-core/pom.xml +++ b/sdnr/wt/oauth-provider/oauth-core/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-core</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.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 0a3738d1d..7e60a8932 100644 --- a/sdnr/wt/oauth-provider/oauth-realm/pom.xml +++ b/sdnr/wt/oauth-provider/oauth-realm/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-realm</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.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 ed8ccd024..fa0d1a33e 100644 --- a/sdnr/wt/oauth-provider/oauth-web/pom.xml +++ b/sdnr/wt/oauth-provider/oauth-web/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-web</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.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 407cb1e7e..9a95cb646 100755 --- a/sdnr/wt/oauth-provider/pom.xml +++ b/sdnr/wt/oauth-provider/pom.xml @@ -34,7 +34,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-oauth-provider-top</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |