Skip to content

Commit 67b34fa

Browse files
committed
Release version 2.8
1 parent 56a11db commit 67b34fa

File tree

3 files changed

+6
-236
lines changed

3 files changed

+6
-236
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To have your sources automatically formatted on each build, add to your pom.xml:
2525
<plugin>
2626
<groupId>com.coveo</groupId>
2727
<artifactId>fmt-maven-plugin</artifactId>
28-
<version>2.6.0</version>
28+
<version>2.8.0</version>
2929
<executions>
3030
<execution>
3131
<goals>
@@ -46,7 +46,7 @@ If you prefer, you can only check formatting at build time using the `check` goa
4646
<plugin>
4747
<groupId>com.coveo</groupId>
4848
<artifactId>fmt-maven-plugin</artifactId>
49-
<version>2.6.0</version>
49+
<version>2.8.0</version>
5050
<executions>
5151
<execution>
5252
<goals>
@@ -84,7 +84,7 @@ example:
8484
<plugin>
8585
<groupId>com.coveo</groupId>
8686
<artifactId>fmt-maven-plugin</artifactId>
87-
<version>2.6.0</version>
87+
<version>2.8.0</version>
8888
<configuration>
8989
<sourceDirectory>some/source/directory</sourceDirectory>
9090
<testSourceDirectory>some/test/directory</testSourceDirectory>
@@ -127,7 +127,7 @@ example to not display the non-compliant files:
127127
<plugin>
128128
<groupId>com.coveo</groupId>
129129
<artifactId>fmt-maven-plugin</artifactId>
130-
<version>2.6.0</version>
130+
<version>2.8.0</version>
131131
<configuration>
132132
<displayFiles>false</displayFiles>
133133
</configuration>
@@ -150,7 +150,7 @@ example to limit the display up to 10 files
150150
<plugin>
151151
<groupId>com.coveo</groupId>
152152
<artifactId>fmt-maven-plugin</artifactId>
153-
<version>2.6.0</version>
153+
<version>2.8.0</version>
154154
<configuration>
155155
<displayLimit>10</displayLimit>
156156
</configuration>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.coveo</groupId>
66
<artifactId>fmt-maven-plugin</artifactId>
7-
<version>2.7</version>
7+
<version>2.8</version>
88
<packaging>maven-plugin</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>

pom.xml.versionsBackup

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)