[infinispan-commits] Infinispan SVN: r174 - in trunk: tree and 1 other directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Mon Apr 27 12:05:08 EDT 2009


Author: galder.zamarreno at jboss.com
Date: 2009-04-27 12:05:07 -0400 (Mon, 27 Apr 2009)
New Revision: 174

Modified:
   trunk/core/pom.xml
   trunk/tree/
Log:
[ISPN-67] (Fixe tree/ failures using JBossMarshaller) Some of these were failures due to JBMAR-49 and JBMAR-50 bugs. Upgraded to JBMAR 1.1.2.GA.

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2009-04-27 15:42:17 UTC (rev 173)
+++ trunk/core/pom.xml	2009-04-27 16:05:07 UTC (rev 174)
@@ -47,22 +47,22 @@
       
       <dependency>
          <groupId>org.jboss.marshalling</groupId>
-         <artifactId>marshalling-api</artifactId>
-         <version>1.1.1.GA</version>
+         <artifactId>marshalling-api</artifactId> 
+         <version>1.1.2.GA</version>
       </dependency>
       
       <dependency>
+         <groupId>org.jboss.marshalling</groupId>
+         <artifactId>river</artifactId>
+         <version>1.1.2.GA</version>
+      </dependency>
+      
+      <dependency>
          <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
          <version>1.2.14</version>
          <optional>true</optional>
       </dependency>
 
-      <dependency>
-         <groupId>org.jboss.marshalling</groupId>
-         <artifactId>river</artifactId>
-         <version>1.1.1.GA</version>
-      </dependency>
-
    </dependencies>
 </project>


Property changes on: trunk/tree
___________________________________________________________________
Name: svn:ignore
   + target
.settings
.classpath
.project





More information about the infinispan-commits mailing list