summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-04-03 11:39:32 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-04-03 12:21:10 +0200
commit2ba045368cf039cade862b8d4141d03659eb5bd8 (patch)
tree3ed518ba9e7452c7f30476593318565eaa0159dd /versions.properties
parentceb99257ae98e5bc3603132445582517b3a425b7 (diff)
downloadscala-2ba045368cf039cade862b8d4141d03659eb5bd8.tar.gz
scala-2ba045368cf039cade862b8d4141d03659eb5bd8.tar.bz2
scala-2ba045368cf039cade862b8d4141d03659eb5bd8.zip
Further tweak version of continuations plugin in scala-dist.pom
While we must use full version, rather than the cross version (12720e699), we need to use latest non-snapshot version. This should avoid failures like: https://jenkins.scala-ide.org:8496/jenkins/view/Scala%20Xsource%20flag%20nightlies/job/Akka/63/console Such as: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.scala-lang.plugins#scala-continuations-plugin_2.11.0-SNAPSHOT;1.0.1: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: sbt.ResolveException: unresolved dependency: org.scala-lang.plugins#scala-continuations-plugin_2.11.0-SNAPSHOT;1.0.1:
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/versions.properties b/versions.properties
index d92553d68d..54d1a5536b 100644
--- a/versions.properties
+++ b/versions.properties
@@ -4,7 +4,11 @@ starr.use.released=1
# These are the versions of the modules that go with this release.
# These properties are used during PR validation and in dbuild builds.
+
+# e.g. 2.11.0-RC1, 2.11
scala.binary.version=2.11.0-RC3
+# e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1
+scala.full.version=2.11.0-RC3
# external modules shipped with distribution:
scala-xml.version.number=1.0.1