You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/08/17 15:32:13 UTC

[02/19] commons-pool git commit: maven-checkstyle-plugin 2.17 -> 3.0.0.

maven-checkstyle-plugin 2.17 -> 3.0.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/55de512e
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/55de512e
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/55de512e

Branch: refs/heads/release
Commit: 55de512ecb1ad8fe8a45a3013218296174d1a081
Parents: 2b9893c
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 07:21:08 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 07:21:08 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/55de512e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 255f923..c6819c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.17</version>
+          <version>3.0.0</version>
           <configuration>
             <configLocation>${basedir}/checkstyle.xml</configLocation>
             <enableRulesSummary>false</enableRulesSummary>