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 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
- # 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).
7
11
starr.version =2.11.6
8
12
9
13
# These are the versions of the modules that go with this release.
10
14
# These properties are used during PR validation and in dbuild builds.
11
15
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).
13
19
scala.binary.version =2.11
14
20
# e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1
15
21
# 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