diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-23 12:18:15 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-23 12:18:15 -0500 |
commit | 4feff5de60cc67a5cdb1b84c31946b5b32e9d085 (patch) | |
tree | d5f16e0acc92db7e21ecf438b553bfe209d09efb /pom.xml | |
parent | b2133ba3b6ce45a06547106ade3d297299c859e8 (diff) |
Use released Honolulu M3 version of CCSDK artifacts
Use released Honolulu M3 artifacts to build SDNC docker containers
Change-Id: Ib2de618693e2b00f69eaeb8a0f0bd1433752efb5
Issue-ID: SDNC-1473
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: b6fccad86289280ef6d607ce3a70529f756d9989
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.1-SNAPSHOT</version> - <relativePath /> + <version>2.1.1</version> + <relativePath/> </parent> <groupId>org.onap.sdnc.oam</groupId> |