From: <fg...@us...> - 2009-03-28 18:37:24
|
Revision: 1111 http://openutils.svn.sourceforge.net/openutils/?rev=1111&view=rev Author: fgiust Date: 2009-03-28 18:37:21 +0000 (Sat, 28 Mar 2009) Log Message: ----------- use openutils-testng 2.2 Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-03-28 18:36:58 UTC (rev 1110) +++ trunk/openutils-testing-junit/pom.xml 2009-03-28 18:37:21 UTC (rev 1111) @@ -9,13 +9,13 @@ </parent> <artifactId>openutils-testing-junit</artifactId> <name>openutils test utils (junit)</name> - <version>2.1.2-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.2</version> </dependency> <dependency> <groupId>junit</groupId> Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-03-28 18:36:58 UTC (rev 1110) +++ trunk/openutils-testing-testng/pom.xml 2009-03-28 18:37:21 UTC (rev 1111) @@ -9,13 +9,13 @@ </parent> <artifactId>openutils-testing-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.1.2-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-testing</artifactId> - <version>2.1.2-SNAPSHOT</version> + <version>2.2</version> </dependency> <dependency> <groupId>org.testng</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |