Author: dennisl
Date: Mon Jul 10 06:04:35 2006
New Revision: 420517
URL: http://svn.apache.org/viewvc?rev=420517&view=rev
Log:
Sync the version for QDox with the other modules.
Add artifactId so that the project reports work correctly.
Add urls for Ant and QDox.
Modified:
jakarta/commons/proper/attributes/trunk/site/project.xml
Modified: jakarta/commons/proper/attributes/trunk/site/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/site/project.xml?rev=420517&r1=420516&r2=420517&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/site/project.xml Mon Jul 10
06:04:35 2006
@@ -18,6 +18,7 @@
-->
<project>
<extend>${basedir}/../project.xml</extend>
+ <artifactId>commons-attributes</artifactId>
<package>org.apache.commons.attributes</package>
<dependencies>
@@ -26,11 +27,13 @@
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5</version>
+ <url>http://ant.apache.org/</url>
</dependency>
<dependency>
<groupId>qdox</groupId>
<artifactId>qdox</artifactId>
- <version>1.1</version>
+ <version>1.5</version>
+ <url>http://qdox.codehaus.org/</url>
</dependency>
<!-- pre JDK 1.4 dependencies -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]