This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch extra-enforcer-rules in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git
commit e2708a41f5973252c418bd601cf051c4936a9410 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun May 28 06:30:37 2023 -0400 remove plugin downgrades for bugs that have been fixed --- pom.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 8f491c7..7095238 100644 --- a/pom.xml +++ b/pom.xml @@ -132,8 +132,6 @@ <pluginManagement> <plugins> <plugin> - <!-- downgrade due to https://issues.apache.org/jira/browse/MSHARED-1112 --> - <!-- review with next pom or next m-resources-p --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.3.1</version> @@ -141,14 +139,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <dependencies> - <!-- due to https://issues.apache.org/jira/browse/MASSEMBLY-965 --> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-io</artifactId> - <version>3.4.1</version> - </dependency> - </dependencies> + <version>3.6.0</version> </plugin> </plugins> </pluginManagement>
