[infinispan-commits] Infinispan SVN: r2431 - in trunk/server: memcached and 1 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Sep 23 06:39:24 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-09-23 06:39:24 -0400 (Thu, 23 Sep 2010)
New Revision: 2431

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


Modified: trunk/server/hotrod/pom.xml
===================================================================
--- trunk/server/hotrod/pom.xml	2010-09-23 10:21:40 UTC (rev 2430)
+++ trunk/server/hotrod/pom.xml	2010-09-23 10:39:24 UTC (rev 2431)
@@ -61,6 +61,9 @@
                   </goals>
                </execution>
             </executions>
+            <configuration>
+               <scalaVersion>2.8.0</scalaVersion>
+            </configuration>
          </plugin>
          <plugin>
             <groupId>org.apache.felix</groupId>

Modified: trunk/server/memcached/pom.xml
===================================================================
--- trunk/server/memcached/pom.xml	2010-09-23 10:21:40 UTC (rev 2430)
+++ trunk/server/memcached/pom.xml	2010-09-23 10:39:24 UTC (rev 2431)
@@ -61,6 +61,9 @@
                   </goals>
                </execution>
             </executions>
+            <configuration>
+               <scalaVersion>2.8.0</scalaVersion>
+            </configuration>
          </plugin>
          <plugin>
             <groupId>org.apache.felix</groupId>

Modified: trunk/server/rest/pom.xml
===================================================================
--- trunk/server/rest/pom.xml	2010-09-23 10:21:40 UTC (rev 2430)
+++ trunk/server/rest/pom.xml	2010-09-23 10:39:24 UTC (rev 2431)
@@ -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