[infinispan-commits] Infinispan SVN: r2429 - in branches/4.2.x/server: memcached and 1 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Sep 23 06:11:53 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-09-23 06:11:52 -0400 (Thu, 23 Sep 2010)
New Revision: 2429

Modified:
   branches/4.2.x/server/hotrod/pom.xml
   branches/4.2.x/server/memcached/pom.xml
   branches/4.2.x/server/rest/pom.xml
Log:
[ISPN-656] (Fixing Scala integration with IntelliJ with new plugin) Fix in rest of Scala projects.

Modified: branches/4.2.x/server/hotrod/pom.xml
===================================================================
--- branches/4.2.x/server/hotrod/pom.xml	2010-09-23 09:38:44 UTC (rev 2428)
+++ branches/4.2.x/server/hotrod/pom.xml	2010-09-23 10:11:52 UTC (rev 2429)
@@ -61,6 +61,9 @@
                   </goals>
                </execution>
             </executions>
+            <configuration>
+               <scalaVersion>2.8.0</scalaVersion>
+            </configuration>
          </plugin>
          <plugin>
             <groupId>org.apache.felix</groupId>

Modified: branches/4.2.x/server/memcached/pom.xml
===================================================================
--- branches/4.2.x/server/memcached/pom.xml	2010-09-23 09:38:44 UTC (rev 2428)
+++ branches/4.2.x/server/memcached/pom.xml	2010-09-23 10:11:52 UTC (rev 2429)
@@ -61,6 +61,9 @@
                   </goals>
                </execution>
             </executions>
+            <configuration>
+               <scalaVersion>2.8.0</scalaVersion>
+            </configuration>
          </plugin>
          <plugin>
             <groupId>org.apache.felix</groupId>

Modified: branches/4.2.x/server/rest/pom.xml
===================================================================
--- branches/4.2.x/server/rest/pom.xml	2010-09-23 09:38:44 UTC (rev 2428)
+++ branches/4.2.x/server/rest/pom.xml	2010-09-23 10:11:52 UTC (rev 2429)
@@ -46,6 +46,9 @@
                   </goals>
                </execution>
             </executions>
+            <configuration>
+               <scalaVersion>2.8.0</scalaVersion>
+            </configuration>
          </plugin>
          <plugin>
             <groupId>org.mortbay.jetty</groupId>



More information about the infinispan-commits mailing list