diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-12 14:37:57 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-12 14:37:57 -0500 |
commit | 28998d11b29774a2de510eecd8e1c511cb0bd3b9 (patch) | |
tree | b865b4b8580a1f867ef603054fe890f9046497f6 /generic-resource-api/client | |
parent | c7f305c156a573207409545eda8f84a2fae8c5b6 (diff) |
Release version 2.0.3 of sdnc/northbound for Guilin mtce releaseguilin
Release version 2.0.3 for Guilin mtce release
Change-Id: Ic10e5a759fded9b009038c8d25c8b329bdaa2632
Issue-ID: SDNC-1453
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'generic-resource-api/client')
-rw-r--r-- | generic-resource-api/client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index c36adb0b..73d48fcd 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.5</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-client</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> <packaging>jar</packaging> <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name> |