Repository: jclouds Updated Branches: refs/heads/master 26df7e3c9 -> f832ad00a
Upgrade to error-prone 2.0.5 Release notes: https://groups.google.com/forum/#!topic/error-prone-announce/vHvZx2MOpvg Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/f832ad00 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/f832ad00 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/f832ad00 Branch: refs/heads/master Commit: f832ad00a72ac8442e25686d14f55d0e310475c4 Parents: 26df7e3 Author: Andrew Gaul <[email protected]> Authored: Mon Sep 28 19:56:48 2015 -0700 Committer: Andrew Gaul <[email protected]> Committed: Mon Sep 28 19:57:41 2015 -0700 ---------------------------------------------------------------------- project/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/f832ad00/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 095f800..31903bb 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -757,12 +757,12 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-javac-errorprone</artifactId> - <version>2.5</version> + <version>2.6</version> </dependency> <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_core</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </dependency> </dependencies> </plugin>
