diff --git a/README.md b/README.md index a48db06..bcf9374 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.8 + 2.9 @@ -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.8 + 2.9 @@ -84,7 +84,7 @@ example: com.coveo fmt-maven-plugin - 2.8 + 2.9 some/source/directory some/test/directory @@ -127,7 +127,7 @@ example to not display the non-compliant files: com.coveo fmt-maven-plugin - 2.8 + 2.9 false @@ -150,7 +150,7 @@ example to limit the display up to 10 files com.coveo fmt-maven-plugin - 2.8 + 2.9 10 diff --git a/pom.xml b/pom.xml index 5c59ba7..d2e63d3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.coveo fmt-maven-plugin - 2.9-SNAPSHOT + 2.9 maven-plugin ${project.groupId}:${project.artifactId}