Author: tchemit Date: 2009-11-02 04:48:20 +0100 (Mon, 02 Nov 2009) New Revision: 190 Modified: branches/nuiton-matrix-2.1.x/pom.xml Log: use mavenpom 1.1.0 Modified: branches/nuiton-matrix-2.1.x/pom.xml =================================================================== --- branches/nuiton-matrix-2.1.x/pom.xml 2009-11-02 03:38:59 UTC (rev 189) +++ branches/nuiton-matrix-2.1.x/pom.xml 2009-11-02 03:48:20 UTC (rev 190) @@ -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> @@ -10,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>nuiton-matrix</artifactId> @@ -31,7 +32,7 @@ <version>2.4</version> <scope>compile</scope> </dependency> - + <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> @@ -126,7 +127,8 @@ </goals> <id>generate-ui</id> <configuration> - <extraImportList>jaxx.runtime.SwingUtil,static jaxx.runtime.Util.getStringValue</extraImportList> + <extraImportList>jaxx.runtime.SwingUtil,static jaxx.runtime.Util.getStringValue + </extraImportList> <addSourcesToClassPath>true</addSourcesToClassPath> <addProjectClassPath>true</addProjectClassPath> </configuration> @@ -205,7 +207,7 @@ <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-matrix/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/nuiton-matrix/trunk</url> </scm> - + <profiles> <profile> <id>release-profile</id> @@ -217,7 +219,7 @@ </activation> <build> <plugins> - + <!-- launch in a release the assembly automaticly --> <plugin> <artifactId>maven-assembly-plugin</artifactId> @@ -238,7 +240,7 @@ </descriptorRefs> </configuration> </plugin> - + </plugins> </build>