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 /lib | |
parent | e2583efb02b44664efb7b0f65b2e12f67c650517 (diff) |
Release ccsdk/features2.0.0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/doorman/pom.xml | 2 | ||||
-rw-r--r-- | lib/network-prioritization/pom.xml | 2 | ||||
-rw-r--r-- | lib/rlock/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index 73478d5b1..4b5b246a5 100644 --- a/lib/doorman/pom.xml +++ b/lib/doorman/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../..</relativePath> </parent> diff --git a/lib/network-prioritization/pom.xml b/lib/network-prioritization/pom.xml index c91ea0059..25b71468d 100644 --- a/lib/network-prioritization/pom.xml +++ b/lib/network-prioritization/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../../</relativePath> </parent> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 79633ab9e..990755b55 100644 --- a/lib/rlock/pom.xml +++ b/lib/rlock/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../..</relativePath> </parent> |