This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 1a55019 [SPARK-31168][BUILD][FOLLOWUP] Update scala-2.12 profile
1a55019 is described below
commit 1a55019b1fce91c1dd1a36044dca2714b5bb1247
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun May 30 21:27:24 2021 -0700
[SPARK-31168][BUILD][FOLLOWUP] Update scala-2.12 profile
### What changes were proposed in this pull request?
This PR is a follow-up of https://github.com/apache/spark/pull/32697 to
update the missed part.
After SPARK-34774, we have Scala 2.12 version in `scala-2.12` profile.
### Why are the changes needed?
To be consistent.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs and manual.
**BEFORE**
```
$ build/mvn help:evaluate -Pscala-2.12 -Dexpression=scala.version | grep
"^2.12"
Using `mvn` from path: /usr/local/bin/mvn
2.12.10
```
**AFTER**
```
$ build/mvn help:evaluate -Pscala-2.12 -Dexpression=scala.version | grep
"^2.12"
Using `mvn` from path: /usr/local/bin/mvn
2.12.14
```
Closes #32707 from dongjoon-hyun/SPARK-31168-2.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8de7d5a..930030e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3331,7 +3331,7 @@
SPARK-34774 Add this property to ensure change-scala-version.sh can
replace the public `scala.version`
property correctly.
-->
- <scala.version>2.12.10</scala.version>
+ <scala.version>2.12.14</scala.version>
</properties>
<build>
<pluginManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]