Author: fdesbois Date: 2009-08-31 18:38:06 +0200 (Mon, 31 Aug 2009) New Revision: 28 Modified: trunk/pom.xml Log: Change mavenpom version to snapshot and add license config Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-28 11:39:48 UTC (rev 27) +++ trunk/pom.xml 2009-08-31 16:38:06 UTC (rev 28) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> </parent> <groupId>org.chorem</groupId> @@ -109,6 +109,14 @@ <description>Gestion de la trésorerie avec vue prévisionnelle</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> @@ -140,7 +148,6 @@ <!-- Nuiton librairies --> <topia.version>2.2.0</topia.version> <generator.version>1.0.0</generator.version> - <jrst.version>1.0.0</jrst.version> <!-- ChoReg --> <choreg.version>1.0.0-alpha-2-SNAPSHOT</choreg.version> @@ -153,6 +160,9 @@ <!-- test --> <junit.version>4.6</junit.version> + <!-- 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> @@ -168,7 +178,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> + <version>1.0.0</version> </dependency> </dependencies> </plugin>