diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-14 22:25:40 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-15 23:08:19 +0100 |
commit | 4fac7965886a1f749834432d1b857642f90ff8b6 (patch) | |
tree | f23354c32c64f454402e35f27439a6e8dc2d1da3 /org.eclipse.jgit.benchmarks | |
parent | 8d53a1433d67fe074f566a42f5edc185cdc8c2bf (diff) | |
download | jgit-4fac7965886a1f749834432d1b857642f90ff8b6.tar.gz jgit-4fac7965886a1f749834432d1b857642f90ff8b6.zip |
[benchmarks] Set version of maven-compiler-plugin to 3.8.1
Change-Id: Ib14db133c76a55358ea79663ef38d9fb47a67f45
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r-- | org.eclipse.jgit.benchmarks/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 9af31868de..8f5f989215 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -70,6 +70,7 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.1</version> <configuration> <encoding>UTF-8</encoding> <source>1.8</source> |