Add missing type.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@521195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-03-22 10:35:36 +00:00
parent cb78ec41f0
commit d7de10b440

View File

@ -69,6 +69,7 @@
<groupId>maven</groupId> <groupId>maven</groupId>
<artifactId>maven-changes-plugin</artifactId> <artifactId>maven-changes-plugin</artifactId>
<version>1.7-SNAPSHOT</version> <version>1.7-SNAPSHOT</version>
<type>plugin</type>
<properties> <properties>
<comment>To allow us to use org.apache.maven.changes.IssueFinder.</comment> <comment>To allow us to use org.apache.maven.changes.IssueFinder.</comment>
</properties> </properties>