Revision: 74
Author: ldikmans
Date: 2006-03-08 13:10:42 -0800 (Wed, 08 Mar 2006)
ViewCVS: http://svn.sourceforge.net/sensor/?rev=74&view=rev
Log Message:
-----------
changed the dependency of the xdoc plugin to 1.9 because this is also the version in sensor-console
and 1.10-sensor can not be downloaded with maven.
Modified Paths:
--------------
trunk/sensor-support/project.xml
Modified: trunk/sensor-support/project.xml
===================================================================
--- trunk/sensor-support/project.xml 2006-03-08 21:08:38 UTC (rev 73)
+++ trunk/sensor-support/project.xml 2006-03-08 21:10:42 UTC (rev 74)
@@ -209,7 +209,7 @@
<dependency>
<groupId>maven</groupId>
<artifactId>maven-xdoc-plugin</artifactId>
- <version>1.10-sensor</version>
+ <version>1.9</version>
<type>plugin</type>
</dependency>
</dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|