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 2011/11/01 22:22:57 UTC

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

Author: ihabunek
Date: Tue Nov  1 21:22:56 2011
New Revision: 1196283

URL: http://svn.apache.org/viewvc?rev=1196283&view=rev
Log:
Updated antrun plugin to latest version (1.7).

Modified:
    logging/log4php/trunk/pom.xml

Modified: logging/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/pom.xml?rev=1196283&r1=1196282&r2=1196283&view=diff
==============================================================================
--- logging/log4php/trunk/pom.xml (original)
+++ logging/log4php/trunk/pom.xml Tue Nov  1 21:22:56 2011
@@ -150,7 +150,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-antrun-plugin</artifactId>
-				<version>1.6</version>
+				<version>1.7</version>
 				
 				<dependencies>
 					<!-- Replace Xalan XSLT engine with Saxon. Required for phpunit_to_surefire.xslt to work. -->
@@ -293,8 +293,7 @@
 				<version>3.0</version>
 				<configuration>
 
-					<!-- Override default rendering (only required to add a custom footer) -->
-					<!-- This can be removed once <footer> tag is supported in site.xml.  -->
+					<!-- Override default site template for achieveing a custom look. -->
 					<templateFile>${basedir}/src/site/site.vm</templateFile>
 
 					<!-- Configure additional reports on the site -->