From 685c71230f10691d92a02c69dd89fc340eac2884 Mon Sep 17 00:00:00 2001 From: Martin Laporte Date: Wed, 15 May 2019 13:18:54 +0200 Subject: [PATCH] Release version 2.9 --- README.md | 10 +++++----- pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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}