Apache Solr™ ${project.version} Documentation

<% if (“${project.version}” == “${project.baseVersion}”) { // compare as strings because of lazy evaluation println “Follow this link to view online documentation for Apache Solr ${project.version}.” } else { println “No online documentation available for custom builds or SNAPSHOT versions.” println “Run gradlew documentation from src.tgz package to build docs locally.” } %>

Review the changes in Apache Solr ${project.version}.