From: <fg...@us...> - 2011-08-08 10:53:57
|
Revision: 3589 http://openutils.svn.sourceforge.net/openutils/?rev=3589&view=rev Author: fgiust Date: 2011-08-08 10:53:51 +0000 (Mon, 08 Aug 2011) Log Message: ----------- update dependencies Modified Paths: -------------- trunk/openutils-mgnlutils/pom.xml Modified: trunk/openutils-mgnlutils/pom.xml =================================================================== --- trunk/openutils-mgnlutils/pom.xml 2011-08-08 10:49:18 UTC (rev 3588) +++ trunk/openutils-mgnlutils/pom.xml 2011-08-08 10:53:51 UTC (rev 3589) @@ -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 "> <parent> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-parent</artifactId> @@ -108,8 +109,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.1</version> + <version>6.0.1</version> <optional>true</optional><!-- this is not in test scope since the module also contains testng support classes --> <exclusions> <exclusion> @@ -144,6 +144,6 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.4.1</magnolia.version> + <magnolia.version>4.4.4</magnolia.version> </properties> </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. |