tag <artifactId> is misspelled in maven2 ant-optional-1.5.3-1.pom
-----------------------------------------------------------------
Key: MEV-312
URL: http://jira.codehaus.org/browse/MEV-312
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: mark struberg
The tag <artifactId> is misspelled in
http://www.ibiblio.org/maven2/ant/ant-optional/1.5.3-1/ant-optional-1.5.3-1.pom
the 'i' and 't' got mixed up.
Version from ibiblio:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>ant</groupId>
<aritfactId>ant-optional</aritfactId>
<version>1.5.3-1</version>
</project>
ant/ant-optional/1.5.3-1/ant-optional-1.5.3-1.pom
(END)
diff:
4c4
< <aritfactId>ant-optional</aritfactId>
---
> <artifactId>ant-optional</artifactId>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]