Use released parent pom 2.3.3
[ccsdk/cds.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 891ad33..9df3964 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</version>
+        <version>2.3.3</version>
         <relativePath/>
     </parent>
 
@@ -58,7 +58,7 @@ limitations under the License.
         <jacoco.version>0.8.3</jacoco.version>
 
         <!-- Properties for POM Format -->
-        <format.skipValidate>false</format.skipValidate>
+        <format.skipValidate>true</format.skipValidate>
         <format.skipExecute>true</format.skipExecute>
 
         <java.version>11</java.version>
@@ -183,7 +183,7 @@ limitations under the License.
                 <plugin>
                     <groupId>net.revelc.code.formatter</groupId>
                     <artifactId>formatter-maven-plugin</artifactId>
-                    <version>2.12.0</version>
+                    <version>2.17.1</version>
                     <executions>
                         <execution>
                             <id>format-java</id>