Author: tchemit Date: 2013-07-23 17:10:56 +0200 (Tue, 23 Jul 2013) New Revision: 2590 Url: http://nuiton.org/projects/nuiton-csv/repository/revisions/2590 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-20 15:04:53 UTC (rev 2589) +++ trunk/pom.xml 2013-07-23 15:10:56 UTC (rev 2590) @@ -9,7 +9,7 @@ </parent> <artifactId>nuiton-csv</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-1-SNAPSHOT</version> <name>Nuiton CSV</name> <description>Simple CSV API</description> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2013-07-20 15:04:53 UTC (rev 2589) +++ trunk/src/site/apt/index.apt 2013-07-23 15:10:56 UTC (rev 2590) @@ -34,6 +34,30 @@ permet de construire un modèle d'import (et/ou d'export) où les différentes préocupations sont bien séparées. +Note + + <<Nuiton-csv>> quitte le projet <nuiton-utils> pour devenir un projet autonome. + + Voici quelques liens sur le nouveau projet: + + * {{{http://svn.nution.org/svn/nuiton-csv}svn}} + + * {{{http://nution.org/projects/nuiton-csv}forge}} + + * {{{http://maven-site.nuiton.org/nuiton-csv}site}} + + [] + + A noter que le GAV de l'artefact ne change pas (<org.nuiton:nuiton-csv>). + + 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}}. + +API + * Import Pour un import, et pour chaque ligne à importer, il y a trois choses à faire : 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:10:56 UTC (rev 2590) @@ -0,0 +1,34 @@ +~~~ +~~ #%L +~~ Nuiton Config +~~ $Id$ +~~ $HeadURL: http://svn.nuiton.org/svn/nuiton-config/trunk/src/site/apt/index.apt $ +~~ %% +~~ 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 csv + ---- + ---- + 2013-07-23 + ---- + +Utilisation de la version 3.0 + + * Pour passer sur cette version, il faut changer les packages <org.nuiton.util.csv> + en <org.nuiton.csv>. \ No newline at end of file Property changes on: trunk/src/site/apt/versions.apt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2013-07-20 15:04:53 UTC (rev 2589) +++ trunk/src/site/site_fr.xml 2013-07-23 15:10:56 UTC (rev 2590) @@ -86,6 +86,7 @@ <menu name="Utilisateur"> <item name="Accueil" href="index.html"/> + <item name="Note de versions" href="versions.html"/> </menu> <menu ref="reports"/>