Skip to content

Commit

Permalink
upgrade spark (pingcap#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Aug 4, 2022
1 parent 0465331 commit 0f05fb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf.version>3.1.0</protobuf.version>
<spark.version.compile>3.0.2</spark.version.compile>
<spark.version.test>3.0.2</spark.version.test>
<spark.version.compile>3.0.3</spark.version.compile>
<spark.version.test>3.0.3</spark.version.test>
<spark.version.release>3.0</spark.version.release>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.12.10</scala.version>
Expand Down Expand Up @@ -180,8 +180,8 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<spark.version.compile>3.1.1</spark.version.compile>
<spark.version.test>3.1.1</spark.version.test>
<spark.version.compile>3.1.3</spark.version.compile>
<spark.version.test>3.1.3</spark.version.test>
<spark.version.release>3.1</spark.version.release>
</properties>
</profile>
Expand All @@ -191,8 +191,8 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<spark.version.compile>3.2.1</spark.version.compile>
<spark.version.test>3.2.1</spark.version.test>
<spark.version.compile>3.2.2</spark.version.compile>
<spark.version.test>3.2.2</spark.version.test>
<spark.version.release>3.2</spark.version.release>
</properties>
</profile>
Expand Down

0 comments on commit 0f05fb0

Please sign in to comment.