On 15 May 2016 at 19:01, Gary Gregory <[email protected]> wrote: > Thank you for rolling an RC Sergio! > > -0 > > The user's guide mentions 0.1.0-incubating instead of 0.2.0-incubating.
Updated. Well spotted, we forgot to update the user guide (perhaps as we didn't think about the release as also preparing the web-site, we kept updating the website post the 0.1.0 release). A typical Commons approach is that the site and the source are released and updated at the same time. To be fair, the user guide includes: > _The `<version>` above might not be up to date, > see the [download page](download.html) for the latest version._ as previous approaches to use templates here would insert 0.2.0-incubating-SNAPSHOT when deployed from the master branch, when we wanted them to use 0.1.0-incubating. (That is the downside of having src/site/ as part of the normal source code repo - trickier to update after a release. Perhaps there's a way to trick the site plugin to use a different version without editing the pom.xml?) BTW - http://commonsrdf.incubator.apache.org/download.html listed 0.2.0-incubating for download already with Sergio's latest site update, I undid it manually with SVN. > The user's guide mentions a method ".equal()", don't you mean ".equals()"? Oops.. English grammar conflicting with Java API! I see you fixed `equals`, Sergio, I also rephrased it to be singular. I also removed the note that .hashCode() is not defined and tweaked some other things so it is now actually updated for 0.2.0. See http://commonsrdf.incubator.apache.org/userguide.html > There are no project reports for RAT, Clirr, Surefire, JIRA, Source Xref, > and Test Source Xref. > > Additionally I expect project reports for Checkstyle, PMD, and code > coverage (either Cobertura or Jacoco, you pick). I guess we need to add the right Maven settings to get these. > For a fully loaded project report set, please see > https://commons.apache.org/proper/commons-codec/project-reports.html Thanks! > The project menu says "API", that should be "Javadoc" IMO. I think we called it as "API" as the main point of Commons RDF is to provide an API for multiple implementations. Thus this menu entry also links straight to the org.apache.commons.rdf.api javadoc. Javadoc is also listed under the normal "Project Reports" submenu: http://commonsrdf.incubator.apache.org/project-reports.html -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/0000-0001-9842-9718
