diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-04 13:15:37 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-01-04 13:15:37 +0100 |
commit | ebea36aa07520f7f4b873930ca9b4dbca8db52ef (patch) | |
tree | 00be81bb16f719836d07a6de8bcb3c0ce4057cee /pom.xml | |
parent | f4e653328a9ba14202c7b655bc54cf1f9dcef932 (diff) | |
download | jgit-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.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |