aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2021-04-29 14:44:48 -0400
committerMarco Miller <marco.miller@ericsson.com>2021-06-22 14:45:08 -0400
commitffe55a80056552cbb8cb7c41349151d8d420e5b7 (patch)
treec01e75eed908c8a0845a951b84241552a3d86282
parent1ae7e08bcae3a82c8cb201affae8136332753cb4 (diff)
downloadjgit-ffe55a80056552cbb8cb7c41349151d8d420e5b7.tar.gz
jgit-ffe55a80056552cbb8cb7c41349151d8d420e5b7.zip
Upgrade maven-jxr-plugin to 3.1.1
Change-Id: I66d7589ea1b823305d908acb13367ef78ef55f7a Signed-off-by: Marco Miller <marco.miller@ericsson.com>
-rw-r--r--org.eclipse.jgit.benchmarks/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml
index aeb2675ceb..a2dcdb5417 100644
--- a/org.eclipse.jgit.benchmarks/pom.xml
+++ b/org.eclipse.jgit.benchmarks/pom.xml
@@ -160,7 +160,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 8cf38b7ed8..ad1bf938bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
<bouncycastle-version>1.65</bouncycastle-version>
<spotbugs-maven-plugin-version>4.2.3</spotbugs-maven-plugin-version>
<maven-project-info-reports-plugin-version>3.1.2</maven-project-info-reports-plugin-version>
- <maven-jxr-plugin-version>3.0.0</maven-jxr-plugin-version>
+ <maven-jxr-plugin-version>3.1.1</maven-jxr-plugin-version>
<maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version>
<maven-surefire-report-plugin-version>${maven-surefire-plugin-version}</maven-surefire-report-plugin-version>
<maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>