You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/02/05 17:02:06 UTC

[7/7] syncope git commit: Upgrading PMD plugin

Upgrading PMD plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/3623524d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/3623524d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/3623524d

Branch: refs/heads/2_0_X
Commit: 3623524dbd96bda3df8ad4fb3ccd5ea87c7fb356
Parents: 4c2c45c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Feb 5 17:01:54 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Feb 5 17:01:54 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/3623524d/syncope620/pom.xml
----------------------------------------------------------------------
diff --git a/syncope620/pom.xml b/syncope620/pom.xml
index e2a7cb8..bc5ae56 100644
--- a/syncope620/pom.xml
+++ b/syncope620/pom.xml
@@ -1140,7 +1140,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.3</version>
+          <version>3.4</version>
           <configuration>
             <rulesets>
               <rulesets>${rootpom.basedir}/src/main/resources/org/apache/syncope/pmd.xml</rulesets>