epugh 2003/10/16 05:41:06
Modified: . project.xml
Log:
Update commons lang version.
Revision Changes Path
1.75 +9 -2 jakarta-turbine-fulcrum/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/project.xml,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- project.xml 28 Sep 2003 12:38:29 -0000 1.74
+++ project.xml 16 Oct 2003 12:41:06 -0000 1.75
@@ -170,7 +170,7 @@
<!-- PlexusConfigurationHelper -->
<dependency>
<id>commons-lang</id>
- <version>20030203.000129</version>
+ <version>2.0</version>
</dependency>
<!-- PlexusConfiguration Helper -->
@@ -178,7 +178,13 @@
<id>commons-io</id>
<version>20030203.000550</version>
</dependency>
-
+
+ <dependency>
+ <id>commons-logging</id>
+ <version>1.0.2</version>
+ <url>http://jakarta.apache.org/commons/logging.html</url>
+ </dependency>
+
<dependency>
<id>log4j</id>
<version>1.2.8</version>
@@ -490,6 +496,7 @@
<report>maven-jxr-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-pmd-plugin</report>
+ <report>maven-jcoverage-plugin</report>
<!-- maven site-all chokes on these.
<report>maven-linkcheck-plugin</report>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]