Author: tchemit Date: 2009-01-28 11:39:12 +0000 (Wed, 28 Jan 2009) New Revision: 309 Modified: lutinpluginproject/trunk/changelog.txt lutinpluginproject/trunk/pom.xml lutinproject/trunk/changelog.txt lutinproject/trunk/pom.xml Log: utilisation lutin-enforcer-rules 0.1 Modified: lutinpluginproject/trunk/changelog.txt =================================================================== --- lutinpluginproject/trunk/changelog.txt 2009-01-28 11:36:31 UTC (rev 308) +++ lutinpluginproject/trunk/changelog.txt 2009-01-28 11:39:12 UTC (rev 309) @@ -1,5 +1,6 @@ 3.4 ??? 200902?? * 20090128 [chemit] - fix bug sur l'url de nos super-pom lors de la génération d'un site. + - meilleure gestion des labs.id et labs.name via lutin-enforcer-rules 0.1 * 20090127 [chemit] - suppression variable scm pour multi-niveau (pas utile pour les plugins) - ajout lien vers maven-lutin-skin dans le site 3.3 chemit 20090111 Modified: lutinpluginproject/trunk/pom.xml =================================================================== --- lutinpluginproject/trunk/pom.xml 2009-01-28 11:36:31 UTC (rev 308) +++ lutinpluginproject/trunk/pom.xml 2009-01-28 11:39:12 UTC (rev 309) @@ -260,7 +260,7 @@ <generator.version>0.63</generator.version> <lutinutil.version>1.0.2</lutinutil.version> <lutinprocessor.version>0.16</lutinprocessor.version> - <lutin-enforcer.rules.version>0.1-SNAPSHOT</lutin-enforcer.rules.version> + <lutin-enforcer.rules.version>0.1</lutin-enforcer.rules.version> <javadoc.version>2.4</javadoc.version> <maven.version>2.0.9</maven.version> Modified: lutinproject/trunk/changelog.txt =================================================================== --- lutinproject/trunk/changelog.txt 2009-01-28 11:36:31 UTC (rev 308) +++ lutinproject/trunk/changelog.txt 2009-01-28 11:39:12 UTC (rev 309) @@ -1,5 +1,6 @@ 3.4 ??? 200902?? * 20090128 [chemit] - fix bug sur l'url de nos super-pom lors de la génération d'un site. + - meilleure gestion des labs.id et labs.name via lutin-enforcer-rules 0.1 * 20090127 [chemit] - ajout lien vers maven-lutin-skin dans le site 3.3 chemit 20090107 Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2009-01-28 11:36:31 UTC (rev 308) +++ lutinproject/trunk/pom.xml 2009-01-28 11:39:12 UTC (rev 309) @@ -181,9 +181,6 @@ <!-- this labs' project name : change this in your pom --> <labs.project>lutinbuilder</labs.project> - <!-- project site url --> - <!--site.home.url>http://${labs.project}.${labs.host}/${project.artifactId}</site.home.url--> - <!-- labs host --> <labs.host>labs.libre-entreprise.org</labs.host> @@ -239,7 +236,7 @@ <processor.version>0.16</processor.version> <lutinutil.version>1.0.2</lutinutil.version> <javadoc.version>2.4</javadoc.version> - <lutin-enforcer.rules.version>0.1-SNAPSHOT</lutin-enforcer.rules.version> + <lutin-enforcer.rules.version>0.1</lutin-enforcer.rules.version> <!-- default license to use --> <license-switcher.licenseName>lgpl_v3</license-switcher.licenseName>