You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/05/08 19:41:01 UTC

[jira] [Created] (FOP-2467) Syntax error in DOAP file release section; wrong bug-database URL

Sebb created FOP-2467:
-------------------------

             Summary: Syntax error in DOAP file release section; wrong bug-database URL
                 Key: FOP-2467
                 URL: https://issues.apache.org/jira/browse/FOP-2467
             Project: Fop
          Issue Type: Bug
         Environment: http://svn.apache.org/repos/asf/xmlgraphics/site/trunk/content/fop/doap.rdf
            Reporter: Sebb


The DOAP still shows Bugzilla for the bug database.

DOAP files can contain details of multiple release Versions, however each must be listed in a separate release section, for example:

<release>
      <Version>
        <name>Apache XYZ</name>
        <created>2015-02-16</created>
        <revision>1.6.2</revision>
      </Version>
</release>
<release>
      <Version>
        <name>Apache XYZ</name>
        <created>2014-09-24</created>
        <revision>1.6.1</revision>
      </Version>
</release>

Please can the project DOAP be corrected accordingly?

Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)