Author: tchemit Date: 2010-04-29 07:45:07 +0200 (Thu, 29 Apr 2010) New Revision: 90 Log: Utilisation de mavenpom4redmine 2.1.3 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-21 12:12:20 UTC (rev 89) +++ trunk/pom.xml 2010-04-29 05:45:07 UTC (rev 90) @@ -1,7 +1,5 @@ <?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"> +<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> @@ -12,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.1.2</version> + <version>2.1.3</version> </parent> <artifactId>scmwebeditor</artifactId> @@ -151,8 +149,7 @@ <version>7.0.1.v20091125</version> <configuration> <connectors> - <connector - implementation="org.eclipse.jetty.server.nio.SelectChannelConnector"> + <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector"> <port>10000</port> </connector> </connectors>
participants (1)
-
tchemit@users.nuiton.org