Author: tchemit Date: 2009-11-02 04:47:19 +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:40:40 UTC (rev 1628) +++ trunk/pom.xml 2009-11-02 03:47:19 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>nuiton-utils-extra</artifactId> @@ -22,7 +23,7 @@ <artifactId>commons-logging</artifactId> <version>1.1.1</version> </dependency> - + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> @@ -96,19 +97,19 @@ </plugins> </pluginManagement> - + </build> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <!-- Source control management. --> + <!-- Source control management. --> <scm> <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-utils-extra/trunk</connection> <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-utils-extra/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/nuiton-utils-extra/trunk</url> </scm> - + <profiles> <profile> <id>release-profile</id> @@ -120,7 +121,7 @@ </activation> <build> <plugins> - + <!-- launch in a release the assembly automaticly --> <plugin> <artifactId>maven-assembly-plugin</artifactId>
participants (1)
-
tchemit@users.nuiton.org