diff options
author | 2020-11-18 10:18:51 +0000 | |
---|---|---|
committer | 2020-11-18 10:18:51 +0000 | |
commit | 944cae91430e83ddd801386a80b5333f2bff6775 (patch) | |
tree | 95120a1deb1c32cc03f29ee3d6742426b456b14b /certServiceClient/pom.xml | |
parent | 951051407917716a241026bb11659e3ceb5cb8c2 (diff) | |
parent | b46951a48fb48748c61029c1fa3d4cca374ec48c (diff) |
Merge "[CLIENT] Change certService client to use comma as SANS delimiter"
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r-- | certServiceClient/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 9201b813..a99732eb 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -18,12 +18,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-client</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <name>oom-certservice-client</name> <description>OOM Certification Service Api Client</description> <packaging>jar</packaging> |