https://github.com/apache/spark
Revision 5eddbb5f1d9789696927f435c55df887e50a1389 authored by Xingbo Jiang on 29 October 2019, 05:31:29 UTC, committed by Xingbo Jiang on 29 October 2019, 05:31:29 UTC
### What changes were proposed in this pull request?

To push the built jars to maven release repository, we need to remove the 'SNAPSHOT' tag from the version name.

Made the following changes in this PR:
* Update all the `3.0.0-SNAPSHOT` version name to `3.0.0-preview`
* Update the PySpark version from `3.0.0.dev0` to `3.0.0`

**Please note those changes were generated by the release script in the past, but this time since we manually add tags on master branch, we need to manually apply those changes too.**

We shall revert the changes after 3.0.0-preview release passed.

### Why are the changes needed?

To make the maven release repository to accept the built jars.

### Does this PR introduce any user-facing change?

No

### How was this patch tested?

N/A

Closes #26243 from jiangxb1987/3.0.0-preview-prepare.

Lead-authored-by: Xingbo Jiang <xingbo.jiang@databricks.com>
Co-authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: Xingbo Jiang <xingbo.jiang@databricks.com>
1 parent fb80dfe
History
Tip revision: 5eddbb5f1d9789696927f435c55df887e50a1389 authored by Xingbo Jiang on 29 October 2019, 05:31:29 UTC
Prepare Spark release v3.0.0-preview-rc1
Tip revision: 5eddbb5

README.md

back to top