diff --git a/src/documentation/content/xdocs/apidocs/index.xml b/src/documentation/content/xdocs/apidocs/index.xml index 8266786b10..f3759e956e 100644 --- a/src/documentation/content/xdocs/apidocs/index.xml +++ b/src/documentation/content/xdocs/apidocs/index.xml @@ -33,9 +33,7 @@ The Javadocs for the latest (development) version of Apache POI can be accessed online here, or build from a source code checkout - by running the javadocs Ant task. The - latest (development) Javadocs are generally - updated every few weeks, so may lag the most recent development slightly. + by running the javadocs Gradle task.
For recent releases, the Javadocs for the latest stable release @@ -47,6 +45,10 @@
+ Javadoc.io is + probably the best resource for browsing Apache POI Javadocs. +
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index a6f8ffd818..b535fbb29f 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -71,8 +71,12 @@
This page provides some guidance about how Apache POI can be used in security-sensible areas.
+This page provides some guidance about how Apache POI can be used in security-sensitive areas.
- Apache POI™ releases are available under the Apache License, Version 2.0. - from the Download page. -
-- The versioning scheme for Apache POI is based on the principles of - Semantic Versioning 2.0.0. -
-- We started using this versioning scheme in Apache POI 4.0.0. Versions prior - to this did not follow exactly the same principles with the numbers typically being of the form - X.Y. X indicated the major version but there may in some cases, have been big changes between - minor versions. -
-- We typically only release new versions and don't usually patch old releases. - We may consider patching old releases in exceptional circumstances. - It is recommended to always use the latest version of Apache POI. -
-