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

pom.xml

diff --git a/pom.xml b/pom.xml
index 0886a1e..891ad33 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <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>