From 0f8615ab03e8e52a3f5f522b4d3ed33322c0b22b Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 27 Apr 2024 19:18:07 -0400 Subject: [PATCH] [pom] Require maven 3.6.3 per maven support 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. --- license-maven-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/license-maven-plugin/pom.xml b/license-maven-plugin/pom.xml index 827c2502a..ef33f7c6c 100644 --- a/license-maven-plugin/pom.xml +++ b/license-maven-plugin/pom.xml @@ -33,6 +33,10 @@ 2008 https://oss.carbou.me/license-maven-plugin + + 3.6.3 + + scm:git:https://github.com/mathieucarbou/license-maven-plugin.git scm:git:git@github.com:mycila/license-maven-plugin.git