Author: bodewig
Date: Mon Mar 30 10:53:50 2015
New Revision: 1670048

URL: http://svn.apache.org/r1670048
Log:
upgrade a bunch of versions

Modified:
    logging/log4net/branches/log4net-1.2.x/pom.xml

Modified: logging/log4net/branches/log4net-1.2.x/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4net/branches/log4net-1.2.x/pom.xml?rev=1670048&r1=1670047&r2=1670048&view=diff
==============================================================================
--- logging/log4net/branches/log4net-1.2.x/pom.xml (original)
+++ logging/log4net/branches/log4net-1.2.x/pom.xml Mon Mar 30 10:53:50 2015
@@ -85,12 +85,12 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.8</version>
+        <version>0.11</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.0</version>
+        <version>3.4</version>
         <configuration>
 
           <!-- Override default rendering (only required to add a custom 
footer) -->
@@ -102,7 +102,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-project-info-reports-plugin</artifactId>
-              <version>2.4</version>
+              <version>2.8</version>
               <reportSets>
                 <reportSet>
                   <reports>
@@ -123,7 +123,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.4</version>
+        <version>1.8</version>
         <executions>
           <execution>
             <phase>install</phase>
@@ -141,7 +141,7 @@
           <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.8.2</version>
+            <version>1.9.4</version>
           </dependency>
         </dependencies>
       </plugin>
@@ -154,7 +154,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7</version>
+        <version>0.11</version>
         <configuration>
           <excludes>
             <!-- generated files -->


Reply via email to