Author: tchemit Date: 2009-11-02 05:27:27 +0100 (Mon, 02 Nov 2009) New Revision: 37 Modified: trunk/pom.xml Log: - use mavenpom 1.1.0 - reformat poms Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 04:25:33 UTC (rev 36) +++ trunk/pom.xml 2009-11-02 04:27:27 UTC (rev 37) @@ -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> <groupId>org.chorem</groupId> @@ -49,7 +50,7 @@ <artifactId>topia-soa</artifactId> <version>${topia.version}</version> <exclusions> - <!-- xfire --> + <!-- xfire --> <exclusion> <groupId>org.codehaus.xfire</groupId> <artifactId>xfire-core</artifactId> @@ -67,7 +68,7 @@ <artifactId>xfire-java5</artifactId> </exclusion> - <!-- xmlrpc --> + <!-- xmlrpc --> <exclusion> <groupId>org.apache.xmlrpc</groupId> <artifactId>xmlrpc-common</artifactId> @@ -195,7 +196,7 @@ <!-- license to use --> <license.licenseName>gpl_v3</license.licenseName> - + <!-- ui --> <tapestry.version>5.1.0.5</tapestry.version> <chenillekit.version>1.0.2</chenillekit.version> @@ -229,7 +230,8 @@ <scm> <connection>scm:svn:http://svn.chorem.org/svn/cash/trunk</connection> - <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/cash/trunk</developerConnection> + <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/cash/trunk + </developerConnection> <url>http://www.chorem.org/repositories/browse/cash/trunk</url> </scm>