summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2016-11-01 10:59:12 -0700
committerAdriaan Moors <adriaan@lightbend.com>2016-11-01 10:59:12 -0700
commitbb4943f8557141cb1e1df926a359671a74041d5e (patch)
tree2fd0d8734ed1c148916da320fdcc8c1dee0845e1 /versions.properties
parentde003f7fc3a4c8a9b096249149c8d9e2a2387c16 (diff)
parent8684ae833dcfeac6107343fcca5501301e509eef (diff)
downloadscala-bb4943f8557141cb1e1df926a359671a74041d5e.tar.gz
scala-bb4943f8557141cb1e1df926a359671a74041d5e.tar.bz2
scala-bb4943f8557141cb1e1df926a359671a74041d5e.zip
Merge 2.12.0 into 2.12.x
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties9
1 files changed, 6 insertions, 3 deletions
diff --git a/versions.properties b/versions.properties
index 7b96071386..9563619ec5 100644
--- a/versions.properties
+++ b/versions.properties
@@ -3,12 +3,15 @@
# starr, then rebuilt using themselves.)
starr.version=2.12.0-RC2
-# Set in the following way:
+# These are the versions of the modules that go with this release.
+# These properties are used during PR validation and in dbuild builds.
+
+# The scala.binary.version determines how modules are resolved. For example, it
+# determines which partest artifact is being used for running the tests.
+# It has to be set in the following way:
# - After 2.x.0 is released, the binary version is 2.x.
# - During milestones and RCs, modules are cross-built against the full version.
# So the value is the full version (e.g. 2.12.0-M2).
-# Also determines how modules are resolved. For example, it determines which
-# partest artifact is being used for running the tests.
scala.binary.version=2.12
# external modules shipped with distribution, as specified by scala-library-all's pom