You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/06 15:56:18 UTC

svn commit: r1555838 - /incubator/log4cxx/trunk/pom.xml

Author: tschoening
Date: Mon Jan  6 14:56:18 2014
New Revision: 1555838

URL: http://svn.apache.org/r1555838
Log:
Warning with Maven 3 resolved:

http://stackoverflow.com/questions/4123044/maven-3-warnings-about-build-plugins-plugin-version
http://mojo.codehaus.org/rat-maven-plugin/examples/verify.html

Modified:
    incubator/log4cxx/trunk/pom.xml

Modified: incubator/log4cxx/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1555838&r1=1555837&r2=1555838&view=diff
==============================================================================
--- incubator/log4cxx/trunk/pom.xml (original)
+++ incubator/log4cxx/trunk/pom.xml Mon Jan  6 14:56:18 2014
@@ -272,6 +272,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>