From: Tomas Cere Date: Tue, 24 Nov 2015 08:25:25 +0000 (+0100) Subject: BUG-4963: Bump scala to 2.11.7 X-Git-Tag: release/beryllium~13 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F32757%2F3;p=controller.git BUG-4963: Bump scala to 2.11.7 With 2.10 I was experiencing random freezes when installing features that used it in karaf. Bumping to 2.11 doesn't seem to break anything nor has any downsides. We have scala.micro.version defined so use it instead of the hardcoded micro version Change-Id: I2a445790980d0da3152db3664294fd789f8272c7 Signed-off-by: Tomas Cere Signed-off-by: Robert Varga --- diff --git a/features/akka/pom.xml b/features/akka/pom.xml index f0868a1d53..a8e63ed0b0 100644 --- a/features/akka/pom.xml +++ b/features/akka/pom.xml @@ -26,7 +26,7 @@ 1.6.0-SNAPSHOT 2.16 2.3.14 - 2.10 + 2.11 diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index d2b2d1d4d4..d39ae0a325 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -119,8 +119,8 @@ 0.6.0-SNAPSHOT 0.6.0-SNAPSHOT 0.6.0-SNAPSHOT - 2.10 - 4 + 2.11 + 7 0.6.0-SNAPSHOT 0.6.0-SNAPSHOT dav:http://nexus.opendaylight.org/content/sites/site @@ -784,12 +784,12 @@ org.scala-lang scala-library - ${scala.version}.1 + ${scala.version}.${scala.micro.version} org.scala-lang scala-reflect - ${scala.version}.1 + ${scala.version}.${scala.micro.version} org.opendaylight.controller