Skip to content

Commit

Permalink
Expand and update CI for Maven 3.2.5 and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 25, 2023
1 parent 32c6b6a commit d78b8da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
* under the License.
*/

asfMavenTlpPlgnBuild(jdk:['8','11','14'], maven:['3.3.x', '3.5.x', '3.8.x'])
asfMavenTlpPlgnBuild(jdk:['8','11','17'], maven:['3.2.x', '3.5.x', '3.6.x', '3.8.x', '3.9.x'])
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ under the License.

<properties>
<mavenVersion>3.2.5</mavenVersion>
<minimalMavenBuildVersion>${mavenVersion}</minimalMavenBuildVersion>
<javaVersion>8</javaVersion>
<!-- for dependencies -->
<jettyVersion>9.4.53.v20231009</jettyVersion>
Expand Down Expand Up @@ -602,12 +603,10 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm-maven-plugin</artifactId>
<version>1.6.0</version>
<!-- Do not upgrade since 1.6.0 requires Maven 3.6.3+ to run -->
<version>1.5.0</version>
<configuration>
<repositories>
<mockRepo>
<source>src/it/mrm/repository</source>
</mockRepo>
<proxyRepo />
</repositories>
</configuration>
Expand Down

0 comments on commit d78b8da

Please sign in to comment.