diff --git a/Jenkinsfile b/Jenkinsfile index e9f05f7d..a6f5f3dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild() +asfMavenTlpPlgnBuild(jdk:['8','11','14'], maven:['3.3.x', '3.5.x', '3.8.x']) diff --git a/pom.xml b/pom.xml index 69d4d6e1..9d8987df 100644 --- a/pom.xml +++ b/pom.xml @@ -196,11 +196,13 @@ under the License. 3.0.5 - 7 + 8 + 1.11.1 1.11.1 - 9.2.29.v20191105 + 9.4.44.v20210927 + 1.5.4 1.4 3.3.1 @@ -214,6 +216,7 @@ under the License. 2.22.2 2.22.2 2022-02-13T11:25:26Z + @@ -384,7 +387,6 @@ under the License. ${doxiaVersion} runtime - org.apache.maven.doxia @@ -533,6 +535,7 @@ under the License. ${maven.compiler.source} ${maven.compiler.target} + ${java.home} diff --git a/src/it/projects/MSITE-497/pom.xml b/src/it/projects/MSITE-497/pom.xml index df20b82f..2e212919 100644 --- a/src/it/projects/MSITE-497/pom.xml +++ b/src/it/projects/MSITE-497/pom.xml @@ -65,6 +65,7 @@ under the License. org.apache.maven.plugins maven-javadoc-plugin + @javadocPluginVersion@