diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2020-08-15 11:12:31 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-08-15 08:40:49 -0400 |
commit | dc856c28ba94a167aaf2483ff7dd1111cc57d977 (patch) | |
tree | 1531d28bcfcc6891b8d89fad8869aca723882706 /pom.xml | |
parent | e9cb0a8e475f796e22d01fae63f5820e1fd1f318 (diff) | |
download | jgit-dc856c28ba94a167aaf2483ff7dd1111cc57d977.tar.gz jgit-dc856c28ba94a167aaf2483ff7dd1111cc57d977.zip |
[releng] Update plexus-compiler to 2.8.7
Change-Id: Idc00c877544af7434c3a71c9ab0b2bd6a2b8fb66
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -178,6 +178,7 @@ <maven-surefire-plugin-version>3.0.0-M4</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> + <plexus-compiler-version>2.8.7</plexus-compiler-version> <!-- Properties to enable jacoco code coverage analysis --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> @@ -846,12 +847,12 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-javac</artifactId> - <version>2.8.6</version> + <version>${plexus-compiler-version}</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-javac-errorprone</artifactId> - <version>2.8.6</version> + <version>${plexus-compiler-version}</version> </dependency> <!-- override plexus-compiler-javac-errorprone's dependency on Error Prone with the latest version --> @@ -890,7 +891,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-eclipse</artifactId> - <version>2.8.6</version> + <version>${plexus-compiler-version}</version> </dependency> <dependency> <groupId>org.eclipse.jdt</groupId> |