r2593 - in trunk: . src/site src/site/apt
Author: tchemit Date: 2013-07-23 17:17:23 +0200 (Tue, 23 Jul 2013) New Revision: 2593 Url: http://nuiton.org/projects/nuiton-maven-report-plugin/repository/revisions/2... Log: prepare release 3.0-aplha-1 Added: trunk/src/site/apt/versions.apt Modified: trunk/pom.xml trunk/src/site/apt/index.apt trunk/src/site/site_fr.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-21 09:40:40 UTC (rev 2592) +++ trunk/pom.xml 2013-07-23 15:17:23 UTC (rev 2593) @@ -11,7 +11,7 @@ </parent> <artifactId>nuiton-maven-report-plugin</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Nuiton Maven reports plugin</name> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2013-07-21 09:40:40 UTC (rev 2592) +++ trunk/src/site/apt/index.apt 2013-07-23 15:17:23 UTC (rev 2593) @@ -33,6 +33,28 @@ Module qui contient des rapports liés aux librairies nuiton. +Note + + <<Nuiton-maven-report-plugin>> quitte le projet <nuiton-utils> pour devenir un projet autonome. + + Voici quelques liens sur le nouveau projet: + + * {{{http://svn.nution.org/svn/nuiton-maven-report-plugin}svn}} + + * {{{http://nution.org/projects/nuiton-maven-report-plugin}forge}} + + * {{{http://maven-site.nuiton.org/nuiton-maven-report-plugin}site}} + + [] + + Il faut alors utiliser cet artefact (<org.nuiton:nuiton-maven-report-plugin>). + + La dernière version stable dans nuiton-utils est la 2.7; vous pouvez dès à + présent utiliser la version 3.0-alpha-1 de nuiton-csv. + + Pour plus de détails sur les changements importants entre chaque version, + vous pouvez consulter les {{{./versions.html}Notes de versions}}. + Application config rapport Ce rapport génère une page d'aide sur les options utilisables via Added: trunk/src/site/apt/versions.apt =================================================================== --- trunk/src/site/apt/versions.apt (rev 0) +++ trunk/src/site/apt/versions.apt 2013-07-23 15:17:23 UTC (rev 2593) @@ -0,0 +1,33 @@ +~~~ +~~ #%L +~~ Nuiton Config +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2013 CodeLutin +~~ %% +~~ This program is free software: you can redistribute it and/or modify +~~ it under the terms of the GNU Lesser General Public License as +~~ published by the Free Software Foundation, either version 3 of the +~~ License, or (at your option) any later version. +~~ +~~ This program is distributed in the hope that it will be useful, +~~ but WITHOUT ANY WARRANTY; without even the implied warranty of +~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +~~ GNU General Lesser Public License for more details. +~~ +~~ You should have received a copy of the GNU General Lesser Public +~~ License along with this program. If not, see +~~ <http://www.gnu.org/licenses/lgpl-3.0.html>. +~~ #L% +~~~ + ---- + Nuiton maven-report-plugin + ---- + ---- + 2013-07-23 + ---- + +Utilisation de la version 3.0 + + * Pas de migration pour le moment. \ No newline at end of file Property changes on: trunk/src/site/apt/versions.apt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2013-07-21 09:40:40 UTC (rev 2592) +++ trunk/src/site/site_fr.xml 2013-07-23 15:17:23 UTC (rev 2593) @@ -88,7 +88,8 @@ <menu name="Utilisateur"> <item name="Accueil" href="index.html"/> <item name="Utilisation" href="usage.html"/> - <item name="Documentation du plugin" href="plugin-info.html"/> + <item name="Documentation du plugin" href="plugin-info.html"/> + <item name="Note de versions" href="versions.html"/> </menu> <menu ref="reports"/>
participants (1)
-
tchemit@users.nuiton.org