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-checkstyle-plugin.git
commit 699417299781edf702220437d9388675a015fd18 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 21 11:01:59 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 980ed98..4b6f459 100644 --- a/pom.xml +++ b/pom.xml @@ -268,8 +268,16 @@ under the License. <version>3.1.1</version> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <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> <artifactId>maven-checkstyle-plugin</artifactId> @@ -291,6 +299,18 @@ under the License. </pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <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> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.2.0</version>
