Skip to content

Commit 5b347c5

Browse files
committed
Merge pull request scala#4247 from adriaanm/2.11.5-bump
2.11.5 bump
2 parents 783c5cc + 85f3548 commit 5b347c5

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

build.number

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#Tue Sep 11 19:21:09 CEST 2007
22
version.major=2
33
version.minor=11
4-
version.patch=5
4+
version.patch=6
55
# This is the -N part of a version. if it's 0, it's dropped from maven versions.
66
version.bnum=0
77

8-
# Note: To build a release run ant with -Dbuild.release=true
9-
# To build an RC, run ant with -Dmaven.version.suffix=-RCN
8+
# To build a release, see scripts/jobs/scala-release-2.11.x-build
9+
# (normally run by the eponymous job on scala-ci.typesafe.com).

scripts/jobs/scala-release-2.11.x-build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash -e
2+
# TODO: different scripts for the different phases -- usually we don't need to bootstrap the modules,
3+
# since we can use the previous version of scala for STARR as well as for compiling the modules (assuming it's binary compatible)
4+
# We should move away from the complicated bootstrap and set up our release schedule so we always have a previous build that satisfies these criteria.
5+
# (Potentially trivially, by splitting up this script, and publishing locker as if it were a real release.)
6+
27
# requirements:
38
# sbtCmd must point to sbt from sbt-extras (this is the standard on the Scala jenkins, so we only support that one)
49
# - ~/.sonatype-curl that consists of user = USER:PASS

versions.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# when adding new properties that influence a release,
55
# also add them to the update.versions mechanism in build.xml,
66
# which is used by scala-release-2.11.x in scala/jenkins-scripts
7-
starr.version=2.11.2
7+
starr.version=2.11.5
88
starr.use.released=1
99

1010
# These are the versions of the modules that go with this release.
@@ -14,7 +14,7 @@ starr.use.released=1
1414
scala.binary.version=2.11
1515
# e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1
1616
# this defines the dependency on scala-continuations-plugin in scala-dist's pom
17-
scala.full.version=2.11.2
17+
scala.full.version=2.11.5
1818

1919
# external modules shipped with distribution, as specified by scala-library-all's pom
2020
scala-xml.version.number=1.0.3

0 commit comments

Comments
 (0)