Author: tchemit Date: 2009-12-09 19:15:56 +0100 (Wed, 09 Dec 2009) New Revision: 54 Modified: trunk/jredmine-client/pom.xml trunk/maven-jredmine-plugin/pom.xml trunk/pom.xml Log: Change module names, use a convention of " :: " for a module Modified: trunk/jredmine-client/pom.xml =================================================================== --- trunk/jredmine-client/pom.xml 2009-12-07 15:15:15 UTC (rev 53) +++ trunk/jredmine-client/pom.xml 2009-12-09 18:15:56 UTC (rev 54) @@ -40,7 +40,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>JRedmine client</name> + <name>JRedmine :: Client</name> <description>The JRedmine client</description> Modified: trunk/maven-jredmine-plugin/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/pom.xml 2009-12-07 15:15:15 UTC (rev 53) +++ trunk/maven-jredmine-plugin/pom.xml 2009-12-09 18:15:56 UTC (rev 54) @@ -97,7 +97,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>JRedmine maven plugin</name> + <name>JRedmine :: Maven plugin</name> <description>JRedmine maven plugin to interacts with Redmine's server</description> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-12-07 15:15:15 UTC (rev 53) +++ trunk/pom.xml 2009-12-09 18:15:56 UTC (rev 54) @@ -350,7 +350,7 @@ <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>JRedmine project</name> + <name>JRedmine</name> <description>JRedmine is a java redmine client</description>
participants (1)
-
tchemit@users.nuiton.org