diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-23 12:45:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-23 12:45:19 -0500 |
commit | 51048eee7c8684c7d16450d2bed32dc0d0aafd87 (patch) | |
tree | 2663270cc5d9e6892019761f2c5c1599bde9c6ee /optical-service/installer | |
parent | 2e63f133b29f1bb7fccaf6e35d11488f042a5855 (diff) |
Release version 2.1.1 and roll versions
Release version 2.1.1 (Honolulu M3) and roll versions
Change-Id: I16a9ffced38230ecf329151c6b305cdd7a7ed66a
Issue-ID: SDNC-1473
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 82cf0222..3ccbd055 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.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath/> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>optical-service-installer</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name> |