Skip to content

Commit

Permalink
Set the minimum Maven version required at runtime for the Maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed May 29, 2024
1 parent 8c8f3cd commit 403c325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsign-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<maven.version>3.3.9</maven.version>
</properties>

<prerequisites>
<maven>${maven.version}</maven>
</prerequisites>

<dependencies>
<dependency>
<groupId>net.jsign</groupId>
Expand Down

0 comments on commit 403c325

Please sign in to comment.