Author: tchemit Date: 2013-07-23 17:13:43 +0200 (Tue, 23 Jul 2013) New Revision: 2591 Url: http://nuiton.org/projects/nuiton-updater/repository/revisions/2591 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:05:51 UTC (rev 2590) +++ trunk/pom.xml 2013-07-23 15:13:43 UTC (rev 2591) @@ -11,7 +11,7 @@ </parent> <artifactId>nuiton-updater</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-1-SNAPSHOT</version> <name>Nuiton Application Updater</name> <description>Simple Application updater</description> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2013-07-20 15:05:51 UTC (rev 2590) +++ trunk/src/site/apt/index.apt 2013-07-23 15:13:43 UTC (rev 2591) @@ -33,7 +33,29 @@ TODO +Note + <<Nuiton-updater>> quitte le projet <nuiton-utils> pour devenir un projet autonome. + Voici quelques liens sur le nouveau projet: + * {{{http://svn.nution.org/svn/nuiton-updater}svn}} + * {{{http://nution.org/projects/nuiton-updater}forge}} + + * {{{http://maven-site.nuiton.org/nuiton-updater}site}} + + [] + + A noter que le GAV de l'artefact ne change pas (<org.nuiton:nuiton-updater>). + + 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-updater. + + Pour plus de détails sur les changements importants entre chaque version, + vous pouvez consulter les {{{./versions.html}Notes de versions}}. + + + + + 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:13:43 UTC (rev 2591) @@ -0,0 +1,34 @@ +~~~ +~~ #%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 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 HeadURL Added: svn:eol-style + native Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2013-07-20 15:05:51 UTC (rev 2590) +++ trunk/src/site/site_fr.xml 2013-07-23 15:13:43 UTC (rev 2591) @@ -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"/>
participants (1)
-
tchemit@users.nuiton.org