Author: ihabunek
Date: Tue Feb 14 14:18:56 2012
New Revision: 1243934

URL: http://svn.apache.org/viewvc?rev=1243934&view=rev
Log:
Updated maven plugins to latest versions.

Modified:
    logging/log4php/trunk/pom.xml

Modified: logging/log4php/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/pom.xml?rev=1243934&r1=1243933&r2=1243934&view=diff
==============================================================================
--- logging/log4php/trunk/pom.xml (original)
+++ logging/log4php/trunk/pom.xml Tue Feb 14 14:18:56 2012
@@ -236,7 +236,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <version>2.8.1</version>
+                               <version>2.12</version>
                                <configuration>
                                        
<workingDirectory>target</workingDirectory>
                                </configuration>
@@ -245,7 +245,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-assembly-plugin</artifactId>
-                               <version>2.2.2</version>
+                               <version>2.3</version>
                                <configuration>
                                        <descriptors>
                                                
<descriptor>src/assembly/src.xml</descriptor>
@@ -266,7 +266,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
-                               <version>2.2.1</version>
+                               <version>2.2.2</version>
                                <configuration>
                                        <goals>site assembly:assembly</goals>
                                </configuration>
@@ -327,7 +327,7 @@
                                                <plugin>
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-surefire-report-plugin</artifactId>
-                                                       <version>2.11</version>
+                                                       <version>2.12</version>
                                                </plugin>
                        
                                                <!-- RAT report -->


Reply via email to