This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git
The following commit(s) were added to refs/heads/master by this push:
new 233223b remove plugin downgrades for bugs that have been fixed (#144)
233223b is described below
commit 233223b0671be1a2ac3a941697173bf352ad5134
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun May 28 21:22:22 2023 +0000
remove plugin downgrades for bugs that have been fixed (#144)
---
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>