summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-01-29 11:22:04 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-01-29 11:22:04 +1000
commit41766537c03e5ed953cc806c2a8629b115097996 (patch)
tree99be5b41a9b55236ef2abb9e6978a90eb12184a8 /scripts
parent8b334459d0e09cf486b12ea6869ddc2f2a9eb6a6 (diff)
downloadscala-41766537c03e5ed953cc806c2a8629b115097996.tar.gz
scala-41766537c03e5ed953cc806c2a8629b115097996.tar.bz2
scala-41766537c03e5ed953cc806c2a8629b115097996.zip
Refer to 2.12 in new release scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jobs/integrate/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/jobs/integrate/bootstrap b/scripts/jobs/integrate/bootstrap
index 46d610018c..e2ddaeda55 100755
--- a/scripts/jobs/integrate/bootstrap
+++ b/scripts/jobs/integrate/bootstrap
@@ -33,7 +33,7 @@
# $SCALA_VER_BASE$SCALA_VER_SUFFIX (if former variable is set)
# By parsing the tag (if HEAD is tagged as v$base$suffix)
# By parsing build.number for the base version, suffixing with -$sha-nightly
-# Serialize these versions to jenkins.properties, which are passed downstream to scala-release-2.11.x-dist.
+# Serialize these versions to jenkins.properties, which are passed downstream to scala-release-2.12.x-dist.
# This also removes the need to tag scala/scala-dist (not possible for nightlies, still encouraged for releases, but not a hard requirement).
#
# Determine Module Versions
@@ -320,7 +320,7 @@ determineScalaVersion() {
# TODO: publish nightly snapshot using this script
publishToSonatype="no"
- echo "repo_ref=2.11.x" >> $baseDir/jenkins.properties # for the -dist downstream jobs that build the actual archives
+ echo "repo_ref=2.12.x" >> $baseDir/jenkins.properties # for the -dist downstream jobs that build the actual archives
else
echo "HEAD is tagged as $scalaTag."
# borrowed from https://github.com/cloudflare/semver_bash/blob/master/semver.sh