mirror of https://github.com/apache/maven.git
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:
parent
32a567b040
commit
5d89d4b2c2
|
@ -1,11 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Maven Plugin</name>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-plugin-parent</artifactId>
|
||||
<type>plugin</type>
|
||||
<!-- @todo we should have type = plugin here -->
|
||||
<type>jar</type>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<description>Maven plugin parent</description>
|
||||
<shortDescription>Maven plugin parent</shortDescription>
|
||||
|
|
Loading…
Reference in New Issue