You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2012/10/08 14:42:37 UTC

svn commit: r1395529 - /logging/log4php/trunk/pom.xml

Author: ihabunek
Date: Mon Oct  8 12:42:37 2012
New Revision: 1395529

URL: http://svn.apache.org/viewvc?rev=1395529&view=rev
Log:
Updated maven plugin versions in pom.xml

Modified:
    logging/log4php/trunk/pom.xml

Modified: logging/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/pom.xml?rev=1395529&r1=1395528&r2=1395529&view=diff
==============================================================================
--- logging/log4php/trunk/pom.xml (original)
+++ logging/log4php/trunk/pom.xml Mon Oct  8 12:42:37 2012
@@ -237,7 +237,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.12.2</version>
+				<version>2.12.4</version>
 				<configuration>
 					<workingDirectory>target</workingDirectory>
 				</configuration>
@@ -289,7 +289,7 @@
 						<plugin>
 							<groupId>org.apache.maven.plugins</groupId>
 							<artifactId>maven-project-info-reports-plugin</artifactId>
-							<version>2.5</version>
+							<version>2.5.1</version>
 							<reportSets>
 								<reportSet>
 									<reports>
@@ -309,7 +309,7 @@
 						<plugin>
 							<groupId>org.apache.maven.plugins</groupId>
 							<artifactId>maven-changes-plugin</artifactId>
-							<version>2.7.1</version>
+							<version>2.8</version>
 							<reportSets>
 								<reportSet>
 									<reports>