[SDC-DISTRO] Upgrade sdc-distr-clinet to 2.0.0

onap-gerrit-review: -current-copyright-not-in-all-files

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I4d06d588af872d0d82df92352b9e18c4b7de71e2
Issue-ID: DMAAP-1809
diff --git a/pom.xml b/pom.xml
index da9819a..c3e38a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,6 +2,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2021-2022 Nokia. All rights reserved.
+   Copyright © 2022 Nordix Foundation. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -32,12 +33,12 @@
 
     <groupId>org.onap.dcaegen2.platform.ves-openapi-manager</groupId>
     <artifactId>ves-openapi-manager</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <name>dcaegen2-platform-ves-openapi-manager</name>
     <packaging>jar</packaging>
 
     <properties>
-        <sdc-distribution-client.version>1.4.2</sdc-distribution-client.version>
+        <sdc-distribution-client.version>2.0.0</sdc-distribution-client.version>
         <junit-jupiter.version>5.2.0</junit-jupiter.version>
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>