Skip to content

Commit 6851bec

Browse files
committed
Maintain consistent SparkBuild.scala, pom.xml
1 parent 273c2fd commit 6851bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ object SparkBuild extends Build {
216216
<parent>
217217
<groupId>org.apache</groupId>
218218
<artifactId>apache</artifactId>
219-
<version>13</version>
219+
<version>14</version>
220220
</parent>
221221
<url>http://spark.apache.org/</url>
222222
<licenses>
@@ -242,7 +242,7 @@ object SparkBuild extends Build {
242242
</developers>
243243
<issueManagement>
244244
<system>JIRA</system>
245-
<url>https://spark-project.atlassian.net/browse/SPARK</url>
245+
<url>https://issues.apache.org/jira/browse/SPARK</url>
246246
</issueManagement>
247247
),
248248

0 commit comments

Comments
 (0)