diff --git a/pom.xml b/pom.xml index d521802..ac5528d 100644 --- a/pom.xml +++ b/pom.xml @@ -171,6 +171,7 @@ maven-javadoc-plugin 2.10.3 + 1.6 private false false @@ -188,6 +189,7 @@ org.apache.maven.plugins maven-release-plugin + 2.5.3 v@{project.version} package install:install-file @@ -253,7 +255,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.6 + 3.13.0 true @@ -323,7 +325,7 @@ org.codehaus.mojo javancss-maven-plugin - 2.0 + 2.1 ${project.build.sourceEncoding} 10 diff --git a/src/main/java/com/mifmif/common/regex/util/Iterable.java b/src/main/java/com/mifmif/common/regex/util/Iterable.java index 5b45fde..5c2713d 100644 --- a/src/main/java/com/mifmif/common/regex/util/Iterable.java +++ b/src/main/java/com/mifmif/common/regex/util/Iterable.java @@ -21,6 +21,7 @@ * @author y.mifrah * */ +@SuppressWarnings("PMD.UnnecessaryFullyQualifiedName") public interface Iterable extends java.lang.Iterable{ Iterator iterator(); }