com.jgoodies:binding:1.4.0 - POM invalid due to missing "/" character. Please 
correct this typo!
------------------------------------------------------------------------------------------------

                 Key: MEV-519
                 URL: http://jira.codehaus.org/browse/MEV-519
             Project: Maven Evangelism
          Issue Type: Bug
          Components: Invalid POM
            Reporter: Stefan Prange


In the POM file the section 
        <dependencies>
                <!-- This library doesn't depend on any other library. -->
        <dependencies>

is not valid, because the closing XML tag doesn't contain a "/" character.

Please correct this to
        <dependencies>
                <!-- This library doesn't depend on any other library. -->
        </dependencies>

Thank you.

-- 
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

        

Reply via email to