Author: tchemit Date: 2010-01-17 21:05:55 +0100 (Sun, 17 Jan 2010) New Revision: 71 Modified: trunk/pom.xml Log: Utilisation mavenpom4redmine 2.0.1 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-10 23:50:52 UTC (rev 70) +++ trunk/pom.xml 2010-01-17 20:05:55 UTC (rev 71) @@ -1,5 +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"> +<?xml version="1.0"?> +<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> @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>scmwebeditor</artifactId> @@ -138,7 +138,7 @@ <organizationUrl>http://www.codelutin.com/</organizationUrl> <timezone>+2</timezone> <roles> - <role>Développeur</role> + <role>Developpeur</role> </roles> </developer> </developers>
participants (1)
-
tchemit@users.nuiton.org