This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.0.0 in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
commit f6296457401318ba0127e28f01e828901468fb28 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 14 21:02:00 2021 +0100 Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e653a63..3432ef8 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,14 @@ under the License. </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0-M3</version> + <version>3.0.0</version> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>extra-enforcer-rules</artifactId> + <version>1.4</version> + </dependency> + </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -150,6 +157,19 @@ under the License. </plugin> </plugins> </pluginManagement> + <plugins> + <plugin><!-- remove with next parent upgrade --> + <artifactId>maven-enforcer-plugin</artifactId> + <version>3.0.0</version> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>extra-enforcer-rules</artifactId> + <version>1.4</version> + </dependency> + </dependencies> + </plugin> + </plugins> </build> <profiles> <profile>
