aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-03-30 22:00:52 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-03-30 22:00:52 +0200
commit17fac8a27efd5c8b3028b9c244353265b697fb9f (patch)
treee76a8bdf56de7c1a9378df29afc752e3be528cf0 /org.eclipse.jgit.benchmarks/pom.xml
parentfc613e26d83473089a179464c2221f3912806387 (diff)
downloadjgit-17fac8a27efd5c8b3028b9c244353265b697fb9f.tar.gz
jgit-17fac8a27efd5c8b3028b9c244353265b697fb9f.zip
Downgrade maven-site-plugin to 3.12.1
This may fix the current authentication failures happening when trying to deploy the jgit Maven site. Change-Id: I55d4706cd041d93194af48fac9e8bfcd067e2cac
Diffstat (limited to 'org.eclipse.jgit.benchmarks/pom.xml')
-rw-r--r--org.eclipse.jgit.benchmarks/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml
index 5d5a5f6db6..ae9c6a3236 100644
--- a/org.eclipse.jgit.benchmarks/pom.xml
+++ b/org.eclipse.jgit.benchmarks/pom.xml
@@ -175,7 +175,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>4.0.0-M4</version>
+ <version>3.12.1</version>
<dependencies>
<dependency><!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>