Author: carnold
Date: Thu Mar 25 04:28:04 2010
New Revision: 927269
URL: http://svn.apache.org/viewvc?rev=927269&view=rev
Log:
Fixed mismatched Ant versions in site pom.
Modified:
logging/site/trunk/author/pom.xml
Modified: logging/site/trunk/author/pom.xml
URL:
http://svn.apache.org/viewvc/logging/site/trunk/author/pom.xml?rev=927269&r1=927268&r2=927269&view=diff
==============================================================================
--- logging/site/trunk/author/pom.xml (original)
+++ logging/site/trunk/author/pom.xml Thu Mar 25 04:28:04 2010
@@ -311,6 +311,11 @@
<dependencies>
<dependency>
<groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
<artifactId>ant-nodeps</artifactId>
<version>1.6.5</version>
</dependency>