diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-06-08 11:48:01 +0200 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-06-10 15:18:48 +0200 |
commit | 6258cddd13af599acfa56246034bd2712dddb6f7 (patch) | |
tree | 14fddff49f426c21737d93a80fed413ef3947fc7 /certServiceK8sExternalProvider | |
parent | 74b84fad712d2225c31ce0a3347233d968db4981 (diff) |
[OOM-CERT-SERVICE] Deprecate certServiceClient - update docs
- Remove certServiceClient description from docs
- Move descrption of CMPv2 provider to "How to use functionality"
- Update description of getting certs for CertService in OOM
- Update certService version to 2.4.0
Issue-ID: OOM-2744
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I283755b8fbd579646f979c88ea3022266855c4dc
Diffstat (limited to 'certServiceK8sExternalProvider')
-rw-r--r-- | certServiceK8sExternalProvider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certServiceK8sExternalProvider/pom.xml b/certServiceK8sExternalProvider/pom.xml index 4e7f6898..a64b9a6b 100644 --- a/certServiceK8sExternalProvider/pom.xml +++ b/certServiceK8sExternalProvider/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oom-certservice</artifactId> <groupId>org.onap.oom.platform.cert-service</groupId> - <version>2.3.3-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |