You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/09/27 19:54:36 UTC

svn commit: r292004 - in /maven/maven-1/plugins/trunk: jdiff/project.xml multichanges/project.xml

Author: carlos
Date: Tue Sep 27 10:54:32 2005
New Revision: 292004

URL: http://svn.apache.org/viewcvs?rev=292004&view=rev
Log:
Added shortDescription

Modified:
    maven/maven-1/plugins/trunk/jdiff/project.xml
    maven/maven-1/plugins/trunk/multichanges/project.xml

Modified: maven/maven-1/plugins/trunk/jdiff/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/project.xml?rev=292004&r1=292003&r2=292004&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdiff/project.xml Tue Sep 27 10:54:32 2005
@@ -23,6 +23,7 @@
   <id>maven-jdiff-plugin</id>
   <name>Maven JDiff Plugin</name>
   <currentVersion>1.6-SNAPSHOT</currentVersion>
+  <shortDescription>JDiff reports on the differences in the public API of two releases.</shortDescription>
   <description>Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts.</description>
   <url>http://maven.apache.org/reference/plugins/jdiff/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl>

Modified: maven/maven-1/plugins/trunk/multichanges/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/project.xml?rev=292004&r1=292003&r2=292004&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multichanges/project.xml (original)
+++ maven/maven-1/plugins/trunk/multichanges/project.xml Tue Sep 27 10:54:32 2005
@@ -24,6 +24,7 @@
   <id>maven-multichanges-plugin</id>
   <name>Maven MultiChanges plugin</name>
   <currentVersion>1.2-SNAPSHOT</currentVersion>
+  <shortDescription>Produce release dashboard for subprojects.</shortDescription>
   <description>Produce release dashboard for subprojects.</description>
   <url>http://maven.apache.org/reference/plugins/multichanges/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPMULTICHANGES</issueTrackingUrl>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org