Skip to content

Commit

Permalink
Update to RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Jun 3, 2015
1 parent 61aaf46 commit 4bebcf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@
<!-- TODO: This can be deleted after Spark 1.4 is posted -->
<repository>
<id>spark-1.4-staging</id>
<name>Spark 1.4 RC1 Staging Repository</name>
<url>https://repository.apache.org/content/repositories/orgapachespark-1104</url>
<name>Spark 1.4 RC4 Staging Repository</name>
<url>https://repository.apache.org/content/repositories/orgapachespark-1112</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion project/MimaBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object MimaBuild {
def mimaSettings(sparkHome: File, projectRef: ProjectRef) = {
val organization = "org.apache.spark"
// TODO: Change this once Spark 1.4.0 is released
val previousSparkVersion = "1.4.0-rc2"
val previousSparkVersion = "1.4.0-rc4"
val fullId = "spark-" + projectRef.project + "_2.10"
mimaDefaultSettings ++
Seq(previousArtifact := Some(organization % fullId % previousSparkVersion),
Expand Down

0 comments on commit 4bebcf0

Please sign in to comment.