diff --git a/Jenkinsfile b/Jenkinsfile index c21efd18db4..35c12f0e64f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -125,7 +125,7 @@ import org.hibernate.jenkins.pipeline.helpers.version.Version * to send coverage reports to coveralls.io. Note these credentials should be registered at the job level, not system-wide. */ -@Field final String MAVEN_TOOL = 'Apache Maven 3.6.0' +@Field final String MAVEN_TOOL = 'Apache Maven 3.6' // Default node pattern, to be used for resource-intensive stages. // Should not include the master node.