Author: tchemit Date: 2009-11-02 04:47:28 +0100 (Mon, 02 Nov 2009) New Revision: 1623 Modified: branches/jaxx-2.X/pom.xml Log: use mavenpom 1.1.0 Modified: branches/jaxx-2.X/pom.xml =================================================================== --- branches/jaxx-2.X/pom.xml 2009-11-02 03:38:30 UTC (rev 1622) +++ branches/jaxx-2.X/pom.xml 2009-11-02 03:47:28 UTC (rev 1623) @@ -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/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> <!-- ************************************************************* --> @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>jaxx</artifactId> @@ -18,7 +18,7 @@ <modules> <module>jaxx-runtime</module> - + <module>jaxx-compiler</module> <module>jaxx-swing-action</module> @@ -282,7 +282,7 @@ </exclusion> </exclusions> </dependency> - + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -296,7 +296,7 @@ <version>1.0</version> <scope>test</scope> </dependency> - + <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> @@ -331,7 +331,7 @@ </exclusions> </dependency> - + </dependencies> </dependencyManagement> @@ -343,7 +343,7 @@ <description>JAXX Project</description> <inceptionYear>2008</inceptionYear> <url>http://maven-site.nuiton.org/jaxx-2.0</url> - + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -359,7 +359,7 @@ <i18n.version>1.0.2-SNAPSHOT</i18n.version> <jxlayer.version>3.0.3</jxlayer.version> - + <javahelp.version>2.0.02</javahelp.version> </properties> @@ -386,7 +386,7 @@ </dependency> </dependencies> </plugin> - + </plugins> </pluginManagement>
participants (1)
-
tchemit@users.nuiton.org