You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2014/05/14 09:09:31 UTC

git commit: Upgrade to Checkstyle 2.12.1

Repository: jclouds
Updated Branches:
  refs/heads/master 4315d031d -> 338966f3b


Upgrade to Checkstyle 2.12.1

Checkstyle 2.12 changelog:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&version=19723

Checkstyle 2.12.1 changelog:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&version=20236

Checkstyle 5.7 changelog:
http://checkstyle.sourceforge.net/releasenotes.html


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/338966f3
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/338966f3
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/338966f3

Branch: refs/heads/master
Commit: 338966f3b9f9e4187c4ca0a4b559ea6ae6907ca6
Parents: 4315d03
Author: Andrew Gaul <ga...@apache.org>
Authored: Tue May 13 23:59:09 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Wed May 14 00:09:11 2014 -0700

----------------------------------------------------------------------
 project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/338966f3/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 42c4ac5..fdc8395 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -672,7 +672,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.11</version>
+        <version>2.12.1</version>
         <configuration>
           <!-- configLocation configured via profiles -->
           <violationSeverity>warning</violationSeverity>