You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2010/06/17 15:45:49 UTC

svn commit: r955594 - in /incubator/clerezza/trunk/scala-scripting: pom.xml script-engine/pom.xml

Author: reto
Date: Thu Jun 17 13:45:48 2010
New Revision: 955594

URL: http://svn.apache.org/viewvc?rev=955594&view=rev
Log:
using RC5 consistently

Modified:
    incubator/clerezza/trunk/scala-scripting/pom.xml
    incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml

Modified: incubator/clerezza/trunk/scala-scripting/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/scala-scripting/pom.xml?rev=955594&r1=955593&r2=955594&view=diff
==============================================================================
--- incubator/clerezza/trunk/scala-scripting/pom.xml (original)
+++ incubator/clerezza/trunk/scala-scripting/pom.xml Thu Jun 17 13:45:48 2010
@@ -21,12 +21,12 @@
 				<groupId>org.scala-lang</groupId>
 				<artifactId>scala-library</artifactId>
 <!-- test failures with RC>2, see http://groups.google.com/group/scalatest-users/browse_thread/thread/1c68b6ebba676bc8 -->
-				<version>2.8.0.RC2</version>
+				<version>2.8.0.RC5</version>
 			</dependency>
 			<dependency>
 				<groupId>org.scala-lang</groupId>
 				<artifactId>scala-compiler</artifactId>
-				<version>2.8.0.RC2</version>
+				<version>2.8.0.RC5</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.clerezza.scala</groupId>

Modified: incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml?rev=955594&r1=955593&r2=955594&view=diff
==============================================================================
--- incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml (original)
+++ incubator/clerezza/trunk/scala-scripting/script-engine/pom.xml Thu Jun 17 13:45:48 2010
@@ -12,12 +12,10 @@
 		<dependency>
 			<groupId>org.scala-lang</groupId>
 			<artifactId>scala-compiler</artifactId>
-			<version>2.8.0.RC2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>
 			<artifactId>scala-library</artifactId>
-			<version>2.8.0.RC2</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>