Skip to content

Commit

Permalink
ISPN-764 Upgrade to Scala 2.8.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
maniksurtani committed Nov 18, 2010
1 parent 8e1eb2f commit 1c255cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -120,7 +120,7 @@
<version.rhq.pluginAnnotations>3.0.1</version.rhq.pluginAnnotations>
<version.rhq.plugingen>3.0.1</version.rhq.plugingen>
<version.rhq>3.0.0</version.rhq>
<version.scala>2.8.0</version.scala>
<version.scala>2.8.1</version.scala>
<version.slf4j>1.5.8</version.slf4j>
<version.spymemcached>2.5</version.spymemcached>
<version.testng>5.11</version.testng>
Expand Down
2 changes: 1 addition & 1 deletion server/core/pom.xml
Expand Up @@ -61,7 +61,7 @@
</execution>
</executions>
<configuration>
<scalaVersion>2.8.0</scalaVersion>
<scalaVersion>${version.scala}</scalaVersion>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion server/hotrod/pom.xml
Expand Up @@ -62,7 +62,7 @@
</execution>
</executions>
<configuration>
<scalaVersion>2.8.0</scalaVersion>
<scalaVersion>${version.scala}</scalaVersion>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion server/memcached/pom.xml
Expand Up @@ -62,7 +62,7 @@
</execution>
</executions>
<configuration>
<scalaVersion>2.8.0</scalaVersion>
<scalaVersion>${version.scala}</scalaVersion>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion server/rest/pom.xml
Expand Up @@ -47,7 +47,7 @@
</execution>
</executions>
<configuration>
<scalaVersion>2.8.0</scalaVersion>
<scalaVersion>${version.scala}</scalaVersion>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 1c255cf

Please sign in to comment.