Skip to content

Commit 47f7eb2

Browse files
Update flatten-maven-plugin to generate a flatten reduced POM (#3005)
1 parent 0d6c1a6 commit 47f7eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
<plugin>
456456
<groupId>org.codehaus.mojo</groupId>
457457
<artifactId>flatten-maven-plugin</artifactId>
458-
<version>1.2.2</version>
458+
<version>1.7.0</version>
459459
<configuration>
460460
<flattenMode>minimum</flattenMode>
461461
</configuration>
@@ -468,7 +468,7 @@
468468
</goals>
469469
</execution>
470470
<execution>
471-
<id>flatten-clean</id>
471+
<id>flatten.clean</id>
472472
<phase>clean</phase>
473473
<goals>
474474
<goal>clean</goal>

0 commit comments

Comments
 (0)