Author: ltheussl Date: Thu Mar 22 03:35:36 2007 New Revision: 521195 URL: http://svn.apache.org/viewvc?view=rev&rev=521195 Log: Add missing type.
Modified: maven/maven-1/plugins/trunk/multichanges/project.xml Modified: maven/maven-1/plugins/trunk/multichanges/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multichanges/project.xml?view=diff&rev=521195&r1=521194&r2=521195 ============================================================================== --- maven/maven-1/plugins/trunk/multichanges/project.xml (original) +++ maven/maven-1/plugins/trunk/multichanges/project.xml Thu Mar 22 03:35:36 2007 @@ -69,6 +69,7 @@ <groupId>maven</groupId> <artifactId>maven-changes-plugin</artifactId> <version>1.7-SNAPSHOT</version> + <type>plugin</type> <properties> <comment>To allow us to use org.apache.maven.changes.IssueFinder.</comment> </properties>