As far as I can see, almost all of the src/main/asciidoc/releasenotes/1.9 and 1.10 files were cloned/changed in the wrong way: The 1.9 files contain the version number for 1.10 and vice versa. Looks like an error a script which was used to clone these files?
diff -bc src/main/asciidoc/releasenotes/1.{9,10}.0.adoc
*** src/main/asciidoc/releasenotes/1.9.0.adoc	Fri Feb 26 12:43:33 2021
--- src/main/asciidoc/releasenotes/1.10.0.adoc	Fri Feb 26 12:43:33 2021
***************
*** 1,7 ****
  //
  //
  //
! ifndef::jqa-in-manual[== Version 1.10.0]
! ifdef::jqa-in-manual[== YAML 2 Plugin 1.10.0]
! * No changes in this version.
--- 1,7 ----
  //
  //
  //
! ifndef::jqa-in-manual[== Version 1.9.0]
! ifdef::jqa-in-manual[== YAML 2 Plugin 1.9.0]
! No changes.