|
From: <fel...@us...> - 2006-12-28 01:52:17
|
Revision: 536
http://svn.sourceforge.net/dbunit/?rev=536&view=rev
Author: felipeal
Date: 2006-12-27 17:52:15 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
1482990: added TODO and reverted SNAPSHOT
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-27 11:18:04 UTC (rev 535)
+++ trunk/pom.xml 2006-12-28 01:52:15 UTC (rev 536)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<packaging>jar</packaging>
- <version>2.2</version>
+ <version>2.2-SNAPSHOT</version>
<name>DbUnit Framework</name>
<url>http://dbunit.sourceforge.net</url>
<!-- TODO - stuff below changed on M2; I think it went to Site plugin
@@ -169,6 +169,8 @@
<!-- TODO: check which dependencies could marked as optional.
For instance, ant is optional because it's only necessary for the dbunit
Ant tasks. -->
+
+<!-- TODO: add exclusion for dependencies that include xerces/xalan -->
<!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... -->
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|