From 17fac8a27efd5c8b3028b9c244353265b697fb9f Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 30 Mar 2023 22:00:52 +0200 Subject: [PATCH] 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 --- org.eclipse.jgit.benchmarks/pom.xml | 2 +- org.eclipse.jgit.packaging/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 5d5a5f6db..ae9c6a323 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -175,7 +175,7 @@ org.apache.maven.plugins maven-site-plugin - 4.0.0-M4 + 3.12.1 org.apache.maven.wagon diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index a79399ef4..28ae7ceb2 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -313,7 +313,7 @@ org.apache.maven.plugins maven-site-plugin - 3.9.1 + 3.12.1 diff --git a/pom.xml b/pom.xml index ad1e2a81f..37c86135b 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ org.apache.maven.plugins maven-site-plugin - 4.0.0-M4 + 3.12.1 org.apache.maven.wagon