[jboss-cvs] JBossAS SVN: r77060 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 14 06:16:16 EDT 2008


Author: dimitris at jboss.org
Date: 2008-08-14 06:16:16 -0400 (Thu, 14 Aug 2008)
New Revision: 77060

Modified:
   trunk/component-matrix/pom.xml
Log:
JBAS-5840, use the latest current-invocation aspect and remoting-aspect

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-08-14 10:13:39 UTC (rev 77059)
+++ trunk/component-matrix/pom.xml	2008-08-14 10:16:16 UTC (rev 77060)
@@ -467,13 +467,13 @@
       <dependency>
         <groupId>org.jboss.aspects</groupId>
         <artifactId>jboss-current-invocation-aspects</artifactId>
-        <version>1.0.0.Beta1</version>
+        <version>1.0.0.CR1</version>
       </dependency>
       
       <dependency>
         <groupId>org.jboss.aspects</groupId>
         <artifactId>jboss-remoting-aspects</artifactId>
-        <version>1.0.0.Beta1</version>
+        <version>1.0.1.CR3</version>
         <exclusions>
           <exclusion>
             <groupId>org.jboss.aop</groupId>




More information about the jboss-cvs-commits mailing list