Author: tchemit Date: 2009-11-02 04:47:37 +0100 (Mon, 02 Nov 2009) New Revision: 294 Modified: trunk/pom.xml Log: use mavenpom 1.1.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 03:38:38 UTC (rev 293) +++ trunk/pom.xml 2009-11-02 03:47:37 UTC (rev 294) @@ -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/xsd/maven-4.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> @@ -9,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>processor</artifactId> @@ -263,7 +264,7 @@ <properties> <!-- pour un muli module on doit fixer le projectId --> <projectId>processor</projectId> - + </properties> <build> @@ -283,6 +284,6 @@ <developerConnection>scm:svn:http://svn.nuiton.org/svn/processor/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/processor/trunk</url> </scm> - + </project>