summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-04-04 13:04:21 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-04-04 13:11:46 -0700
commitb48ecfc2ec9da4c8861f33df4ca9b6b01f30a7da (patch)
tree0a36b1164618f2ce89dedd2418093789e2372f1c /versions.properties
parent470a51285b686b0f0e0149d1741f76b03ecab310 (diff)
downloadscala-b48ecfc2ec9da4c8861f33df4ca9b6b01f30a7da.tar.gz
scala-b48ecfc2ec9da4c8861f33df4ca9b6b01f30a7da.tar.bz2
scala-b48ecfc2ec9da4c8861f33df4ca9b6b01f30a7da.zip
Render scala.full.version to versions.properties.
When called with -Dupdate.versions, the build will render its current set of versions to versions properties. This is used during releases, when bootstrapping to a consistent set of modules that constitute a release. Particularly, scala.full.version is the non-SNAPSHOT full version of scala that's closed to maven.version.number. It's similar in spirit to the module build's snapshotScalaBinaryVersion, except that it's always the full version, so, e.g., 2.11.1 rather than 2.11. This version is so far only used to determine the dependency on scala-continuations-plugin in scala-dist.
Diffstat (limited to 'versions.properties')
-rw-r--r--versions.properties10
1 files changed, 7 insertions, 3 deletions
diff --git a/versions.properties b/versions.properties
index 54d1a5536b..ad4eab5ad1 100644
--- a/versions.properties
+++ b/versions.properties
@@ -1,4 +1,9 @@
#Wed, 19 Mar 2014 03:05:28 +0100
+# 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-RC3
starr.use.released=1
@@ -8,16 +13,15 @@ starr.use.released=1
# e.g. 2.11.0-RC1, 2.11
scala.binary.version=2.11.0-RC3
# 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-RC3
-# external modules shipped with distribution:
+# 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
-
-# these ship with distribution (and scala-library-all depends on them)
akka-actor.version.number=2.3.0
actors-migration.version.number=1.1.0