diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-03-28 16:17:01 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-03-28 16:17:01 +0000 |
commit | a3b0536d13d01b1348d6ccdff30d9ad392cdbc45 (patch) | |
tree | 3a609554acf5c359ee27fd098400d71b12e4ccb4 /lib | |
parent | eafb2635f98d75a25769cb35c654b46b303d78c3 (diff) |
Release ccsdk/features1.3.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 88f69422c..1d0120e0e 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.3.0-SNAPSHOT</version> + <version>1.3.0</version> <relativePath>../..</relativePath> </parent> diff --git a/lib/network-prioritization/pom.xml b/lib/network-prioritization/pom.xml index a7f5a43e8..0fa5fc80d 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.3.0-SNAPSHOT</version> + <version>1.3.0</version> <relativePath>../../</relativePath> </parent> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index c93caf563..86c7ad3b2 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.3.0-SNAPSHOT</version> + <version>1.3.0</version> <relativePath>../..</relativePath> </parent> |