Skip to content

Commit

Permalink
[pom] Require maven 3.6.3 per maven support
Browse files Browse the repository at this point in the history
Maven has officially flagged all versions 3.6.3 and before as end of life.  All plugins are encouraged to require at least 3.6.3 going forwards.  Many core plugins have already started requiring this.
  • Loading branch information
hazendaz authored and mathieucarbou committed May 5, 2024
1 parent da39634 commit 0f8615a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions license-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<inceptionYear>2008</inceptionYear>
<url>https://oss.carbou.me/license-maven-plugin</url>

<prerequisites>
<maven>3.6.3</maven>
</prerequisites>

<scm>
<connection>scm:git:https://github.com/mathieucarbou/license-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:mycila/license-maven-plugin.git</developerConnection>
Expand Down

0 comments on commit 0f8615a

Please sign in to comment.