Author: tchemit Date: 2009-08-31 15:25:42 +0200 (Mon, 31 Aug 2009) New Revision: 36 Modified: trunk/pom.xml Log: use mavenpom 1.0.2 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-31 11:23:49 UTC (rev 35) +++ trunk/pom.xml 2009-08-31 13:25:42 UTC (rev 36) @@ -1,6 +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"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> <!-- ************************************************************* --> <!-- *** POM Relationships *************************************** --> @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </parent> <groupId>org.chorem</groupId> @@ -20,7 +20,7 @@ <module>chorem-commons</module> <module>oasis-ciq-api</module> <module>choreg</module> - <module>choreg-test-webapp</module> + <module>choreg-test-webapp</module> <module>choreg-admin-webapp</module> </modules> @@ -37,9 +37,9 @@ <version>${lang.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlbeans</groupId> - <artifactId>xmlbeans</artifactId> - <version>2.4.0</version> + <groupId>org.apache.xmlbeans</groupId> + <artifactId>xmlbeans</artifactId> + <version>2.4.0</version> </dependency> <dependency> <groupId>junit</groupId> @@ -47,12 +47,12 @@ <version>${junit.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> - <scope>provided</scope> - </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.5</version> + <scope>provided</scope> + </dependency> </dependencies> </dependencyManagement> @@ -64,6 +64,14 @@ <description>Chorem Registry for Chorem applications</description> <inceptionYear>2009</inceptionYear> + <licenses> + <license> + <name>General Public License (GPL)</name> + <url>${maven.license.file}</url> + <distribution>local</distribution> + </license> + </licenses> + <!-- Developpers, contributors... --> <developers> <developer> @@ -92,13 +100,16 @@ <!-- Nuiton librairies --> <topia.version>2.2.0</topia.version> <generator.version>1.0.0</generator.version> - <jrst.version>1.0.0</jrst.version> - + <!-- commons-lang for ToPIA --> <lang.version>2.4</lang.version> <!-- test --> <junit.version>4.6</junit.version> + + <!-- license to use --> + <license.licenseName>gpl_v3</license.licenseName> + </properties> <build>