aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-12-25 14:03:15 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-12-25 14:03:15 +0100
commit8d23d870275490b67b3bcc84fba36b09e788f121 (patch)
tree4931fe910566c4406063553e5ff3ca20f56dfefc /org.eclipse.jgit.benchmarks
parentf2d742daa54ef129306375f0837464a28e1d993b (diff)
downloadjgit-8d23d870275490b67b3bcc84fba36b09e788f121.tar.gz
jgit-8d23d870275490b67b3bcc84fba36b09e788f121.zip
Don't override maven-compiler-plugin version
since it's already set in the parent pom. Change-Id: I9ba0275dfddb9844951e62ce4537186b75ff2036
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r--org.eclipse.jgit.benchmarks/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml
index 3079742c79..c92fa9f156 100644
--- a/org.eclipse.jgit.benchmarks/pom.xml
+++ b/org.eclipse.jgit.benchmarks/pom.xml
@@ -79,7 +79,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin-version}</version>
<configuration>
<encoding>UTF-8</encoding>
<release>${java.version}</release>