diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-10 12:46:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-10 12:46:57 -0400 |
commit | 8a2401d126006e94b3c20f13cc471c22ebeb53f6 (patch) | |
tree | 1f5741f040dc98a003a7ae133d00931df5115847 /sdnr/wt/devicemanager-openroadm/installer/pom.xml | |
parent | ac0b7e1112c07c2859cce14553add401a5f45e25 (diff) |
Roll to next Guilin release version
Roll to next Guilin release version
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0494dc62f766bf74ff0f29ce04e3bf7892307b4f
Diffstat (limited to 'sdnr/wt/devicemanager-openroadm/installer/pom.xml')
-rwxr-xr-x | sdnr/wt/devicemanager-openroadm/installer/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdnr/wt/devicemanager-openroadm/installer/pom.xml b/sdnr/wt/devicemanager-openroadm/installer/pom.xml index 2750d6094..70dc5c81c 100755 --- a/sdnr/wt/devicemanager-openroadm/installer/pom.xml +++ b/sdnr/wt/devicemanager-openroadm/installer/pom.xml @@ -20,20 +20,20 @@ ~ ============LICENSE_END======================================================= ~ --> - + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-devicemanager-openroadm-installer</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> |