aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-12-13 15:06:43 -0500
committerDan Timoney <dtimoney@att.com>2021-12-13 15:44:28 -0500
commit3763eb87d5717063ea35975cce184563013eaad1 (patch)
tree48d817362a141c47bd748b99ba884f4cfde758f7
parent1b08ee8061955c4d0172e7398e3bb313d3603596 (diff)
Update formatter-maven-plugin to latest version
Update version of formatter-maven-plugin Issue-ID: CCSDK-3555 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib344878ef704a5781e92c8974e8f32a15ece7d6e
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 891ad339e..de54eff2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>