From: <fg...@us...> - 2008-01-31 22:23:28
|
Revision: 583 http://openutils.svn.sourceforge.net/openutils/?rev=583&view=rev Author: fgiust Date: 2008-01-31 14:23:34 -0800 (Thu, 31 Jan 2008) Log Message: ----------- update openutils-testing dependency to 2.0.2 Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml trunk/openutils-testing-testng/pom.xml Property Changed: ---------------- trunk/openutils-testing-testng/ Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2008-01-31 22:20:03 UTC (rev 582) +++ trunk/openutils-testing-junit/pom.xml 2008-01-31 22:23:34 UTC (rev 583) @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.sourceforge.openutils</groupId> @@ -14,7 +15,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing</artifactId> - <version>2.0</version> + <version>2.0.2</version> </dependency> <dependency> <groupId>org.springframework</groupId> Property changes on: trunk/openutils-testing-testng ___________________________________________________________________ Name: svn:ignore - .checkstyle target .settings .classpath .project test-output temp-testng-customsuite.xml + .checkstyle target .settings .classpath .project test-output temp-testng-customsuite.xml derby.log release.properties Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2008-01-31 22:20:03 UTC (rev 582) +++ trunk/openutils-testing-testng/pom.xml 2008-01-31 22:23:34 UTC (rev 583) @@ -14,7 +14,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing</artifactId> - <version>2.0</version> + <version>2.0.2</version> </dependency> <dependency> <groupId>org.springframework</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |