Skip to content

Commit

Permalink
Bump minimum maven version
Browse files Browse the repository at this point in the history
some plugins like asciidoctor-maven-plugin require maven 3.8.5+
  • Loading branch information
marko-bekhta committed May 15, 2024
1 parent b87504c commit 0bb359e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import org.hibernate.jenkins.pipeline.helpers.alternative.AlternativeMultiMap
*/

@Field final String DEFAULT_JDK_TOOL = 'OpenJDK 17 Latest'
@Field final String MAVEN_TOOL = 'Apache Maven 3.6'
@Field final String MAVEN_TOOL = 'Apache Maven 3.9'

// Default node pattern, to be used for resource-intensive stages.
// Should not include the controller node.
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@

<!-- JDK version required for the build -->
<jdk.min.version>17</jdk.min.version>
<maven.min.version>3.3.1</maven.min.version>
<!-- Maven version required for the build -->
<maven.min.version>3.9.6</maven.min.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 0bb359e

Please sign in to comment.