From: Andy J. <and...@us...> - 2003-09-02 16:47:49
|
andy_jefferson 03/09/02 09:47:47 Modified: kodo project.xml Log: Update to shortDescription since now appears on projects-overview page Revision Changes Path 1.3 +2 -2 maven-plugins/kodo/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 22 Aug 2003 07:19:08 -0000 1.2 +++ project.xml 2 Sep 2003 16:47:47 -0000 1.3 @@ -7,8 +7,8 @@ <currentVersion>1.0</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> - <description>A plugin to provide Kodo tasks through Maven</description> - <shortDescription>Kodo tasks</shortDescription> + <description>Maven plugin for Solarmetric's Kodo JDO implementation</description> + <shortDescription>Maven plugin for Solarmetric's Kodo JDO implementation</shortDescription> <url>http://maven-plugins.sourceforge.net/kodo/</url> <logo>http://maven-plugins.sourceforge.net/images/maven-plugins-logo.gif</logo> <!-- issueTrackingUrl, siteAddress are in parent --> |