[jboss-cvs] JBossAS SVN: r110671 - branches/JBPAPP_5_1/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 14 17:10:33 EST 2011


Author: fnasser at redhat.com
Date: 2011-02-14 17:10:33 -0500 (Mon, 14 Feb 2011)
New Revision: 110671

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
Log:
JBPAPP-5112 - Upgrade JBoss Logging common-logging-* components to 2.1.2.GA

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2011-02-14 19:58:45 UTC (rev 110670)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2011-02-14 22:10:33 UTC (rev 110671)
@@ -538,19 +538,19 @@
       <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-spi</artifactId>
-        <version>2.1.1.GA</version>
+        <version>2.1.2.GA</version>
       </dependency>  
       
       <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-jdk</artifactId>
-        <version>2.1.1.GA</version>
+        <version>2.1.2.GA</version>
       </dependency>
       
       <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-log4j</artifactId>
-        <version>2.1.1.GA</version>
+        <version>2.1.2.GA</version>
         <exclusions>
           <exclusion>
             <groupId>apache-log4j</groupId>



More information about the jboss-cvs-commits mailing list