Josh Rosen created SPARK-10126: ---------------------------------- Summary: Fix typo in release-build.sh which broke snapshot publishing for Scala 2.11 Key: SPARK-10126 URL: https://issues.apache.org/jira/browse/SPARK-10126 Project: Spark Issue Type: Bug Components: Build, Project Infra Affects Versions: 1.5.0 Reporter: Josh Rosen Priority: Blocker
Obvious typo in release-build.sh broke the 2.11 Maven snapshot publisher: {code} ./dev/change-scala-version.sh 2.10 $MVN -DzincPort=$ZINC_PORT -Dscala-2.11 --settings $tmp_settings \ -DskipTests $PUBLISH_PROFILES deploy {code} Should change to 2.11, not 2.10. Should probably clean in-between as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org