spark-instrumented-optimizer/dev/create-release
Michael Allman f5b6dc5e3e [SPARK-8401] [BUILD] Scala version switching build enhancements
These commits address a few minor issues in the Scala cross-version support in the build:

  1. Correct two missing `${scala.binary.version}` pom file substitutions.
  2. Don't update `scala.binary.version` in parent POM. This property is set through profiles.
  3. Update the source of the generated scaladocs in `docs/_plugins/copy_api_dirs.rb`.
  4. Factor common code out of `dev/change-version-to-*.sh` and add some validation. We also test `sed` to see if it's GNU sed and try `gsed` as an alternative if not. This prevents the script from running with a non-GNU sed.

This is my original work and I license this work to the Spark project under the Apache License.

Author: Michael Allman <michael@videoamp.com>

Closes #6832 from mallman/scala-versions and squashes the following commits:

cde2f17 [Michael Allman] Delete dev/change-version-to-*.sh, replacing them with single dev/change-scala-version.sh script that takes a version as argument
02296f2 [Michael Allman] Make the scala version change scripts cross-platform by restricting ourselves to POSIX sed syntax instead of looking for GNU sed
ad9b40a [Michael Allman] Factor change-scala-version.sh out of change-version-to-*.sh, adding command line argument validation and testing for GNU sed
bdd20bf [Michael Allman] Update source of scaladocs when changing Scala version
475088e [Michael Allman] Replace jackson-module-scala_2.10 with jackson-module-scala_${scala.binary.version}
2015-07-21 11:14:31 +01:00
..
create-release.sh [SPARK-8401] [BUILD] Scala version switching build enhancements 2015-07-21 11:14:31 +01:00
generate-changelist.py Add line continuation for script to work w/ py2.7.5 2014-08-27 15:50:30 -07:00
generate-contributors.py [Release] Update contributors list format and sort it 2014-12-16 22:14:18 -08:00
known_translations [HOTFIX] Adding new names to known contributors 2015-07-14 21:44:47 -07:00
releaseutils.py Fix install jira-python 2015-05-23 09:14:07 -07:00
translate-contributors.py [Release] Update contributors list format and sort it 2014-12-16 22:14:18 -08:00