diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-11-17 09:54:08 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-11-18 08:51:16 +0000 |
commit | b46951a48fb48748c61029c1fa3d4cca374ec48c (patch) | |
tree | 2884b12bc3d5278cfd71d9ea0a68929d93dc7aa2 /certServicePostProcessor | |
parent | 99498718d782fe435feded438de76cacc93090ed (diff) |
[CLIENT] Change certService client to use comma as SANS delimiter
Issue-ID: OOM-2632
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I12a39cd514261a555081addb333ef1a99a481424
Diffstat (limited to 'certServicePostProcessor')
-rw-r--r-- | certServicePostProcessor/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certServicePostProcessor/pom.xml b/certServicePostProcessor/pom.xml index 0e3e1608..bd79d85d 100644 --- a/certServicePostProcessor/pom.xml +++ b/certServicePostProcessor/pom.xml @@ -5,12 +5,12 @@ <parent> <artifactId>oom-certservice</artifactId> <groupId>org.onap.oom.platform.cert-service</groupId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>oom-certservice-post-processor</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <name>oom-certservice-post-processor</name> <description>An application which conducts certificate post-processing like: merging truststores, copying keystores.</description> <packaging>jar</packaging> |