Author: tchemit Date: 2010-02-21 11:26:46 +0100 (Sun, 21 Feb 2010) New Revision: 112 Modified: trunk/pom.xml Log: Utilisation de mavenpom4redmine 2.0.5 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-02-20 11:24:27 UTC (rev 111) +++ trunk/pom.xml 2010-02-21 10:26:46 UTC (rev 112) @@ -1,7 +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/maven-v4_0_0.xsd"> <!-- repository containing the parent pom. --> <repositories> @@ -19,7 +17,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <version>0.1-SNAPSHOT</version> @@ -226,4 +224,3 @@ </build> </project> -
participants (1)
-
tchemit@users.nuiton.org