Repository: jclouds Updated Branches: refs/heads/master cf95033b1 -> 5bac61d94
Upgrade to Maven Checkstyle Plugin 2.13 This release fixes an issue we encountered with parallel builds: https://jira.codehaus.org/browse/MCHECKSTYLE-230 https://jira.codehaus.org/browse/MCHECKSTYLE-244 Release notes: http://www.mail-archive.com/[email protected]/msg00611.html Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/5bac61d9 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/5bac61d9 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/5bac61d9 Branch: refs/heads/master Commit: 5bac61d94b93ee4bea332579831cffc67156d8d5 Parents: cf95033 Author: Andrew Gaul <[email protected]> Authored: Wed Oct 1 13:01:13 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Wed Oct 1 13:09:01 2014 -0700 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/5bac61d9/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index f765537..6caa1ba 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -693,7 +693,7 @@ </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.12.1</version> + <version>2.13</version> <executions> <execution> <id>checkstyle</id>
