Could not parse pom.xml

Issue #361 resolved
Former user created an issue

The web site tell me to report this:

The project file could be fetched from the GitHub API but the file could not be parsed. Please contact the VersionEye team.

Maybe the problem come from the range in maven version.

<dependency>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-core</artifactId>
    <version>[3.1.1],[3.2.0,3.2.99]</version>
</dependency>

Maybe the problem come from the message in the web-site that tell me to report while it is an already know issue.

In both case there is an issue to report.

Comments (6)

  1. Robert Reiz

    Just did a test with that version string and got the same error. I would say that's the problem. Currently working on it!

  2. Log in to comment