This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 08cf68e7 Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1
to 4.9.2"
08cf68e7 is described below
commit 08cf68e7d3e0a6ac2e1cae4a1336878e4f19dd2b
Author: Michael Osipov <[email protected]>
AuthorDate: Mon May 27 22:10:35 2024 +0200
Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2"
This reverts commit b55dd967254813dcb51d19bb3c3667bc951590b4.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0d4f5165..33642991 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>4.9.2</version>
+ <version>4.9.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>