From a3987d86ef64387decc277bdaa2fa48b68f07025 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 10 Apr 2017 11:04:04 -0700 Subject: Bump on 2.11.10 release --- build.number | 2 +- build.sbt | 2 +- scripts/jobs/integrate/windows | 2 +- test/benchmarks/build.sbt | 2 +- versions.properties | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.number b/build.number index eb7a952b15..6c222a08f6 100644 --- a/build.number +++ b/build.number @@ -4,7 +4,7 @@ version.major=2 version.minor=11 -version.patch=10 +version.patch=11 # This is the -N part of a version (2.9.1-1). If it's 0, it's dropped from maven versions. It should not be used again. version.bnum=0 diff --git a/build.sbt b/build.sbt index c7576bcc60..517dd03529 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq( // VersionUtil.versionPropertiesImpl for details. The standard sbt `version` setting should not be set directly. It // is the same as the Maven version and derived automatically from `baseVersion` and `baseVersionSuffix`. globalVersionSettings -baseVersion in Global := "2.11.10" +baseVersion in Global := "2.11.11" baseVersionSuffix in Global := "SNAPSHOT" mimaReferenceVersion in Global := Some("2.11.0") diff --git a/scripts/jobs/integrate/windows b/scripts/jobs/integrate/windows index 83caaaa676..baed9f6236 100755 --- a/scripts/jobs/integrate/windows +++ b/scripts/jobs/integrate/windows @@ -12,7 +12,7 @@ javac -version ant -version ant \ - -Dstarr.version=2.11.9 \ + -Dstarr.version=2.11.10 \ -Dscalac.args.optimise=-optimise \ -Dlocker.skip=1 \ test diff --git a/test/benchmarks/build.sbt b/test/benchmarks/build.sbt index 7ffa4a4346..f80305f24b 100644 --- a/test/benchmarks/build.sbt +++ b/test/benchmarks/build.sbt @@ -1,5 +1,5 @@ scalaHome := Some(file("../../build/pack")) -scalaVersion := "2.11.9" +scalaVersion := "2.11.10" scalacOptions ++= Seq("-feature", "-Yopt:l:classpath") lazy val root = (project in file(".")). diff --git a/versions.properties b/versions.properties index 55420f6c3f..4318bfa6e3 100644 --- a/versions.properties +++ b/versions.properties @@ -8,7 +8,7 @@ # The scala version used for bootstrapping. This has no impact on the final classfiles: # there are two stages (locker and quick), so compiler and library are always built # with themselves. Stability is ensured by building a third stage (strap). -starr.version=2.11.9 +starr.version=2.11.10 # These are the versions of the modules that go with this release. # These properties are used during PR validation and in dbuild builds. @@ -22,7 +22,7 @@ starr.version=2.11.9 scala.binary.version=2.11 # 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.9 +scala.full.version=2.11.10 # external modules shipped with distribution, as specified by scala-library-all's pom scala-xml.version.number=1.0.5 -- cgit v1.2.3 From 7a5df5702c64a8cc3ee1f356a000d89761e4db70 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 10 Apr 2017 11:07:00 -0700 Subject: Update README.md Fix table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4babc4642..549045cbbc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Please report bugs at the [scala/bug issue tracker](https://github.com/scala/bug # Get in touch! If you need some help with your PR at any time, please feel free to @-mention anyone from the list below, and we will do our best to help you out: - | username | talk to me about... | +| | username | talk to me about... | --------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---------------------------------------------------| | [`@adriaanm`](https://github.com/adriaanm) | type checker, pattern matcher, infrastructure, language spec | | [`@SethTisue`](https://github.com/SethTisue) | build, developer docs, community build, Jenkins, library, the welcome-to-Scala experience | -- cgit v1.2.3