summaryrefslogtreecommitdiff
path: root/versions.properties
blob: 4e0485fdd0c15bc3e8dc8d86da674bb1b4f74c94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#Fri, 04 Apr 2014 23:11:56 +0200
# NOTE: this file determines the content of the scala-distribution
# via scala-dist-pom.xml and scala-library-all-pom.xml
# when adding new properties that influence a release,
# also add them to the update.versions mechanism in build.xml,
# which is used by scala-release-2.11.x in scala/jenkins-scripts
starr.version=2.11.0-RC4
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-RC4
# e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1
# this defines the dependency on scala-continuations-plugin in scala-dist's pom
scala.full.version=2.11.0-RC4

# external modules shipped with distribution, as specified by scala-library-all's pom
scala-xml.version.number=1.0.1
scala-parser-combinators.version.number=1.0.1
scala-continuations-plugin.version.number=1.0.1
scala-continuations-library.version.number=1.0.1
scala-swing.version.number=1.0.1
akka-actor.version.number=2.3.2
actors-migration.version.number=1.1.0

# external modules, used internally (not shipped)
partest.version.number=1.0.0
scalacheck.version.number=1.11.3

# TODO: modularize the compiler
#scala-compiler-doc.version.number=1.0.0-RC1
#scala-compiler-interactive.version.number=1.0.0-RC1