Author: tchemit Date: 2009-02-18 18:40:13 +0000 (Wed, 18 Feb 2009) New Revision: 276 Modified: maven-jrst-plugin/trunk/changelog.txt maven-jrst-plugin/trunk/pom.xml Log: dernier commit avant release Modified: maven-jrst-plugin/trunk/changelog.txt =================================================================== --- maven-jrst-plugin/trunk/changelog.txt 2009-02-18 18:34:50 UTC (rev 275) +++ maven-jrst-plugin/trunk/changelog.txt 2009-02-18 18:40:13 UTC (rev 276) @@ -1,8 +1,8 @@ -ver-0-8-4 chatellier 200902xx - * 20090210 [chemit] use lutinproject-3.4 - * 20090205 Set default locale to 'en' - * 20090205 Remove some required setting for parameter with default values - * 20090205 Write javadoc in english +ver-0-8-4 chemit 20090218 + * 20090210 [chemit] use lutinproject:3.4 + * 20090205 [chatellier] Set default locale to 'en' + * 20090205 [chatellier] Remove some required setting for parameter with default values + * 20090205 [chatellier] Write javadoc in english ver-0-8-3 thimel 200810XX * 20081008 [chemit] refactor plugin to generate ony when required Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2009-02-18 18:34:50 UTC (rev 275) +++ maven-jrst-plugin/trunk/pom.xml 2009-02-18 18:40:13 UTC (rev 276) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>maven-jrst-plugin</artifactId> @@ -69,7 +69,7 @@ <!-- Site en et fr --> <maven.site.locales>fr,en</maven.site.locales> - <lutinpluginutil.version>0.3-SNAPSHOT</lutinpluginutil.version> + <lutinpluginutil.version>0.3</lutinpluginutil.version> <maven.version>2.0.9</maven.version> </properties> @@ -172,7 +172,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.5</version> + <version>0.6</version> <configuration> <licenseName>${license-switcher.licenseName}</licenseName> </configuration>
participants (1)
-
tchemit@users.labs.libre-entreprise.org