Author: tchemit Date: 2010-06-01 04:05:13 +0200 (Tue, 01 Jun 2010) New Revision: 599 Url: http://nuiton.org/repositories/revision/maven-nuiton-skin/599 Log: update doc + changelog for release Modified: trunk/changelog.txt trunk/pom.xml trunk/src/site/apt/index.apt trunk/src/site/en/apt/index.apt Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2010-05-21 08:26:45 UTC (rev 598) +++ trunk/changelog.txt 2010-06-01 02:05:13 UTC (rev 599) @@ -1,3 +1,10 @@ +maven-nuiton-skin (1.0.4) unstable; urgency=low + + * Evolution #629: Use maven site variable 'locales' instead of our 'siteLocales' + * Evolution #652: Use mavenpom4remind 2.1.4 + + -- chemit@codelutin.com -- Tue, 01 Jun 2010 03:44:41 +0200 + maven-lutin-skin (0.2.3) unstable; urgency=low * Add icon JAXX Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-21 08:26:45 UTC (rev 598) +++ trunk/pom.xml 2010-06-01 02:05:13 UTC (rev 599) @@ -70,8 +70,9 @@ <packaging>jar</packaging> <properties> - + <!-- to be removed when using mavenpom4redmine > 2.0.4 --> <siteLocales>fr,en</siteLocales> + <locales>fr,en</locales> <siteSourcesType>apt</siteSourcesType> </properties> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2010-05-21 08:26:45 UTC (rev 598) +++ trunk/src/site/apt/index.apt 2010-06-01 02:05:13 UTC (rev 599) @@ -39,7 +39,7 @@ <skin> <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.3</version> + <version>1.0.4</version> </skin> ------------------------------------------------------------------- Modified: trunk/src/site/en/apt/index.apt =================================================================== --- trunk/src/site/en/apt/index.apt 2010-05-21 08:26:45 UTC (rev 598) +++ trunk/src/site/en/apt/index.apt 2010-06-01 02:05:13 UTC (rev 599) @@ -39,7 +39,7 @@ <skin> <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.3</version> + <version>1.0.4</version> </skin> -------------------------------------------------------------------
participants (1)
-
tchemit@users.nuiton.org