From: <fg...@us...> - 2011-08-08 12:59:01
|
Revision: 3601 http://openutils.svn.sourceforge.net/openutils/?rev=3601&view=rev Author: fgiust Date: 2011-08-08 12:58:55 +0000 (Mon, 08 Aug 2011) Log Message: ----------- update dependencies Modified Paths: -------------- trunk/openutils-mgnlcriteria/pom.xml Modified: trunk/openutils-mgnlcriteria/pom.xml =================================================================== --- trunk/openutils-mgnlcriteria/pom.xml 2011-08-08 12:55:25 UTC (rev 3600) +++ trunk/openutils-mgnlcriteria/pom.xml 2011-08-08 12:58:55 UTC (rev 3601) @@ -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> @@ -131,7 +132,7 @@ <dependency> <groupId>net.sourceforge.openutils</groupId> <artifactId>openutils-mgnlutils</artifactId> - <version>1.0.7</version> + <version>1.0.9</version> <scope>test</scope> <exclusions> <exclusion> @@ -166,8 +167,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <classifier>jdk15</classifier> - <version>5.10</version> + <version>6.0.1</version> <scope>test</scope> <exclusions> <exclusion> @@ -178,7 +178,7 @@ </dependency> </dependencies> <properties> - <magnolia.version>4.4.1</magnolia.version> + <magnolia.version>4.4.4</magnolia.version> <jackrabbit.version>1.6.2</jackrabbit.version> <jcr.version>1.0</jcr.version> </properties> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |