You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2010/02/05 06:04:27 UTC

svn commit: r906816 - in /logging/log4j/trunk: pom.xml src/changes/changes.xml

Author: carnold
Date: Fri Feb  5 05:04:27 2010
New Revision: 906816

URL: http://svn.apache.org/viewvc?rev=906816&view=rev
Log:
Bug 43313: Update Maven plugins prior to 1.2.16

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=906816&r1=906815&r2=906816&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Fri Feb  5 05:04:27 2010
@@ -95,7 +95,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
+        <version>2.5</version>
         <configuration>
           <workingDirectory>tests</workingDirectory>
           <reportFormat>plain</reportFormat>
@@ -149,7 +149,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
+        <version>2.1</version>
         <configuration>
           <source>1.2</source>
           <target>1.1</target>
@@ -157,7 +157,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.3</version>
         <configuration>
           <archive>
             <manifestSections>
@@ -175,7 +175,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.1</version>
+        <version>1.2</version>
         <executions>
           <!--   generate NTEventLogAppender.dll    -->
           <execution>
@@ -214,6 +214,7 @@
             <configuration>
               <tasks>
                 <delete dir="tests/output"/>
+                <delete dir="tests/classes"/>
               </tasks>
             </configuration>
             <goals>
@@ -314,7 +315,7 @@
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <!--  Using version 2.1 would fail due to JIRA issue MASSEMBLY-376 -->
-        <version>2.2-beta-4</version>
+        <version>2.2-beta-5</version>
         <configuration>
           <descriptors>
             <descriptor>src/assembly/bin.xml</descriptor>
@@ -331,7 +332,10 @@
       </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.6.1</version>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
         <executions>
           <execution>
             <goals>
@@ -354,7 +358,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-source-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.1.1</version>
         <executions>
           <execution>
             <goals>
@@ -442,7 +446,7 @@
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
-      <version>1.4</version>
+      <version>1.4.1</version>
       <optional>true</optional>
     </dependency>
     <!--  the following dependency is not needed on JDK 1.5 and higher 
@@ -462,7 +466,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -497,7 +501,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.3</version>
         <reportSets>
           <reportSet>
             <reports>

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=906816&r1=906815&r2=906816&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Fri Feb  5 05:04:27 2010
@@ -21,7 +21,7 @@
   </properties>
   <body>
 
-    <release version="1.2.16" date="2009-10-21" description="Maintenance release">
+    <release version="1.2.16" date="2010-02-14" 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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org