Skip to content

Commit f915361

Browse files
committed
Comments in versions.properties
1 parent 3b2abdf commit f915361

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

versions.properties

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
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).
711
starr.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).
1319
scala.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

0 commit comments

Comments
 (0)