Skip to content

Commit e56033c

Browse files
jakub-bochenskimalaporte
authored andcommitted
docs: correct version in examples (#48)
There is no version 2.8.0 only 2.8
1 parent f46bf8e commit e56033c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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.8.0</version>
28+
<version>2.8</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.8.0</version>
49+
<version>2.8</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.8.0</version>
87+
<version>2.8</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.8.0</version>
130+
<version>2.8</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.8.0</version>
153+
<version>2.8</version>
154154
<configuration>
155155
<displayLimit>10</displayLimit>
156156
</configuration>

0 commit comments

Comments
 (0)