Skip to content

Commit 499fa12

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2781fda commit 499fa12

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

assembly/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.1-candidate-csd-3</version>
24+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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.1-candidate-csd-3</version>
24+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

core/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.1-candidate-csd-3</version>
24+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

examples/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.1-candidate-csd-3</version>
24+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

mllib/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.1-candidate-csd-3</version>
24+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 2 additions & 2 deletions
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-3</version>
28+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2929
<packaging>pom</packaging>
3030
<name>Spark Project Parent POM</name>
3131
<url>http://spark.incubator.apache.org/</url>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:[email protected]:clearstorydata/incubator-spark.git</connection>
4141
<url>scm:git:[email protected]:clearstorydata/incubator-spark.git</url>
4242
<developerConnection>scm:git:[email protected]:clearstorydata/incubator-spark.git</developerConnection>
43-
<tag>spark-parent-0.8.1-candidate-csd-3</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545
<developers>
4646
<developer>

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.1-candidate-csd-3</version>
24+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

streaming/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.1-candidate-csd-3</version>
24+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>spark-parent</artifactId>
23-
<version>0.8.1-candidate-csd-3</version>
23+
<version>0.8.1-candidate-csd-4-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)