diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-11-08 21:33:23 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-11-08 21:33:23 +0000 |
commit | 38386d185a6aed209633bc89ba2cf900c2dba383 (patch) | |
tree | fe56158da7a8fb1c0db419b7083100b5c57f7ee6 /lib | |
parent | 9472671989c3c80374a72c40395ff5312e2f49f4 (diff) |
Release ccsdk/features1.6.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 f2fabb5ef..b629c1a00 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>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../..</relativePath> </parent> diff --git a/lib/network-prioritization/pom.xml b/lib/network-prioritization/pom.xml index 8645c713b..609f13253 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>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../</relativePath> </parent> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index a8deb3ca6..79652dd46 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>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../..</relativePath> </parent> |