From: <fg...@us...> - 2008-04-27 09:55:10
|
Revision: 754 http://openutils.svn.sourceforge.net/openutils/?rev=754&view=rev Author: fgiust Date: 2008-04-27 02:55:10 -0700 (Sun, 27 Apr 2008) Log Message: ----------- one more Modified Paths: -------------- trunk/openutils-testing/pom.xml trunk/openutils-testing/src/site/changes/changes.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2008-04-27 09:51:42 UTC (rev 753) +++ trunk/openutils-testing/pom.xml 2008-04-27 09:55:10 UTC (rev 754) @@ -15,17 +15,17 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.4.1</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl104-over-slf4j</artifactId> - <version>1.4.1</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.3</version> + <version>2.4</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -73,6 +73,6 @@ </dependency> </dependencies> <properties> - <spring.version>2.5.1</spring.version> + <spring.version>2.5.3</spring.version> </properties> </project> \ No newline at end of file Modified: trunk/openutils-testing/src/site/changes/changes.xml =================================================================== --- trunk/openutils-testing/src/site/changes/changes.xml 2008-04-27 09:51:42 UTC (rev 753) +++ trunk/openutils-testing/src/site/changes/changes.xml 2008-04-27 09:55:10 UTC (rev 754) @@ -8,9 +8,10 @@ <author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author> </properties> <body> - <release version="2.1" date="in svn" description="2.1"> + <release version="2.1" date="2008-04-27" description="2.1"> <action type="update" dev="fgiust">Legacy base test classes (DbUnitTestCase, GenericsDbUnitTestCase) have been dropped. Stick with 2.0.x if you are still use them or upgrade to 2.1 for a forced migration</action> + <action type="update" dev="fgiust">Updated spring, slf4j and commons-lang dependencies</action> <action type="fix" dev="fgiust"> excludedTables in DbUnitExecution now defaults to "^BIN\\$(.*)", properly excluding tables in oracle recycle bin.</action> <action type="add" dev="fcarone"> New option for DbUnitExection to specify the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |