diff options
author | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-09-03 13:16:23 +0200 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-09-03 14:51:47 +0200 |
commit | e1007ecd273e9d10802faef6618fa4635973f3b2 (patch) | |
tree | 83da808b31f6199b599a8134d88c2e019aa9cf6f /certServiceClient | |
parent | d0e9d1fb9422effe0fe2408c8de2553e2ac20702 (diff) |
Update version from 1.2.0 to 2.0.0
Issue-ID: OOM-2526
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: If7e4f9258914384a430fe6475e3bb585b202722d
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 8c156413..0a1bd29e 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>1.2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>oom-certservice-client</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <name>oom-certservice-client</name> <description>OOM Certification Service Api Client</description> <packaging>jar</packaging> |