Skip to content

Commit

Permalink
Require Maven 3.6.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Mar 17, 2024
1 parent 451e443 commit 819f9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


<properties>
<mavenVersion>3.2.5</mavenVersion>
<mavenVersion>3.6.3</mavenVersion>
<jdependVersion>2.9.1</jdependVersion>
<mojo.java.target>8</mojo.java.target>
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
Expand Down Expand Up @@ -94,6 +94,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand Down

0 comments on commit 819f9c7

Please sign in to comment.