diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-28 16:26:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-28 16:26:45 -0400 |
commit | 8f5d340a8066748d650ad415bcdc3f5b4ceda06f (patch) | |
tree | 7197ff30bebe7cce02aa99cf0b510839b7c6d80d /optical-service/features | |
parent | cd414dcea712f17a21ce71bd01d4e3ad8cbacf14 (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: I91f59a6872e1f91c6d3b21a2d48ea03c7ee2f3cd
Diffstat (limited to 'optical-service/features')
-rw-r--r-- | optical-service/features/features-optical-service/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/features/pom.xml | 2 | ||||
-rw-r--r-- | optical-service/features/sdnc-optical-service/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/optical-service/features/features-optical-service/pom.xml b/optical-service/features/features-optical-service/pom.xml index 2897ab87..9e9e189a 100644 --- a/optical-service/features/features-optical-service/pom.xml +++ b/optical-service/features/features-optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> <relativePath/> </parent> diff --git a/optical-service/features/pom.xml b/optical-service/features/pom.xml index 1ba905a1..e5739cf5 100644 --- a/optical-service/features/pom.xml +++ b/optical-service/features/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> diff --git a/optical-service/features/sdnc-optical-service/pom.xml b/optical-service/features/sdnc-optical-service/pom.xml index 5a826c02..329ba167 100644 --- a/optical-service/features/sdnc-optical-service/pom.xml +++ b/optical-service/features/sdnc-optical-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> <relativePath/> </parent> |