diff --git a/README.md b/README.md index b2d41ba..6f4f100 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To have your sources automatically formatted on each build, add to your pom.xml: com.coveo fmt-maven-plugin - 2.3.0 + 2.4.0 @@ -46,7 +46,7 @@ If you prefer, you can only check formatting at build time using the `check` goa com.coveo fmt-maven-plugin - 2.3.0 + 2.4.0 @@ -82,7 +82,7 @@ example: com.coveo fmt-maven-plugin - 2.3.0 + 2.4.0 some/source/directory some/test/directory @@ -124,7 +124,7 @@ example to not display the non-compliant files: com.coveo fmt-maven-plugin - 2.3.0 + 2.4.0 false @@ -147,7 +147,7 @@ example to limit the display up to 10 files com.coveo fmt-maven-plugin - 2.3.0 + 2.4.0 10 diff --git a/pom.xml b/pom.xml index 3697ac0..4619fb6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.coveo fmt-maven-plugin - 2.4.0-SNAPSHOT + 2.4.0 maven-plugin ${project.groupId}:${project.artifactId}