This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 46cdcf9dac1c6a79f179c8b23a7af659ca0e9c11 Author: mr1716 <[email protected]> AuthorDate: Wed Aug 16 09:23:58 2023 -0400 NIFI-11954 Upgraded license-maven-plugin from 2.0.0 to 2.2.0 This closes #7614 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml b/nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml index c7f7200ad2..59827cc41c 100644 --- a/nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml +++ b/nifi-nar-bundles/nifi-box-bundle/nifi-box-nar/pom.xml @@ -48,7 +48,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> - <version>2.0.0</version> + <version>2.2.0</version> <configuration> <!-- mvn clean license:add-third-party license:download-licenses
