You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/06/08 17:36:37 UTC

[08/50] [abbrv] commons-cli git commit: maven-pmd-plugin 3.4 -> 3.5.

maven-pmd-plugin 3.4 -> 3.5.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1689808 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: a0dcd6a0aa75a79bf640485b69cf076fa86b850c
Parents: 34be5c3
Author: Gary D. Gregory <gg...@apache.org>
Authored: Wed Jul 8 08:12:47 2015 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Wed Jul 8 08:12:47 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/a0dcd6a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9054230..4369d0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.4</version>
+        <version>3.5</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>