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/06/12 19:02:46 UTC

[text] maven-pmd-plugin 3.9.0 -> 3.10.0.

Repository: commons-text
Updated Branches:
  refs/heads/master 076e7d3fc -> 699b845fd


maven-pmd-plugin 3.9.0 -> 3.10.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/699b845f
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/699b845f
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/699b845f

Branch: refs/heads/master
Commit: 699b845fd107279db500cceb187f264e206a0dbc
Parents: 076e7d3
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jun 12 13:02:38 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jun 12 13:02:38 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/699b845f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6527eaf..ba3ab1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.9.0</version>
+        <version>3.10.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>