diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-29 07:53:13 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-29 07:53:13 -0400 |
commit | 9bdc825f7b9c1689aae71fcb01bf08aa6bcba995 (patch) | |
tree | f9145d18d2e24c1076c144f151f8e8bbd6dc5b73 /northbound/artifacts/pom.xml | |
parent | bc0efb05722bcc428ae826b31b22b482ae7a14ef (diff) |
Use version 2.3.0 of parent poms
Use released version 2.3.0 of parent pom to avoid compile errors due to
removing aged-out snapshot version
Issue-ID: CCSDK-3511
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iead919b41d243a11adb5397adfbb15068ae1c1d4
Diffstat (limited to 'northbound/artifacts/pom.xml')
-rwxr-xr-x | northbound/artifacts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/northbound/artifacts/pom.xml b/northbound/artifacts/pom.xml index e4c2c386f..98f6e2826 100755 --- a/northbound/artifacts/pom.xml +++ b/northbound/artifacts/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> <relativePath/> </parent> |