summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-10-28 16:27:55 -0400
committerDan Timoney <dtimoney@att.com>2021-10-28 16:27:55 -0400
commit53b2788231f5ab3aeda4f09e1445a02c3a3b6be9 (patch)
tree8f50d606b7e5d4b667c1123e2d84114bda9bb88c
parentf68859f776a1c00c33fe70553ac5d8a82b25cda0 (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: I479d5fc43cd74e258c4e67bd362a1a12b48878b0
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index be9a7c6..7a72e11 100644
--- 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>