Author: tchemit Date: 2009-11-02 04:47:59 +0100 (Mon, 02 Nov 2009) New Revision: 1629 Modified: trunk/pom.xml Log: use mavenpom 1.1.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 03:36:15 UTC (rev 1628) +++ trunk/pom.xml 2009-11-02 03:47:59 UTC (rev 1629) @@ -1,5 +1,6 @@ <?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"> <modelVersion>4.0.0</modelVersion> @@ -9,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>guix</artifactId> @@ -24,8 +25,8 @@ <module>guix-test-gwt</module> <module>maven-guix-swing-archetype</module> <module>maven-guix-gwt-archetype</module> - - + + </modules> @@ -181,7 +182,7 @@ <artifactId>xpp3</artifactId> <version>1.1.4c</version> </dependency> - + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> @@ -330,7 +331,7 @@ </dependency> </dependencies> </plugin> - + </plugins> </pluginManagement> @@ -384,5 +385,5 @@ </properties> </profile> </profiles> - + </project>