Author: tchemit Date: 2009-11-02 04:46:12 +0100 (Mon, 02 Nov 2009) New Revision: 159 Modified: trunk/pom.xml Log: use mavenpom 1.1.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 03:44:08 UTC (rev 158) +++ trunk/pom.xml 2009-11-02 03:46:12 UTC (rev 159) @@ -1,6 +1,6 @@ +<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> <!-- ************************************************************* --> @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>nuiton-rss</artifactId> @@ -112,7 +112,7 @@ <plugin> <artifactId>maven-war-plugin</artifactId> <configuration> - <!--warName>lutinrss</warName--> + <!--warName>lutinrss</warName--> <webappDirectory>target/lutinrss</webappDirectory> </configuration> </plugin> @@ -193,5 +193,5 @@ </build> </profile> </profiles> - + </project>
participants (1)
-
tchemit@users.nuiton.org