Author: tchemit Date: 2009-12-09 11:39:02 +0100 (Wed, 09 Dec 2009) New Revision: 1686 Modified: trunk/maven-i18n-plugin/pom.xml trunk/nuiton-i18n-api/pom.xml trunk/pom.xml Log: Change module names, use a convention of " :: " for a module Modified: trunk/maven-i18n-plugin/pom.xml =================================================================== --- trunk/maven-i18n-plugin/pom.xml 2009-11-02 09:52:46 UTC (rev 1685) +++ trunk/maven-i18n-plugin/pom.xml 2009-12-09 10:39:02 UTC (rev 1686) @@ -83,7 +83,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>I18n Maven Plugin</name> + <name>I18n :: Maven Plugin</name> <description> Plugin pour maven 2 de génération des bundles pour l'internationnalisation (i18n) des applications java basé sur nuiton-i18n-api. Modified: trunk/nuiton-i18n-api/pom.xml =================================================================== --- trunk/nuiton-i18n-api/pom.xml 2009-11-02 09:52:46 UTC (rev 1685) +++ trunk/nuiton-i18n-api/pom.xml 2009-12-09 10:39:02 UTC (rev 1686) @@ -40,7 +40,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>I18n Api</name> + <name>I18n :: Api</name> <description>Api of i18n system</description> <inceptionYear>2004</inceptionYear> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 09:52:46 UTC (rev 1685) +++ trunk/pom.xml 2009-12-09 10:39:02 UTC (rev 1686) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> </parent> <artifactId>i18n</artifactId> @@ -188,7 +188,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>I18n project</name> + <name>I18n</name> <description>Nuiton i18n tools</description> <inceptionYear>2008</inceptionYear> <url>http://maven-site.nuiton.org/i18n</url>