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: I62764383fca1030bf9bbcaa19ae8ce076ed323f7
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0</version>
<relativePath/>
</parent>