Author: tchemit Date: 2013-07-23 17:11:29 +0200 (Tue, 23 Jul 2013) New Revision: 2590 Url: http://nuiton.org/projects/nuiton-decorator/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/test/resources/log4j.properties Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-20 15:40:31 UTC (rev 2589) +++ trunk/pom.xml 2013-07-23 15:11:29 UTC (rev 2590) @@ -9,7 +9,7 @@ </parent> <artifactId>nuiton-decorator</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-alpha-1-SNAPSHOT</version> <name>Nuiton Decorator</name> <description>Simple Decorator API</description> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2013-07-20 15:40:31 UTC (rev 2589) +++ trunk/src/site/apt/index.apt 2013-07-23 15:11:29 UTC (rev 2590) @@ -33,4 +33,26 @@ API simple décoration. - TODO + +Note + + <<Nuiton-decorator>> quitte le projet <nuiton-utils> pour devenir un projet autonome. + + Voici quelques liens sur le nouveau projet: + + * {{{http://svn.nution.org/svn/nuiton-decorator}svn}} + + * {{{http://nution.org/projects/nuiton-decorator}forge}} + + * {{{http://maven-site.nuiton.org/nuiton-decorator}site}} + + [] + + Il faut alors désormais utiliser cet artefact ne change pas (<org.nuiton:nuiton-decorator>). + + 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}}. + 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:11:29 UTC (rev 2590) @@ -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 decorator + ---- + ---- + 2013-07-23 + ---- + +Utilisation de la version 3.0 + + * Pour passer sur cette version, il faut changer les packages <org.nuiton.util.decorator> + en <org.nuiton.decorator>. \ 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/test/resources/log4j.properties =================================================================== --- trunk/src/test/resources/log4j.properties 2013-07-20 15:40:31 UTC (rev 2589) +++ trunk/src/test/resources/log4j.properties 2013-07-23 15:11:29 UTC (rev 2590) @@ -3,7 +3,7 @@ # Nuiton Utils # # $Id$ -# $HeadURL: http://svn.nuiton.org/svn/nuiton-utils/trunk/nuiton-utils/src/test/resources... $ +# $HeadURL$ # %% # Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric # %% Property changes on: trunk/src/test/resources/log4j.properties ___________________________________________________________________ Modified: svn:keywords - Author Date Id Revision + Author Date Id Revision HeadURL
participants (1)
-
tchemit@users.nuiton.org