aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-01-09 12:32:03 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-01-09 12:32:03 +0100
commit5cfa74c7b128c1a9fa3fa4b9c6093c5a946457fa (patch)
tree416c079d00cbcef6a7afdbc96b4d88858696ffed /pom.xml
parent7627c17d05ba66917bdd868ec9fc81d2c18a6efc (diff)
parent4076e6aa3e5f0286953c822261eb1073dd4b7a81 (diff)
downloadjgit-5cfa74c7b128c1a9fa3fa4b9c6093c5a946457fa.tar.gz
jgit-5cfa74c7b128c1a9fa3fa4b9c6093c5a946457fa.zip
Merge branch 'stable-5.4' into stable-5.5
* stable-5.4: Fix API problem filters Fix unclosed resource warning in SmartOutputStream JschConfigSessionFactory: fix boxing warning SshSupport#runSshCommand: don't throw exception in finally block Don't override already managed maven-compiler-plugin version Remove unused import from CreateFileSnapshotBenchmark Remove duplicate ignore_optional_problems entry in .classpath Update maven-site-plugin used by benchmark module to 3.8.2 Add dependency to enable site generation for benchmark module Ignore warnings for generated source code in org.eclipse.jgit.benchmark Fix MBean registration Enhance WindowCache statistics Change-Id: I78902d5feecb2c09134b64ec2f3b48b2c3bab37d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cd4795ba7a..952f7c5ae1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -835,7 +835,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin-version}</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source>
@@ -904,7 +903,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin-version}</version>
<configuration>
<compilerId>eclipse</compilerId>
<encoding>UTF-8</encoding>