Skip to content

Commit 4176653

Browse files
committed
Refer to 2.12 in new release scripts
1 parent 8b33445 commit 4176653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/jobs/integrate/bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# $SCALA_VER_BASE$SCALA_VER_SUFFIX (if former variable is set)
3434
# By parsing the tag (if HEAD is tagged as v$base$suffix)
3535
# By parsing build.number for the base version, suffixing with -$sha-nightly
36-
# Serialize these versions to jenkins.properties, which are passed downstream to scala-release-2.11.x-dist.
36+
# Serialize these versions to jenkins.properties, which are passed downstream to scala-release-2.12.x-dist.
3737
# This also removes the need to tag scala/scala-dist (not possible for nightlies, still encouraged for releases, but not a hard requirement).
3838
#
3939
# Determine Module Versions
@@ -320,7 +320,7 @@ determineScalaVersion() {
320320

321321
# TODO: publish nightly snapshot using this script
322322
publishToSonatype="no"
323-
echo "repo_ref=2.11.x" >> $baseDir/jenkins.properties # for the -dist downstream jobs that build the actual archives
323+
echo "repo_ref=2.12.x" >> $baseDir/jenkins.properties # for the -dist downstream jobs that build the actual archives
324324
else
325325
echo "HEAD is tagged as $scalaTag."
326326
# borrowed from https://github.com/cloudflare/semver_bash/blob/master/semver.sh

0 commit comments

Comments
 (0)