Author: tchemit Date: 2008-10-08 21:57:21 +0000 (Wed, 08 Oct 2008) New Revision: 227 Modified: maven-jrst-plugin/trunk/changelog maven-jrst-plugin/trunk/pom.xml Log: go in snapshot before next release :) Modified: maven-jrst-plugin/trunk/changelog =================================================================== --- maven-jrst-plugin/trunk/changelog 2008-10-08 21:56:01 UTC (rev 226) +++ maven-jrst-plugin/trunk/changelog 2008-10-08 21:57:21 UTC (rev 227) @@ -1,4 +1,5 @@ ver-0-8-3 thimel 200810XX + * 20081008 [chemit] refactor plugin to generate ony when required * 20081008 [chemit] Using lutinpluginproject 3.0 in a better way :) * 20081008 [chemit] add log4j.properties * 20081008 [chemit] use a DirectoryScanner instead of FileAction since we do not want to parse scm admin files... Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2008-10-08 21:56:01 UTC (rev 226) +++ maven-jrst-plugin/trunk/pom.xml 2008-10-08 21:57:21 UTC (rev 227) @@ -35,7 +35,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven JRst</name> - <version>0.8.2</version> + <version>0.8.2-SNAPSHOT</version> <description> Plugin pour maven2 pour la génération de xdoc à partir de fichiers RST. </description>
participants (1)
-
tchemit@users.labs.libre-entreprise.org