UATExecutor support for k8sConnectionPlugin
[ccsdk/cds.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a14438d..103e1bc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.3.2</version>
+        <version>2.4.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.onap.ccsdk.cds</groupId>
     <artifactId>cds-aggregator</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Aggregator</name>
@@ -58,7 +58,7 @@ limitations under the License.
         <jacoco.version>0.8.3</jacoco.version>
 
         <!-- Properties for POM Format -->
-        <format.skipValidate>true</format.skipValidate>
+        <format.skipValidate>false</format.skipValidate>
         <format.skipExecute>true</format.skipExecute>
 
         <java.version>11</java.version>
@@ -73,6 +73,7 @@ limitations under the License.
         <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
 
+        <ccsdk.sli.version>1.5.1</ccsdk.sli.version>
         <ccsdk.cds.version>${project.version}</ccsdk.cds.version>
     </properties>