Skip to content

Commit 2f9ca58

Browse files
committed
Update plugins: Checkstyle to 2.9.1 from 2.8; PMD to 2.7.1 from 2.7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1306456 13f79535-47bb-0310-9956-ffa450edef68
1 parent f282e95 commit 2f9ca58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ limitations under the License.
285285
<plugin>
286286
<groupId>org.apache.maven.plugins</groupId>
287287
<artifactId>maven-checkstyle-plugin</artifactId>
288-
<version>2.8</version>
288+
<version>2.9.1</version>
289289
<configuration>
290290
<configLocation>${basedir}/checkstyle.xml</configLocation>
291291
<enableRulesSummary>false</enableRulesSummary>
@@ -295,7 +295,7 @@ limitations under the License.
295295
<plugin>
296296
<groupId>org.apache.maven.plugins</groupId>
297297
<artifactId>maven-pmd-plugin</artifactId>
298-
<version>2.7</version>
298+
<version>2.7.1</version>
299299
<configuration>
300300
<targetJdk>1.5</targetJdk>
301301
</configuration>

0 commit comments

Comments
 (0)