Repository: logging-log4j2 Updated Branches: refs/heads/master 64cbeed9e -> d80723c71
<!-- Using version 2.5.4 causes Jenkins to get compiler errors in log4j-perf. --> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d80723c7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d80723c7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d80723c7 Branch: refs/heads/master Commit: d80723c716994db4bdb6c80127f38b5bea4b7892 Parents: 64cbeed Author: ggregory <[email protected]> Authored: Tue Aug 25 18:57:13 2015 -0700 Committer: ggregory <[email protected]> Committed: Tue Aug 25 18:57:13 2015 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d80723c7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2bc2750..03f3362 100644 --- a/pom.xml +++ b/pom.xml @@ -695,6 +695,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> + <!-- Using version 2.5.4 causes Jenkins to get compiler errors in log4j-perf. --> <version>2.5.3</version> <inherited>true</inherited> <extensions>true</extensions>
