Author: tchemit Date: 2009-11-02 04:46:19 +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:37:13 UTC (rev 158) +++ trunk/pom.xml 2009-11-02 03:46:19 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> <!-- ************************************************************* --> @@ -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>nuiton-j2r</artifactId> @@ -23,14 +23,14 @@ <artifactId>commons-logging</artifactId> <version>1.1.1</version> </dependency> - + <!-- dependency> <groupId>org.nuiton.thirdparty</groupId> <artifactId>JRclient</artifactId> <version>RF503</version> <scope>compile</scope> </dependency--> - + <dependency> <groupId>org.nuiton.thirdparty</groupId> <artifactId>JRI</artifactId> @@ -70,7 +70,7 @@ </description> <inceptionYear>2006</inceptionYear> <url>http://maven-site.nuiton.org/${project.artifactId}</url> - + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -109,7 +109,7 @@ </plugin> </plugins> </pluginManagement> - + </build> <!-- Source control management. --> @@ -118,7 +118,7 @@ <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-j2r/trunk</developerConnection> <url>http://www.nuiton.org/repositories/browse/nuiton-j2r/trunk</url> </scm> - + <profiles> <profile> <id>release-profile</id>
participants (1)
-
tchemit@users.nuiton.org