diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-30 22:00:52 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-30 22:00:52 +0200 |
commit | 17fac8a27efd5c8b3028b9c244353265b697fb9f (patch) | |
tree | e76a8bdf56de7c1a9378df29afc752e3be528cf0 /org.eclipse.jgit.benchmarks/pom.xml | |
parent | fc613e26d83473089a179464c2221f3912806387 (diff) | |
download | jgit-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.xml | 2 |
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> |