diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-28 01:50:46 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-28 01:50:46 +0200 |
commit | f9a142939d52e67efa229c3baafdcd8cf1f0b2cc (patch) | |
tree | a943e2e7704ef5b25589bae5b7fd0a2438c61855 /pom.xml | |
parent | aaf71bfbcc2ec1ed62777af69c882f7d4d264497 (diff) | |
download | jgit-f9a142939d52e67efa229c3baafdcd8cf1f0b2cc.tar.gz jgit-f9a142939d52e67efa229c3baafdcd8cf1f0b2cc.zip |
Update eclipse compiler org.eclipse.jdt:ecj to 3.15.0
Change-Id: Iabca86db71e166e6ce73db2f8ddc5058e58da11a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -838,7 +838,7 @@ <dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>ecj</artifactId> - <version>3.13.102</version> + <version>3.15.0</version> </dependency> </dependencies> </plugin> |