Skip to content

Commit a57cd14

Browse files
committed
POM fixes
1 parent 2042fa0 commit a57cd14

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bagel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent</artifactId>
24-
<version>0.8.2-candidate--csd-1-SNAPSHOT</version>
24+
<version>0.8.2-candidate-csd-1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626
<groupId>org.apache.spark</groupId>
2727
<artifactId>spark-parent</artifactId>
28-
<version>0.8.1-candidate-csd-1-SNAPSHOT</version>
28+
<version>0.8.2-candidate-csd-1-SNAPSHOT</version>
2929
<packaging>pom</packaging>
3030
<name>Spark Project Parent POM</name>
3131
<url>http://spark.incubator.apache.org/</url>

repl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent</artifactId>
24-
<version>0.8.2-candidsate-csd-1-SNAPSHOT</version>
24+
<version>0.8.2-candidate-csd-1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)