diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-24 07:32:25 +0200 |
---|---|---|
committer | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-24 07:32:25 +0200 |
commit | 4e95d987f1e8f53e7315d2dcf14d338bc3c7d1d5 (patch) | |
tree | 3c1d1b5dd754a0b9f7aa80557154b0d9915cdf20 /certServiceClient | |
parent | 095691e5d9ff02f43e1261d09ea1987a73b6f32c (diff) |
[OOM-CMPv2] Update version to 2.1.1
Issue-ID: DCAEGEN2-2253
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I16152b58efe46c9fe80d2fb2e3dc88d5eb056cfa
Diffstat (limited to 'certServiceClient')
-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 50dd2b55..4c2bae90 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.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>oom-certservice-client</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <name>oom-certservice-client</name> <description>OOM Certification Service Api Client</description> <packaging>jar</packaging> |