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 0d119f6f394e26ba02123a6554a8f2dd56550af9 Author: mr1716 <[email protected]> AuthorDate: Wed Aug 16 09:34:27 2023 -0400 NIFI-11955 Upgraded maven-clean-plugin from 3.2.0 to 3.3.1 This closes #7616 Signed-off-by: David Handermann <[email protected]> --- .../nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml index d4ffbc8d72..34ea3b8d51 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml @@ -418,7 +418,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.2.0</version> + <version>3.3.1</version> <configuration> <excludeDefaultDirectories>true</excludeDefaultDirectories> <filesets>
