[jboss-cvs] JBossAS SVN: r96445 - branches/Branch_5_x/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 16 13:18:02 EST 2009


Author: jaikiran
Date: 2009-11-16 13:18:01 -0500 (Mon, 16 Nov 2009)
New Revision: 96445

Modified:
   branches/Branch_5_x/component-matrix/pom.xml
Log:
JBAS-7456 Upgraded jboss-logging to 2.1.1.GA

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-11-16 17:09:56 UTC (rev 96444)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-11-16 18:18:01 UTC (rev 96445)
@@ -605,19 +605,19 @@
       <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-spi</artifactId>
-        <version>2.1.0.GA</version>
+        <version>2.1.1.GA</version>
       </dependency>  
       
       <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-jdk</artifactId>
-        <version>2.1.0.GA</version>
+        <version>2.1.1.GA</version>
       </dependency>
       
       <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-log4j</artifactId>
-        <version>2.1.0.GA</version>
+        <version>2.1.1.GA</version>
         <exclusions>
           <exclusion>
             <groupId>apache-log4j</groupId>




More information about the jboss-cvs-commits mailing list