summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-01-04 13:15:37 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-01-04 13:15:37 +0100
commitebea36aa07520f7f4b873930ca9b4dbca8db52ef (patch)
tree00be81bb16f719836d07a6de8bcb3c0ce4057cee /pom.xml
parentf4e653328a9ba14202c7b655bc54cf1f9dcef932 (diff)
downloadjgit-ebea36aa07520f7f4b873930ca9b4dbca8db52ef.tar.gz
jgit-ebea36aa07520f7f4b873930ca9b4dbca8db52ef.zip
Don't override already managed maven-compiler-plugin version
Change-Id: Ie2cb178cf8d805aadc76a2096bcdde95a146d07c 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 28f180e68a..3896c5f7be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -766,7 +766,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin-version}</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.8</source>
@@ -835,7 +834,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven-compiler-plugin-version}</version>
<configuration>
<compilerId>eclipse</compilerId>
<encoding>UTF-8</encoding>