This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 9f51d7e downgrade remote-resources plugin too buggy
9f51d7e is described below
commit 9f51d7eb3427bca02b7f7df6ffe02e960d8c7a69
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Aug 6 12:36:12 2022 +1000
downgrade remote-resources plugin too buggy
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5e8c4f0..bafb10a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,7 +604,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
- <version>3.0.0</version>
+ <!-- no upgrade until fix for
https://issues.apache.org/jira/browse/MRRESOURCES-121 -->
+ <version>1.7.0</version>
<executions>
<execution>
<goals>