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 Oct 21, 2023
1 parent 3606d1a commit ef55e3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -44,7 +44,7 @@
<classWorldsVersion>2.7.0</classWorldsVersion>
<plexusUtilsVersion>3.5.1</plexusUtilsVersion>
<xbeanReflectVersion>4.23</xbeanReflectVersion>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.5.4</mavenVersion>
</properties>

<dependencyManagement>
Expand All @@ -57,7 +57,8 @@
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<version>0.9.0.M2</version>
<!-- Maven 3.5.4 -->
<version>0.3.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit ef55e3d

Please sign in to comment.