Use version 2.3.0 of parent poms 55/125455/1
authorDan Timoney <dtimoney@att.com>
Thu, 28 Oct 2021 20:27:55 +0000 (16:27 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 28 Oct 2021 20:27:55 +0000 (16:27 -0400)
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: I479d5fc43cd74e258c4e67bd362a1a12b48878b0

pom.xml

diff --git a/pom.xml b/pom.xml
index be9a7c6..7a72e11 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,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>
     </parent>
 
     <groupId>org.onap.sdnc.apps</groupId>