Fix invalid POM

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-09-13 13:38:36 +00:00
parent 6970cb9cd7
commit 3e9b4c4d14

View File

@@ -16,8 +16,8 @@
* limitations under the License.
*/
-->
<project>
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<name>Ear Plugin - AppXml Bundled Test</name>
<artifactId>test-maven-ear-plugin-appXmlBundledTest</artifactId>
@@ -29,7 +29,9 @@
<developer>
<name>Felipe Leme</name>
<id>felipeal</id>
<role>Jelly Developer</role>
<roles>
<role>Jelly Developer</role>
</roles>
</developer>
</developers>
</project>