diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:34:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 12:31:24 -0400 |
commit | 685520fc0bd6f302c3ee99ddccc71618807b70a3 (patch) | |
tree | b2e5123e13be461a686a9464d7bcd9e07b3837b5 /a1-policy-management | |
parent | 4faa67e07bc4d1c1ff9c4b012d3b5bb8d9856a4c (diff) |
Use released 2.4.0 parent poms
Use released version 2.4.0 (Phosphorus) of parent poms
Issue-ID: CCSDK-3691
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1413f184e338b9e31428a5cc64310cfdbc44fc5f
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 01c02d19..2995690a 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-26-starter-parent</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.oran</groupId> @@ -425,4 +425,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |