Author: tchemit Date: 2008-12-06 12:57:42 +0000 (Sat, 06 Dec 2008) New Revision: 248 Added: lutinpluginproject/trunk/README.txt lutinpluginproject/trunk/changelog.txt lutinproject/trunk/README.txt lutinproject/trunk/changelog.txt Removed: lutinpluginproject/trunk/README lutinpluginproject/trunk/changelog lutinproject/trunk/README lutinproject/trunk/changelog Modified: lutinpluginproject/trunk/pom.xml lutinpluginproject/trunk/src/site/fr/rst/index.rst lutinproject/trunk/pom.xml lutinproject/trunk/src/site/fr/rst/index.rst Log: use normalized required files nmaes + go back to 3.2-SNAPSHOT to make new release. Deleted: lutinpluginproject/trunk/README =================================================================== --- lutinpluginproject/trunk/README 2008-12-06 12:53:31 UTC (rev 247) +++ lutinpluginproject/trunk/README 2008-12-06 12:57:42 UTC (rev 248) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Copied: lutinpluginproject/trunk/README.txt (from rev 225, lutinpluginproject/trunk/README) =================================================================== --- lutinpluginproject/trunk/README.txt (rev 0) +++ lutinpluginproject/trunk/README.txt 2008-12-06 12:57:42 UTC (rev 248) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: lutinpluginproject/trunk/changelog =================================================================== --- lutinpluginproject/trunk/changelog 2008-12-06 12:53:31 UTC (rev 247) +++ lutinpluginproject/trunk/changelog 2008-12-06 12:57:42 UTC (rev 248) @@ -1,31 +0,0 @@ -3.2 chemit (20081204) - * 20081205 [chemit] - utilisation du plugin enforcer pour faire des verifications sur le pom - - 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 est devenu obligatoire. - -3.1 chatellier (20081118) - * bump maven-license-switcher-plugin to 0.5 - * javadoc done on verify phase - * Switch plugins deps to provided scope - * use junit 4.5 - * improve codelutin repositories (add a plugin repo) - -ver-3-0 chemit (20080924) - * use license-siwtcher 0.4 - * add version properties for your plugin to simplify plugin version change - * remove maven.verbose property, cause some bad side effects. - * add property maven.site.locales to define locales to be used by site - * use jrst.verbose in jrst plugin instead of maven.verbose - * For child pom scm inheritance - * Modify SCM url for new SVN structure - * Use new SVN structure - * Update from - * Remove src folder - * Add license - * initial version \ No newline at end of file Copied: lutinpluginproject/trunk/changelog.txt (from rev 245, lutinpluginproject/trunk/changelog) =================================================================== --- lutinpluginproject/trunk/changelog.txt (rev 0) +++ lutinpluginproject/trunk/changelog.txt 2008-12-06 12:57:42 UTC (rev 248) @@ -0,0 +1,31 @@ +3.2 chemit (20081204) + * 20081205 [chemit] - utilisation du plugin enforcer pour faire des verifications sur le pom + - 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 est devenu obligatoire. + +3.1 chatellier (20081118) + * bump maven-license-switcher-plugin to 0.5 + * javadoc done on verify phase + * Switch plugins deps to provided scope + * use junit 4.5 + * improve codelutin repositories (add a plugin repo) + +ver-3-0 chemit (20080924) + * use license-siwtcher 0.4 + * add version properties for your plugin to simplify plugin version change + * remove maven.verbose property, cause some bad side effects. + * add property maven.site.locales to define locales to be used by site + * use jrst.verbose in jrst plugin instead of maven.verbose + * For child pom scm inheritance + * Modify SCM url for new SVN structure + * Use new SVN structure + * Update from + * Remove src folder + * Add license + * initial version \ No newline at end of file Modified: lutinpluginproject/trunk/pom.xml =================================================================== --- lutinpluginproject/trunk/pom.xml 2008-12-06 12:53:31 UTC (rev 247) +++ lutinpluginproject/trunk/pom.xml 2008-12-06 12:57:42 UTC (rev 248) @@ -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 --> @@ -367,9 +367,9 @@ </requireProperty> <requireFilesExist> <files> - <file>changelog</file> + <file>changelog.txt</file> <file>LICENSE.txt</file> - <file>README</file> + <file>README.txt</file> </files> </requireFilesExist> </rules> Modified: lutinpluginproject/trunk/src/site/fr/rst/index.rst =================================================================== --- lutinpluginproject/trunk/src/site/fr/rst/index.rst 2008-12-06 12:53:31 UTC (rev 247) +++ lutinpluginproject/trunk/src/site/fr/rst/index.rst 2008-12-06 12:57:42 UTC (rev 248) @@ -89,9 +89,9 @@ fichiers obligatoires ~~~~~~~~~~~~~~~~~~~~~ - - README + - README.txt - - changelog + - changelog.txt - LICENSE.txt Deleted: lutinproject/trunk/README =================================================================== --- lutinproject/trunk/README 2008-12-06 12:53:31 UTC (rev 247) +++ lutinproject/trunk/README 2008-12-06 12:57:42 UTC (rev 248) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Copied: lutinproject/trunk/README.txt (from rev 225, lutinproject/trunk/README) =================================================================== --- lutinproject/trunk/README.txt (rev 0) +++ lutinproject/trunk/README.txt 2008-12-06 12:57:42 UTC (rev 248) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Property changes on: lutinproject/trunk/README.txt ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Deleted: lutinproject/trunk/changelog =================================================================== --- lutinproject/trunk/changelog 2008-12-06 12:53:31 UTC (rev 247) +++ lutinproject/trunk/changelog 2008-12-06 12:57:42 UTC (rev 248) @@ -1,50 +0,0 @@ -3.2 chemit (20081204) - * 20081205 [chemit] - utilisation du plugin enforcer pour faire des verifications sur le pom - - 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 est devenu obligatoire. -3.1 chatellier (20081118) - * bump maven-license-switcher-plugin to 0.5 - * Update plugin version - * Add schorlet as developper - * use maven-i18n-plugin 0.7 - * use index.list in jar (to improve jar seek) - * fix wrong tag configuration linkXRef instead of linkXref - * improve codelutin repositories (add a plugin repo) - * use junit 4.5 - -ver-3-0 chatellier (20080924) - * no hard-cored phase for plugin dependency, use default id and phase - * use license-siwtcher 0.4 - * add version properties for your plugin to simplify plugin version change - * remove maven.verbose property, cause some bad side effects. - * remove plugin maven-plugin-plugin (nothing to be done here...) - * add property maven.site.locales to define locales to be used by site - * use jrst.verbose in jrst plugin instead of maven.verbose - * For child pom scm inheritance - * Modify SCM url for new SVN structure - * Use new SVN structure - * Change plugins groupId - * Change version of plugins (with lutinpluginproject 3.0) - -ver-2-5 xxx (2008xxx) - * Re-enable test by default - * Fix lutin plugins groupId - * Enable site report generation by default - * Update developer list - * only use supported maven2 report plugins - (see http://maven.apache.org/plugins/index.html) - * use maven2 report plugins - * replace scp by scp exe -ver-2-4 poussin (20080812) - * refactor pom to new directory layout compiliance with maven 2 - * use svn instead of CVS - * improve plugin configurations - -ver-2-1 poussin (20060913) - * add support for services directory in resources to put in jar Copied: lutinproject/trunk/changelog.txt (from rev 245, lutinproject/trunk/changelog) =================================================================== --- lutinproject/trunk/changelog.txt (rev 0) +++ lutinproject/trunk/changelog.txt 2008-12-06 12:57:42 UTC (rev 248) @@ -0,0 +1,50 @@ +3.2 chemit (20081204) + * 20081205 [chemit] - utilisation du plugin enforcer pour faire des verifications sur le pom + - 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 est devenu obligatoire. +3.1 chatellier (20081118) + * bump maven-license-switcher-plugin to 0.5 + * Update plugin version + * Add schorlet as developper + * use maven-i18n-plugin 0.7 + * use index.list in jar (to improve jar seek) + * fix wrong tag configuration linkXRef instead of linkXref + * improve codelutin repositories (add a plugin repo) + * use junit 4.5 + +ver-3-0 chatellier (20080924) + * no hard-cored phase for plugin dependency, use default id and phase + * use license-siwtcher 0.4 + * add version properties for your plugin to simplify plugin version change + * remove maven.verbose property, cause some bad side effects. + * remove plugin maven-plugin-plugin (nothing to be done here...) + * add property maven.site.locales to define locales to be used by site + * use jrst.verbose in jrst plugin instead of maven.verbose + * For child pom scm inheritance + * Modify SCM url for new SVN structure + * Use new SVN structure + * Change plugins groupId + * Change version of plugins (with lutinpluginproject 3.0) + +ver-2-5 xxx (2008xxx) + * Re-enable test by default + * Fix lutin plugins groupId + * Enable site report generation by default + * Update developer list + * only use supported maven2 report plugins + (see http://maven.apache.org/plugins/index.html) + * use maven2 report plugins + * replace scp by scp exe +ver-2-4 poussin (20080812) + * refactor pom to new directory layout compiliance with maven 2 + * use svn instead of CVS + * improve plugin configurations + +ver-2-1 poussin (20060913) + * add support for services directory in resources to put in jar Property changes on: lutinproject/trunk/changelog.txt ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2008-12-06 12:53:31 UTC (rev 247) +++ lutinproject/trunk/pom.xml 2008-12-06 12:57:42 UTC (rev 248) @@ -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 --> @@ -344,9 +344,9 @@ </requireProperty> <requireFilesExist> <files> - <file>changelog</file> + <file>changelog.txt</file> <file>LICENSE.txt</file> - <file>README</file> + <file>README.txt</file> </files> </requireFilesExist> </rules> Modified: lutinproject/trunk/src/site/fr/rst/index.rst =================================================================== --- lutinproject/trunk/src/site/fr/rst/index.rst 2008-12-06 12:53:31 UTC (rev 247) +++ lutinproject/trunk/src/site/fr/rst/index.rst 2008-12-06 12:57:42 UTC (rev 248) @@ -89,9 +89,9 @@ fichiers obligatoires ~~~~~~~~~~~~~~~~~~~~~ - - README + - README.txt - - changelog + - changelog.txt - LICENSE.txt