This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new aaf83088ca Revert maven-remote-resources-plugin to 1.7.0
aaf83088ca is described below
commit aaf83088ca660871fb0d457b095c6239dac27719
Author: Andriy Redko <[email protected]>
AuthorDate: Tue May 2 08:23:11 2023 -0400
Revert maven-remote-resources-plugin to 1.7.0
---
parent/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index be8d3d16c3..29ddf79bed 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -607,8 +607,9 @@
</executions>
</plugin>
<plugin>
+ <!-- Please do not update to 3.0.0, see
https://issues.apache.org/jira/browse/CXF-8802 -->
<artifactId>maven-remote-resources-plugin</artifactId>
- <version>3.0.0</version>
+ <version>1.7.0</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf.build-utils</groupId>