Sebb created DIRMINA-1010:
-----------------------------
Summary: Syntax error in DOAP file
Key: DIRMINA-1010
URL: https://issues.apache.org/jira/browse/DIRMINA-1010
Project: MINA
Issue Type: Bug
Environment: http://svn.apache.org/repos/asf/mina/metadata/doap.rdf
Reporter: Sebb
The DOAP file release section is rather mixed up; all the entries are
incorrectly nested. The problems start in line 44.
44: <release>
45: </release>
The above two lines should be reversed. Similarly in subsequent lines.
Each release should look like the following:
<release>
<Version>
<name>Apache MINA</name>
<created>2010-12-15</created>
<revision>2.0.2</revision>
</Version>
</release>
Please fix this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)