diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-09-20 11:57:48 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-09-20 11:57:48 +0000 |
commit | 9fb38741c1520001f0c301ca8ba2a51db7850b83 (patch) | |
tree | 20e7f1264c3fc4642e27857821fd5411c1638439 /lib | |
parent | 1e091242fe68a42dafd8685658d137055a245c9b (diff) |
Release ccsdk/features1.4.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 73e4594a0..3cdbfba2a 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.4.0-SNAPSHOT</version> + <version>1.4.0</version> <relativePath>../..</relativePath> </parent> diff --git a/lib/network-prioritization/pom.xml b/lib/network-prioritization/pom.xml index 83561c800..28f892b15 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.4.0-SNAPSHOT</version> + <version>1.4.0</version> <relativePath>../../</relativePath> </parent> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 3c7bdbf59..a0b59a604 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.4.0-SNAPSHOT</version> + <version>1.4.0</version> <relativePath>../..</relativePath> </parent> |