[2.x] Pre-release tidy-up (#1011)

Changes:
* no source change
* (build) expel all versions from child modules: they must be all top level depMgmt or pluginMgmt
* (build) Top POM contains GAVs while child modules GA+scope. This tremendously simplifies maintenance.
* (javadoc) fix Javadoc errors
* (build) remove obsolete profiles and mr-JARs, project is 17+

Updates:
* maven wrapper 3.3.2 w/ scripts
This commit is contained in:
Tamas Cservenak
2024-06-13 10:05:16 +02:00
committed by GitHub
parent d3cc476ae3
commit bc61f6441e
16 changed files with 107 additions and 236 deletions

View File

@@ -97,7 +97,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>add-unpacked-source-dir</id>