Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Require Maven 3.5.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 3, 2023
1 parent 7e8abc5 commit 4184daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<classWorldsVersion>2.7.0</classWorldsVersion>
<plexusUtilsVersion>3.5.1</plexusUtilsVersion>
<xbeanReflectVersion>4.22</xbeanReflectVersion>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.5.4</mavenVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javaVersion>8</javaVersion>
</properties>
Expand All @@ -60,8 +60,8 @@
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<!-- Maven 3.2.5 -->
<version>0.3.0.M1</version>
<!-- Maven 3.5.4 -->
<version>0.3.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 4184daa

Please sign in to comment.