This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch ci-reporting in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
commit c837764ca973203fedd4215e8c1c92533a0c8bc5 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Mon Feb 28 15:03:01 2022 +1000 test reporting Signed-off-by: Olivier Lamy <ol...@apache.org> --- Jenkinsfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4edd185..2d1f459 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,5 +19,5 @@ // Currently we can only build with JDK8+ based on the usage // of bnd-maven-plugin. -asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "15" ] ) +asfMavenTlpStdBuild(jdks:[ "8", "11", "17" ], forceCiReporting: true) diff --git a/pom.xml b/pom.xml index 37ad46a..f4bc54d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>34</version> + <version>99-SNAPSHOT</version> </parent> <groupId>org.apache.maven.resolver</groupId>