|
1 | | -#Wed, 19 Mar 2014 03:05:28 +0100 |
| 1 | +#Fri, 04 Apr 2014 23:11:56 +0200 |
2 | 2 | # NOTE: this file determines the content of the scala-distribution |
3 | 3 | # via scala-dist-pom.xml and scala-library-all-pom.xml |
4 | 4 | # when adding new properties that influence a release, |
5 | 5 | # also add them to the update.versions mechanism in build.xml, |
6 | 6 | # which is used by scala-release-2.11.x in scala/jenkins-scripts |
7 | | -starr.version=2.11.0-RC3 |
| 7 | +starr.version=2.11.0-RC4 |
8 | 8 | starr.use.released=1 |
9 | 9 |
|
10 | 10 | # These are the versions of the modules that go with this release. |
11 | 11 | # These properties are used during PR validation and in dbuild builds. |
12 | 12 |
|
13 | 13 | # e.g. 2.11.0-RC1, 2.11 |
14 | | -scala.binary.version=2.11.0-RC3 |
| 14 | +scala.binary.version=2.11.0-RC4 |
15 | 15 | # e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1 |
16 | 16 | # this defines the dependency on scala-continuations-plugin in scala-dist's pom |
17 | | -scala.full.version=2.11.0-RC3 |
| 17 | +scala.full.version=2.11.0-RC4 |
18 | 18 |
|
19 | 19 | # external modules shipped with distribution, as specified by scala-library-all's pom |
20 | 20 | scala-xml.version.number=1.0.1 |
21 | 21 | scala-parser-combinators.version.number=1.0.1 |
22 | 22 | scala-continuations-plugin.version.number=1.0.1 |
23 | 23 | scala-continuations-library.version.number=1.0.1 |
24 | 24 | scala-swing.version.number=1.0.1 |
25 | | -akka-actor.version.number=2.3.0 |
| 25 | +akka-actor.version.number=2.3.2 |
26 | 26 | actors-migration.version.number=1.1.0 |
27 | 27 |
|
28 | 28 | # external modules, used internally (not shipped) |
|
0 commit comments