diff --git a/src/documentation/content/xdocs/site.xml b/src/documentation/content/xdocs/site.xml index 3bfb5efbe7..fbfcdcfdf0 100644 --- a/src/documentation/content/xdocs/site.xml +++ b/src/documentation/content/xdocs/site.xml @@ -34,6 +34,7 @@ See https://xml.apache.org/forrest/linking.html for more info + diff --git a/src/documentation/content/xdocs/versioning.xml b/src/documentation/content/xdocs/versioning.xml new file mode 100644 index 0000000000..195b48c381 --- /dev/null +++ b/src/documentation/content/xdocs/versioning.xml @@ -0,0 +1,61 @@ + + + + + +
+ Apache POI™ - Versioning + + + +
+ + +
Versioning +

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

+
+ + +