File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 33# via scala-dist-pom.xml and scala-library-all-pom.xml
44# when adding new properties that influence a release,
55# also add them to the update.versions mechanism in build.xml,
6- # which is used by scala-release-2.11.x in scala/jenkins-scripts
6+ # which is used by the release script scripts/jobs/integrate/bootstrap
7+
8+ # The scala version used for boostrapping. This has no impact on the final classfiles:
9+ # there are two stages (locker and quick), so compiler and library are always built
10+ # with themselves. Stability is ensured by building a third stage (strap).
711starr.version =2.11.6
812
913# These are the versions of the modules that go with this release.
1014# These properties are used during PR validation and in dbuild builds.
1115
12- # e.g. 2.11.0-RC1, 2.11
16+ # The scala.binary.version determines how modules are resolved. After 2.x.0 is released,
17+ # the binary version is 2.x. For milestones and RCs, modules are cross-built against the
18+ # full version, so the value, so the value is the full version (e.g. 2.12.0-M1).
1319scala.binary.version =2.11
1420# e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1
1521# this defines the dependency on scala-continuations-plugin in scala-dist's pom
You can’t perform that action at this time.
0 commit comments