Skip to content

Commit

Permalink
Increased minimal maven version to 3.9.0
Browse files Browse the repository at this point in the history
- where possible is used 3.9.4
- or 3.9.3 where 3.9.4 is not available yet

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Oct 1, 2023
1 parent 3285eac commit 74a2250
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -93,7 +93,7 @@ kind: Pod
spec:
containers:
- name: maven
image: maven:3.9.0-eclipse-temurin-17
image: maven:3.9.4-eclipse-temurin-17
command:
- cat
tty: true
Expand Down Expand Up @@ -228,7 +228,7 @@ spec:
}
tools {
jdk 'temurin-jdk17-latest'
maven 'apache-maven-3.8.6'
maven 'apache-maven-3.9.3'
}
steps {
script {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ The Zip distributions can be found on following paths:
### Prerequisites

* JDK11+, we strongly recommend using JDK17 to build GlassFish with all features.
* Maven 3.6.0+
* Maven 3.9.0+

### Execution

Expand Down
2 changes: 1 addition & 1 deletion nucleus/parent/pom.xml
Expand Up @@ -1137,7 +1137,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.8.6</version>
<version>3.9.0</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -85,7 +85,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.8.6</version>
<version>3.9.0</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 74a2250

Please sign in to comment.