Reverse my change.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-08-22 14:40:50 +00:00
parent 32a567b040
commit 5d89d4b2c2
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<name>Maven Plugin</name> <name>Maven Plugin</name>
<groupId>maven</groupId> <groupId>maven</groupId>
<artifactId>maven-plugin-parent</artifactId> <artifactId>maven-plugin-parent</artifactId>
<type>plugin</type> <!-- @todo we should have type = plugin here -->
<type>jar</type>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
<description>Maven plugin parent</description> <description>Maven plugin parent</description>
<shortDescription>Maven plugin parent</shortDescription> <shortDescription>Maven plugin parent</shortDescription>