You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2013/10/14 10:18:25 UTC

svn commit: r1531811 - /logging/log4j/companions/extras/trunk/pom.xml

Author: grobmeier
Date: Mon Oct 14 08:18:25 2013
New Revision: 1531811

URL: http://svn.apache.org/r1531811
Log:
added version numbers to plugins

Modified:
    logging/log4j/companions/extras/trunk/pom.xml

Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=1531811&r1=1531810&r2=1531811&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Mon Oct 14 08:18:25 2013
@@ -161,6 +161,7 @@
             </plugin>
             <plugin>
               <artifactId>maven-changes-plugin</artifactId>
+              <version>2.8</version>
               <reportSets>
                 <reportSet>
                   <reports>
@@ -174,6 +175,7 @@
             </plugin>
             <plugin>
               <artifactId>maven-pmd-plugin</artifactId>
+              <version>2.7.1</version>
               <configuration>
                 <encoding>UTF-8</encoding>
               </configuration>