You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2018/02/14 18:44:57 UTC

[3/3] commons-rdf git commit: ensure site build works with newest checkstyle plugin

ensure site build works with newest checkstyle plugin


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

Branch: refs/heads/master
Commit: 6123c7308ed533b870370c6a234ce140368ccc4e
Parents: 1803f2a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 14 18:44:36 2018 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 14 18:44:36 2018 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/6123c730/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d3e6421..06cc58c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,7 +551,7 @@
              <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-checkstyle-plugin</artifactId>
-                 <version>${checkstyle.plugin.version}</version>
+                 <version>3.0.0</version>
                  <configuration>
                      <configLocation>${project.basedir}/src/conf/checkstyle.xml</configLocation>
                      <!-- Needed to define config_loc -->
@@ -568,7 +568,7 @@
              </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>3.8</version>
+                <version>3.9.0</version>
                 <configuration>
                     <targetJdk>${maven.compiler.target}</targetJdk>
                     <linkXref>true</linkXref>