Author: tchemit Date: 2009-11-02 04:46:24 +0100 (Mon, 02 Nov 2009) New Revision: 421 Modified: trunk/pom.xml Log: use mavenpom 1.1.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 03:36:42 UTC (rev 420) +++ trunk/pom.xml 2009-11-02 03:46:24 UTC (rev 421) @@ -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>jrst</artifactId> @@ -197,7 +198,7 @@ <artifactId>doxia-module-xdoc</artifactId> <version>${doxia.version}</version> </dependency> - + <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-core</artifactId> @@ -274,7 +275,7 @@ <packaging>pom</packaging> <properties> - + <!-- pour un muli module on doit fixer le projectId --> <projectId>jrst</projectId> @@ -284,7 +285,7 @@ <!--maven.site.locales>fr,en</maven.site.locales--> <doxia.version>1.0</doxia.version> - + </properties> <build> @@ -305,7 +306,7 @@ <artifactId>maven-i18n-plugin</artifactId> <version>1.0.1-SNAPSHOT</version> </plugin> - + </plugins> </pluginManagement> @@ -330,5 +331,5 @@ <developerConnection>scm:svn:http://svn.nuiton.org/svn/jrst/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/jrst/trunk</url> </scm> - + </project>