summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-11-01 13:12:32 -0400
committerAdriaan Moors <adriaan@lightbend.com>2016-11-01 10:12:32 -0700
commitde003f7fc3a4c8a9b096249149c8d9e2a2387c16 (patch)
treee26424083c27f2ad920b611cbb75249639c1ba91 /scripts
parent6e89887b60bf9776cd02d9570d3b8c4cfe63a8fa (diff)
downloadscala-de003f7fc3a4c8a9b096249149c8d9e2a2387c16.tar.gz
scala-de003f7fc3a4c8a9b096249149c8d9e2a2387c16.tar.bz2
scala-de003f7fc3a4c8a9b096249149c8d9e2a2387c16.zip
Bump baseVersion to 2.12.1 (#5389)
Binary version (for modules) is now 2.12, starr is 2.12.0-RC2. Also, drop repo_ref from jenkins.properties; It's propagated downstream by the '-main' build flows already.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jobs/integrate/bootstrap2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/jobs/integrate/bootstrap b/scripts/jobs/integrate/bootstrap
index 5340bda0e1..ed1e05251a 100755
--- a/scripts/jobs/integrate/bootstrap
+++ b/scripts/jobs/integrate/bootstrap
@@ -317,8 +317,6 @@ scalaVerToBinary() {
determineScalaVersion() {
cd $WORKSPACE
parseScalaProperties "versions.properties"
- echo "repo_ref=2.12.x" >> $baseDir/jenkins.properties # for the -dist downstream jobs that build the actual archives
-
# each of the branches below defines the following vars: SCALA_VER_BASE, SCALA_VER_SUFFIX, SCALADOC_SOURCE_LINKS_VER, publishToSonatype
if [ -z "$SCALA_VER_BASE" ]; then