[infinispan-commits] Infinispan SVN: r1942 - in branches/4.1.x: parent and 1 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Jun 30 16:59:43 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-06-30 16:59:43 -0400 (Wed, 30 Jun 2010)
New Revision: 1942

Modified:
   branches/4.1.x/client/hotrod-client/pom.xml
   branches/4.1.x/parent/pom.xml
   branches/4.1.x/server/pom.xml
Log:
[ISPN-519] (Update to Scala 2.8.0.RC7) Done.

Modified: branches/4.1.x/client/hotrod-client/pom.xml
===================================================================
--- branches/4.1.x/client/hotrod-client/pom.xml	2010-06-30 20:26:29 UTC (rev 1941)
+++ branches/4.1.x/client/hotrod-client/pom.xml	2010-06-30 20:59:43 UTC (rev 1942)
@@ -9,12 +9,11 @@
       <version>4.1.0-SNAPSHOT</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
+
    <properties>
       <version.netty>3.2.0.Final</version.netty>
-      <version.scala>2.8.0.RC3</version.scala>
    </properties>
 
-
    <artifactId>infinispan-client-hotrod</artifactId>
    <name>Infinispan Client Hotrod Module</name>
    <description>Infinispan client hotrod module</description>

Modified: branches/4.1.x/parent/pom.xml
===================================================================
--- branches/4.1.x/parent/pom.xml	2010-06-30 20:26:29 UTC (rev 1941)
+++ branches/4.1.x/parent/pom.xml	2010-06-30 20:59:43 UTC (rev 1942)
@@ -75,6 +75,7 @@
       </jboss.releases.repo.url>
       <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/
       </jboss.snapshots.repo.url>
+      <version.scala>2.8.0.RC7</version.scala>      
    </properties>
 
    <dependencies>

Modified: branches/4.1.x/server/pom.xml
===================================================================
--- branches/4.1.x/server/pom.xml	2010-06-30 20:26:29 UTC (rev 1941)
+++ branches/4.1.x/server/pom.xml	2010-06-30 20:59:43 UTC (rev 1942)
@@ -14,10 +14,6 @@
    <name>Parent pom for server modules</name>
    <packaging>pom</packaging>
 
-   <properties>
-      <version.scala>2.8.0.RC3</version.scala>
-   </properties>
-
    <dependencies>
       <dependency>
          <groupId>${project.groupId}</groupId>



More information about the infinispan-commits mailing list