This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 7842e065c7 AXIS2-6066 fix site.xml so it links to releases past 1.8.0 7842e065c7 is described below commit 7842e065c7772188e658e27e6440f22260acd23e Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Mon Oct 14 05:39:44 2024 -1000 AXIS2-6066 fix site.xml so it links to releases past 1.8.0 --- src/site/site.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/site.xml b/src/site/site.xml index 4a603ffa55..dba8087d23 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -58,6 +58,9 @@ <item name="1.7.8" href="release-notes/1.7.8.html"/> <item name="1.7.9" href="release-notes/1.7.9.html"/> <item name="1.8.0" href="release-notes/1.8.0.html"/> + <item name="1.8.1" href="release-notes/1.8.1.html"/> + <item name="1.8.2" href="release-notes/1.8.2.html"/> + <item name="2.0.0" href="release-notes/2.0.0.html"/> </item> <item name="Modules" href="modules/index.html" /> <item name="Tools" href="tools/index.html" />