Repository: logging-log4j2 Updated Branches: refs/heads/master 52e1ca1d6 -> 2260dc740
Fix the version of maven-remote-resources-plugin. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2260dc74 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2260dc74 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2260dc74 Branch: refs/heads/master Commit: 2260dc7408246684e6aabecbe654bbae606526e9 Parents: 52e1ca1 Author: Gary Gregory <[email protected]> Authored: Mon Nov 14 23:20:37 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Mon Nov 14 23:20:37 2016 -0800 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2260dc74/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index df2063e..f7ee637 100644 --- a/pom.xml +++ b/pom.xml @@ -214,6 +214,7 @@ <jxr.plugin.version>2.5</jxr.plugin.version> <clirr.plugin.version>2.8</clirr.plugin.version> <site.plugin.version>3.4</site.plugin.version> + <remote.resources.plugin.version>1.5</remote.resources.plugin.version> <manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile> <maven.compile.source>1.7</maven.compile.source> <maven.compile.target>1.7</maven.compile.target> @@ -800,6 +801,11 @@ <pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <version>${remote.resources.plugin.version}</version> + </plugin> + <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. -->
