Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2020-01-04 12:15:37 +0000
committerMatthias Sohn2020-01-04 12:15:37 +0000
commitebea36aa07520f7f4b873930ca9b4dbca8db52ef (patch)
tree00be81bb16f719836d07a6de8bcb3c0ce4057cee
parentf4e653328a9ba14202c7b655bc54cf1f9dcef932 (diff)
downloadjgit-ebea36aa07520f7f4b873930ca9b4dbca8db52ef.tar.gz
jgit-ebea36aa07520f7f4b873930ca9b4dbca8db52ef.tar.xz
jgit-ebea36aa07520f7f4b873930ca9b4dbca8db52ef.zip
Don't override already managed maven-compiler-plugin version
Change-Id: Ie2cb178cf8d805aadc76a2096bcdde95a146d07c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-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>

Back to the top