You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/03 16:27:55 UTC

[39/50] [abbrv] git commit: Upgrade to Maven Checkstyle Plugin 2.13

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/announce@maven.apache.org/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/fix-jclouds-538
Commit: 5bac61d94b93ee4bea332579831cffc67156d8d5
Parents: cf95033
Author: Andrew Gaul <ga...@apache.org>
Authored: Wed Oct 1 13:01:13 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
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>