aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-10-21 16:45:55 -0400
committerDan Timoney <dtimoney@att.com>2022-10-21 16:51:42 -0400
commit0d125fa983c206bd4959ed5cf77153485788ff30 (patch)
treef79da58c4c226703267f93206fdb68a2eea185b2
parentc2556dd48738b43e91e27a57df60c3ec347c5ac0 (diff)
Update parent to version 2.4.4
Update parent to version 2.4.4 to recover from lost version 2.4.3 Change-Id: I63c01ab803ced21e4511f25ee2d368e735da5819 Issue-ID: CCSDK-3779 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 131ad91a..315b9e96 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-26-starter-parent</artifactId>
- <version>2.4.3-SNAPSHOT</version>
+ <version>2.4.4</version>
<relativePath/>
</parent>
@@ -50,7 +50,6 @@
<sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<jacoco.version>0.8.3</jacoco.version>
<gson.version>2.9.0</gson.version>
- <ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version>
</properties>
<build>