Author: tchemit Date: 2008-12-05 09:04:06 +0000 (Fri, 05 Dec 2008) New Revision: 237 Modified: lutinpluginproject/trunk/changelog lutinpluginproject/trunk/pom.xml lutinproject/trunk/changelog lutinproject/trunk/pom.xml Log: go back to previous version to fix labs.project value Modified: lutinpluginproject/trunk/changelog =================================================================== --- lutinpluginproject/trunk/changelog 2008-12-05 09:01:50 UTC (rev 236) +++ lutinpluginproject/trunk/changelog 2008-12-05 09:04:06 UTC (rev 237) @@ -1,13 +1,10 @@ 3.2 chemit (20081204) - * 20081204 [chemit] - amélioration des propriétés scm + * 20081205 [chemit] - amélioration des propriétés scm - suppression des groupId sur les plugins maven - suppression du profile project (car supprimée si un autre profile est active dans le pom) - ce projet est désormais releasable - mise en place du site - - Attention : utilisation de la propriété labs.project sur - le projet, donc il faut obligatoirementla redefinir pour - tous les plugins 3.1 chatellier (20081118) * bump maven-license-switcher-plugin to 0.5 Modified: lutinpluginproject/trunk/pom.xml =================================================================== --- lutinpluginproject/trunk/pom.xml 2008-12-05 09:01:50 UTC (rev 236) +++ lutinpluginproject/trunk/pom.xml 2008-12-05 09:04:06 UTC (rev 237) @@ -10,7 +10,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.2-SNAPSHOT</version> <!-- POM Relationships : Inheritance --> @@ -200,8 +200,8 @@ <!-- the labs' project id : change this in your pom --> <labs.id>11</labs.id> - <!-- this labs' project name : change this in your pom --> - <labs.project>lutinbuilder</labs.project> + <!-- this labs' project name : change this in your pom, if needed --> + <labs.project>${project.artifactId}</labs.project> <!-- labs host --> <labs.host>labs.libre-entreprise.org</labs.host> @@ -852,6 +852,7 @@ </site> </distributionManagement> <properties> + <labs.project>lutinbuilder</labs.project> <site.home.url>http://${labs.project}.${labs.host}/${project.artifactId}</site.home.url> </properties> </profile> Modified: lutinproject/trunk/changelog =================================================================== --- lutinproject/trunk/changelog 2008-12-05 09:01:50 UTC (rev 236) +++ lutinproject/trunk/changelog 2008-12-05 09:04:06 UTC (rev 237) @@ -1,14 +1,10 @@ 3.2 chemit (20081204) - * 20081204 [chemit] - amélioration des propriétés scm + * 20081205 [chemit] - amélioration des propriétés scm - suppression des groupId sur les plugins maven - suppression du profile project (car supprimée si un autre profile est active dans le pom) - ce projet est désormais releasable - mise en place du site - - Attention : utilisation de la propriété labs.project sur - le projet, donc il faut obligatoirementla redefinir pour - tous les projets - 3.1 chatellier (20081118) * bump maven-license-switcher-plugin to 0.5 * Update plugin version Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2008-12-05 09:01:50 UTC (rev 236) +++ lutinproject/trunk/pom.xml 2008-12-05 09:04:06 UTC (rev 237) @@ -10,7 +10,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.2-SNAPSHOT</version> <!-- POM Relationships : Inheritance --> @@ -178,8 +178,8 @@ <!-- the labs' project id : change this in your pom --> <labs.id>11</labs.id> - <!-- this labs' project name : change this in your pom --> - <labs.project>lutinbuilder</labs.project> + <!-- this labs' project name : change this in your pom, if needed --> + <labs.project>${project.artifactId}</labs.project> <!-- labs host --> <labs.host>labs.libre-entreprise.org</labs.host> @@ -858,6 +858,7 @@ </site> </distributionManagement> <properties> + <labs.project>lutinbuilder</labs.project> <site.home.url>http://${labs.project}.${labs.host}/${project.artifactId}</site.home.url> </properties> </profile>