Skip to content

Commit 6d94f4e

Browse files
committed
Release version 2.11
1 parent 943981d commit 6d94f4e

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To have your sources automatically formatted on each build, add to your pom.xml:
2222
<plugin>
2323
<groupId>com.coveo</groupId>
2424
<artifactId>fmt-maven-plugin</artifactId>
25-
<version>2.10</version>
25+
<version>2.11</version>
2626
<executions>
2727
<execution>
2828
<goals>
@@ -43,7 +43,7 @@ If you prefer, you can only check formatting at build time using the `check` goa
4343
<plugin>
4444
<groupId>com.coveo</groupId>
4545
<artifactId>fmt-maven-plugin</artifactId>
46-
<version>2.10</version>
46+
<version>2.11</version>
4747
<executions>
4848
<execution>
4949
<goals>
@@ -81,7 +81,7 @@ example:
8181
<plugin>
8282
<groupId>com.coveo</groupId>
8383
<artifactId>fmt-maven-plugin</artifactId>
84-
<version>2.10</version>
84+
<version>2.11</version>
8585
<configuration>
8686
<sourceDirectory>some/source/directory</sourceDirectory>
8787
<testSourceDirectory>some/test/directory</testSourceDirectory>
@@ -124,7 +124,7 @@ example to not display the non-compliant files:
124124
<plugin>
125125
<groupId>com.coveo</groupId>
126126
<artifactId>fmt-maven-plugin</artifactId>
127-
<version>2.10</version>
127+
<version>2.11</version>
128128
<configuration>
129129
<displayFiles>false</displayFiles>
130130
</configuration>
@@ -147,7 +147,7 @@ example to limit the display up to 10 files
147147
<plugin>
148148
<groupId>com.coveo</groupId>
149149
<artifactId>fmt-maven-plugin</artifactId>
150-
<version>2.10</version>
150+
<version>2.11</version>
151151
<configuration>
152152
<displayLimit>10</displayLimit>
153153
</configuration>

pom.xml

Lines changed: 1 addition & 14 deletions
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.11-SNAPSHOT</version>
7+
<version>2.11</version>
88
<packaging>maven-plugin</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>
@@ -182,19 +182,6 @@
182182
</execution>
183183
</executions>
184184
</plugin>
185-
<plugin>
186-
<groupId>org.apache.maven.plugins</groupId>
187-
<artifactId>maven-javadoc-plugin</artifactId>
188-
<version>2.10.3</version>
189-
<executions>
190-
<execution>
191-
<id>attach-javadocs</id>
192-
<goals>
193-
<goal>jar</goal>
194-
</goals>
195-
</execution>
196-
</executions>
197-
</plugin>
198185
<plugin>
199186
<groupId>org.sonatype.plugins</groupId>
200187
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)