Skip to content

Commit

Permalink
Use staging repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Feb 28, 2025
1 parent 53c2dd6 commit 5899a21
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,15 @@
<value>4.0</value>
</property>
</activation>
<repositories>
<repository>
<id>spark-4.0.0-rc1</id>
<name>Spark 4.0.0 RC1 Staging</name>
<url>https://repository.apache.org/content/repositories/orgapachespark-1475/</url>
</repository>
</repositories>
<properties>
<spark.version>4.0.0-preview2</spark.version>
<spark.version>4.0.0</spark.version>
<spark.compat.version>3.5</spark.compat.version>
<log4j.version>2.22.1</log4j.version>
<graphframe.version>0.8.3-spark3.5</graphframe.version>
Expand Down

0 comments on commit 5899a21

Please sign in to comment.