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 /optical-service/installer | |
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 'optical-service/installer')
-rw-r--r-- | optical-service/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/optical-service/installer/pom.xml b/optical-service/installer/pom.xml index 1203d85d..09c67636 100644 --- a/optical-service/installer/pom.xml +++ b/optical-service/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.5-SNAPSHOT</version> + <version>2.0.5</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>optical-service-installer</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name> |