Skip to content

Commit

Permalink
change profile to 3.0 3.1 (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
qidi1 committed Aug 24, 2022
1 parent 7274a06 commit 73acd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

<profiles>
<profile>
<id>spark-3.1.1</id>
<id>spark-3.1</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
Expand All @@ -184,7 +184,7 @@
</properties>
</profile>
<profile>
<id>spark-3.0.2</id>
<id>spark-3.0</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
Expand Down

0 comments on commit 73acd34

Please sign in to comment.