Author: tchemit Date: 2010-08-29 16:22:08 +0200 (Sun, 29 Aug 2010) New Revision: 278 Url: http://nuiton.org/repositories/revision/wikitty/278 Log: Utilisation de mavenpom4redmine 2.2.4 Modified: branches/wikitty-eugene-migration/pom.xml Modified: branches/wikitty-eugene-migration/pom.xml =================================================================== --- branches/wikitty-eugene-migration/pom.xml 2010-08-29 14:22:03 UTC (rev 277) +++ branches/wikitty-eugene-migration/pom.xml 2010-08-29 14:22:08 UTC (rev 278) @@ -1,14 +1,12 @@ <?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> <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.2.3</version> + <version>2.2.4</version> </parent> <!-- ************************************************************* -->