From: <fg...@us...> - 2011-08-08 12:46:56
|
Revision: 3596 http://openutils.svn.sourceforge.net/openutils/?rev=3596&view=rev Author: fgiust Date: 2011-08-08 12:46:50 +0000 (Mon, 08 Aug 2011) Log Message: ----------- update tasks/testng dependencies Modified Paths: -------------- trunk/openutils-mgnlstripes/pom.xml Modified: trunk/openutils-mgnlstripes/pom.xml =================================================================== --- trunk/openutils-mgnlstripes/pom.xml 2011-08-08 12:44:20 UTC (rev 3595) +++ trunk/openutils-mgnlstripes/pom.xml 2011-08-08 12:46:50 UTC (rev 3596) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> <parent> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-parent</artifactId> @@ -72,7 +73,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-mgnltasks</artifactId> - <version>4.1.0</version> + <version>4.1.2</version> </dependency> <dependency> <groupId>javax.servlet</groupId> @@ -89,8 +90,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.7</version> + <version>6.0.1</version> <scope>test</scope> <exclusions> <exclusion> @@ -103,4 +103,4 @@ <properties> <magnolia.version>4.4.1</magnolia.version> </properties> -</project> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |