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 /certService/pom.xml | |
parent | a239249475c128781d6c3d68de22c00f67203eaf (diff) | |
parent | 0587da741a0edad6e5eefedbc1d200f0e2c81f2b (diff) |
Merge "[OOM-CERT-SERVICE] Fix vulnerabilities for Kohn"2.6.0
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 13fed005..973da643 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -18,10 +18,10 @@ <parent> <groupId>org.onap.oom.platform.cert-service</groupId> <artifactId>oom-certservice</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>oom-certservice-api</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> <name>oom-certservice-api</name> <description>OOM Certification Service Api</description> <packaging>jar</packaging> |