diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |