From 732696bd89ac42c02b5c76d4e1cfc1796ca02bb6 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 12 May 2016 15:21:26 +0200 Subject: [PATCH] Update annotation-indexer from 1.7 to 1.11 (#2329) Diff: https://github.com/jenkinsci/lib-annotation-indexer/compare/e90dade9a07b04b64ac1b08d539d30ad69ddf7a8...2eec43c72b3cd040d2057e6bbbf639f5e030453e Major changes: * 1.11 - [JENKINS-32978] support latest source version to avoid compile time warnings with JDK7 * 1.10 - Get ready for JDK 9 * 1.10 - Be tolerant against line separators on different operating systems * 1.9 - Support of third-party annotations * 1.8 - Annotation processor can be intercepted --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 5d0b5a5887..2b1e864e19 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -195,7 +195,7 @@ THE SOFTWARE. org.jenkins-ci annotation-indexer - 1.7 + 1.11 org.jenkins-ci -- GitLab