diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:31:53 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 11:45:07 -0400 |
commit | 67eff54838688698506fd6b2d3e98546ddf77b1c (patch) | |
tree | f480ef6eaa0a16fab9f07c651261294bb2b4786e /pom.xml | |
parent | a19d122dd2ab0b0ba2d54f41e8f0ff6c24113635 (diff) |
Use released 2.4.0 parent poms
Use released version 2.4.0 (Phosphorus) of parent poms
Issue-ID: CCSDK-3691
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3832eb016b65473b3fdd6a93de052156d6aa8ec1
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-25-starter-parent</artifactId> - <version>2.3.3</version> + <version>2.4.0</version> <relativePath/> </parent> @@ -49,6 +49,7 @@ version here to pick up that fix --> <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> <jacoco.version>0.8.3</jacoco.version> + <ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version> </properties> <build> |