Author: carnold
Date: Mon Mar 29 02:05:59 2010
New Revision: 928565

URL: http://svn.apache.org/viewvc?rev=928565&view=rev
Log:
Bug 43313: Anticipated release date and reverting to rat version that handles 
exclusions

Modified:
    logging/log4j/trunk/pom.xml
    logging/log4j/trunk/src/changes/changes.xml

Modified: logging/log4j/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=928565&r1=928564&r2=928565&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Mon Mar 29 02:05:59 2010
@@ -391,9 +391,14 @@ target platform and specify -Dntdll_targ
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.6</version>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <configuration>
+            <excludes>
+                <exclude>tests/witness/**</exclude>
+            </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=928565&r1=928564&r2=928565&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Mon Mar 29 02:05:59 2010
@@ -21,7 +21,7 @@
   </properties>
   <body>
 
-    <release version="1.2.16" date="2010-02-21" description="Maintenance 
release">
+    <release version="1.2.16" date="2010-03-29" description="Maintenance 
release">
        <action issue="43313">log4j 1.2.16 release preparation.</action>
        <action action="add" issue="42842">Create a public identifier for 
log4j.dtd ("-//APACHE//DTD LOG4J 1.2//EN")</action>
        <action action="fix" issue="44108">TelnetAppender misses messages when 
one of many clients disconnect.</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to