diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2023-02-28 12:54:17 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2023-02-28 12:54:17 +0000 |
commit | 7a97c2c52364a90391ed1cd3a50a00ae6f89ff67 (patch) | |
tree | 0b99045cd7cfc575fa87d59a42ee87a86424b296 /lib | |
parent | 548d7b80d26db216d333985d6d176fe000a9063a (diff) |
Release ccsdk/features1.5.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 c5d3f5ea3..5df6a42df 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.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath>../..</relativePath> </parent> diff --git a/lib/network-prioritization/pom.xml b/lib/network-prioritization/pom.xml index 19e57e755..3c0e3fdbe 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.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath>../../</relativePath> </parent> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 6d36f52bd..b3f46b859 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.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath>../..</relativePath> </parent> |