summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-01-09 16:50:13 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-01-09 16:52:56 +0100
commitdb019c473edcf8cc96456f8c4ac07e42a7d2eefa (patch)
tree8ae181970f5e5e70ba202e02d3fc78cc9461c869 /pom.xml
parent8e21f0f9c74a374e871557c5698a4bfc56e7c11a (diff)
parentd7304eddaf393375cea93433db182841fd5e08ef (diff)
downloadjgit-db019c473edcf8cc96456f8c4ac07e42a7d2eefa.tar.gz
jgit-db019c473edcf8cc96456f8c4ac07e42a7d2eefa.zip
Merge branch 'stable-5.6'
* stable-5.6: 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: I4a77c602bfffed60535d0b8fc251a552b128068d 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 65aa2e416d..cde7c6d6f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -804,7 +804,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin-version}</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source>
@@ -873,7 +872,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin-version}</version>
<configuration>
<compilerId>eclipse</compilerId>
<encoding>UTF-8</encoding>