Author: tchemit Date: 2008-07-10 08:27:14 +0000 (Thu, 10 Jul 2008) New Revision: 868 Modified: trunk/lutinutil/changelog trunk/lutinutil/pom.xml Log: passage en 0.30-SNAPSHOT et maven 2 layout directory Modified: trunk/lutinutil/changelog =================================================================== --- trunk/lutinutil/changelog 2008-07-10 08:21:55 UTC (rev 867) +++ trunk/lutinutil/changelog 2008-07-10 08:27:14 UTC (rev 868) @@ -1,3 +1,8 @@ +ver-0-30 chemit 20080710 + * passage en maven 2 layout directory + * utilisation de lutinproject 2.3 + * suppression du code vcs du projet + ver-0-26 poussin 2007???? * bug in concat(Object [] ...), better array type now work * add unaccent in StringUtil Modified: trunk/lutinutil/pom.xml =================================================================== --- trunk/lutinutil/pom.xml 2008-07-10 08:21:55 UTC (rev 867) +++ trunk/lutinutil/pom.xml 2008-07-10 08:27:14 UTC (rev 868) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -61,7 +61,7 @@ <name>Lutin utilities library</name> <version>0.30-SNAPSHOT</version> - <description>Librairie de classe Java utile a tout projet.</description> + <description>Library of usefull class to be used in any project.</description> <inceptionYear>2004</inceptionYear> <!-- ************************************************************* -->