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/07/10 19:24:17 UTC

git commit: Upgrade to logback 1.1.2

Repository: jclouds
Updated Branches:
  refs/heads/master 66307d981 -> b432acd83


Upgrade to logback 1.1.2

Changelog:
http://logback.qos.ch/news.html


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

Branch: refs/heads/master
Commit: b432acd834a6dd1f68b47ce964c337b7ccf396b4
Parents: 66307d9
Author: Andrew Gaul <ga...@apache.org>
Authored: Thu Jul 10 10:14:27 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Thu Jul 10 10:14:27 2014 -0700

----------------------------------------------------------------------
 project/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/b432acd8/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index abb19e2..2279e7b 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -271,12 +271,12 @@
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.0.9</version>
+        <version>1.1.2</version>
       </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-core</artifactId>
-        <version>1.0.9</version>
+        <version>1.1.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>