Skip to content

Commit e9c840f

Browse files
committed
Docs: update version of Eclipse formatter (4.13.0 -> 4.21.0)
4.21.0 is the latest supported version.
1 parent 0d6e8ea commit e9c840f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugin-maven/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ any other maven phase (i.e. compile) then it can be configured as below;
241241

242242
```xml
243243
<eclipse>
244-
<version>4.13.0</version> <!-- optional version of Eclipse Formatter -->
244+
<version>4.21.0</version> <!-- optional version of Eclipse Formatter -->
245245
<file>${project.basedir}/eclipse-formatter.xml</file> <!-- optional -->
246246
</eclipse>
247247
```
@@ -316,7 +316,7 @@ These mechanisms already exist for the Gradle plugin.
316316

317317
```xml
318318
<greclipse>
319-
<version>4.13.0</version> <!-- optional version of Eclipse Formatter -->
319+
<version>4.21.0</version> <!-- optional version of Eclipse Formatter -->
320320
<file>${project.basedir}/greclipse.properties</file> <!-- optional -->
321321
</greclipse>
322322
```
@@ -466,7 +466,7 @@ Additionally, `editorConfigOverride` options will override what's supplied in `.
466466

467467
```xml
468468
<eclipseCdt>
469-
<version>4.13.0</version> <!-- optional version of Eclipse Formatter -->
469+
<version>4.21.0</version> <!-- optional version of Eclipse Formatter -->
470470
<file>${project.basedir}/eclipse-cdt.xml</file> <!-- optional -->
471471
</eclipseCdt>
472472
```
@@ -1052,7 +1052,7 @@ Alternatively you can supply spotless with a location of the `.npmrc` file to us
10521052
<file>${project.basedir}/xml.prefs</file>
10531053
<file>${project.basedir}/additional.properties</file>
10541054
</files>
1055-
<version>4.13.0</version> <!-- optional version of Eclipse Formatter -->
1055+
<version>4.21.0</version> <!-- optional version of Eclipse Formatter -->
10561056
</eclipseWtp>
10571057
</format>
10581058
</formats>

0 commit comments

Comments
 (0)