[jboss-cvs] JBossAS SVN: r108026 - branches/infinispan-int/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 7 15:48:08 EDT 2010


Author: pferraro
Date: 2010-09-07 15:48:08 -0400 (Tue, 07 Sep 2010)
New Revision: 108026

Modified:
   branches/infinispan-int/component-matrix/pom.xml
Log:
Fixed ref to non-existent infinispan version

Modified: branches/infinispan-int/component-matrix/pom.xml
===================================================================
--- branches/infinispan-int/component-matrix/pom.xml	2010-09-07 19:42:02 UTC (rev 108025)
+++ branches/infinispan-int/component-matrix/pom.xml	2010-09-07 19:48:08 UTC (rev 108026)
@@ -2470,7 +2470,7 @@
       <dependency>
         <groupId>org.infinispan</groupId>
         <artifactId>infinispan-core</artifactId>
-        <version>4.1.1-SNAPSHOT</version>
+        <version>${version.org.infinispan}</version>
         <exclusions>
           <exclusion>
             <groupId>log4j</groupId>



More information about the jboss-cvs-commits mailing list