diff options
author | Borislav Glozman <borislav.glozman@amdocs.com> | 2022-09-20 09:19:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-20 09:19:10 +0000 |
commit | 12594ee752b79605c61ff019fdeb471bf7ca4058 (patch) | |
tree | a36dbb075301d9776a7d8ff825450cc970d020a4 /certServicePostProcessor/pom.xml | |
parent | a239249475c128781d6c3d68de22c00f67203eaf (diff) | |
parent | 0587da741a0edad6e5eefedbc1d200f0e2c81f2b (diff) |
Merge "[OOM-CERT-SERVICE] Fix vulnerabilities for Kohn"2.6.0
Diffstat (limited to 'certServicePostProcessor/pom.xml')
-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 5ea30809..5137ef93 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.5.0-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>oom-certservice-post-processor</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.6.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> |