Author: echatellier Date: 2010-03-01 15:18:13 +0100 (Mon, 01 Mar 2010) New Revision: 2699 Modified: trunk/pom.xml Log: Update pom xsd location, update to commons-lang-2.5 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-03-01 14:18:11 UTC (rev 2698) +++ trunk/pom.xml 2010-03-01 14:18:13 UTC (rev 2699) @@ -1,5 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -29,7 +29,7 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.3</version> + <version>2.5</version> <scope>compile</scope> </dependency> @@ -116,7 +116,7 @@ <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore> <!-- customized versions --> - <nuiton-utils.version>1.1.2</nuiton-utils.version> + <nuiton-utils.version>1.1.4</nuiton-utils.version> <topia.version>2.2.0</topia.version> <eugene.version>1.0.0</eugene.version>