Historically the version of the documentation app is somewhat connected to the exist-db version:
The app-version will end up as the minimum required exist-db version.
If I now want to release a 7.0.0 of documentation app it would require at minimum a 7.0.0 of exist-db to install.
But we only have version 7.0.0-SNAPSHOT and plan to release 7.0.0-beta both lower than 7.0.0 and therefore the documentation app cannot be installed.
There is now two ways to fix the situation
drop the hard connection between minum exist-db version and the app version (my preferred approach)
release a 7.0.0-SNAPSHOT of documentation app
Historically the version of the documentation app is somewhat connected to the exist-db version:
The app-version will end up as the minimum required exist-db version.
If I now want to release a 7.0.0 of documentation app it would require at minimum a 7.0.0 of exist-db to install.
But we only have version 7.0.0-SNAPSHOT and plan to release 7.0.0-beta both lower than 7.0.0 and therefore the documentation app cannot be installed.
There is now two ways to fix the situation
drop the hard connection between minum exist-db version and the app version (my preferred approach)
release a 7.0.0-SNAPSHOT of documentation app