[jboss-cvs] JBossAS SVN: r110905 - branches/JBPAPP_5_1_datagrid/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 14 05:50:14 EDT 2011


Author: mlinhard
Date: 2011-03-14 05:50:13 -0400 (Mon, 14 Mar 2011)
New Revision: 110905

Modified:
   branches/JBPAPP_5_1_datagrid/thirdparty/pom.xml
Log:
Make thirdparty/pom.xml infinispan components depend on version defined in component-matrix

Modified: branches/JBPAPP_5_1_datagrid/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1_datagrid/thirdparty/pom.xml	2011-03-14 09:16:21 UTC (rev 110904)
+++ branches/JBPAPP_5_1_datagrid/thirdparty/pom.xml	2011-03-14 09:50:13 UTC (rev 110905)
@@ -1049,7 +1049,7 @@
             <dependency>
               <groupId>org.infinispan</groupId>
               <artifactId>infinispan-client-hotrod</artifactId>
-              <version>4.2.1.CR3</version>
+              <version>${version.org.infinispan}</version>
               <mapping>
                 <componentId>org.infinispan.client.hotrod</componentId>
               </mapping>
@@ -1957,7 +1957,7 @@
     <dependency>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-client-hotrod</artifactId>
-      <version>4.2.1.CR3</version>
+      <version>${version.org.infinispan}</version>
     </dependency>    
     <dependency>
       <groupId>org.hibernate</groupId>



More information about the jboss-cvs-commits mailing list