File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
# $SCALA_VER_BASE$SCALA_VER_SUFFIX (if former variable is set)
34
34
# By parsing the tag (if HEAD is tagged as v$base$suffix)
35
35
# 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.
37
37
# This also removes the need to tag scala/scala-dist (not possible for nightlies, still encouraged for releases, but not a hard requirement).
38
38
#
39
39
# Determine Module Versions
@@ -320,7 +320,7 @@ determineScalaVersion() {
320
320
321
321
# TODO: publish nightly snapshot using this script
322
322
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
324
324
else
325
325
echo " HEAD is tagged as $scalaTag ."
326
326
# borrowed from https://github.com/cloudflare/semver_bash/blob/master/semver.sh
You can’t perform that action at this time.
0 commit comments