diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-28 16:22:48 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-28 16:22:48 -0400 |
commit | b1bf18e9d93aa6764d64ca8b0845e9465aaa93dc (patch) | |
tree | 9b76c8da3dbbf014d87567f006c27a72ea4f6bb3 /a1-policy-management/pom.xml | |
parent | 16453e9bf79c6237f41ac1df615b4641c3e91aed (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: I17c461e44874a16b67ce18e6b178528e4f7c9ee1
Diffstat (limited to 'a1-policy-management/pom.xml')
-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 623e1262..3f5b73c3 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-25-starter-parent</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.0</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.oran</groupId> @@ -433,4 +433,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |