mirror of https://github.com/apache/nifi.git
NIFI-11955 Upgraded maven-clean-plugin from 3.2.0 to 3.3.1
This closes #7616 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
46cdcf9dac
commit
0d119f6f39
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue