Skip to content

Commit 263fade

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f42a16b commit 263fade

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.apache.storm</groupId>
2929
<artifactId>storm</artifactId>
30-
<version>0.9.1-incubating</version>
30+
<version>0.9.2-incubating-SNAPSHOT</version>
3131
<packaging>pom</packaging>
3232
<name>Storm</name>
3333
<description>Distributed and fault-tolerant realtime computation</description>
@@ -134,7 +134,7 @@
134134
<scm>
135135
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</connection>
136136
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</developerConnection>
137-
<tag>v0.9.1-incubating</tag>
137+
<tag>HEAD</tag>
138138
<url>https://git-wip-us.apache.org/repos/asf/incubator-storm</url>
139139
</scm>
140140

storm-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>storm</artifactId>
2222
<groupId>org.apache.storm</groupId>
23-
<version>0.9.1-incubating</version>
23+
<version>0.9.2-incubating-SNAPSHOT</version>
2424
</parent>
2525
<groupId>org.apache.storm</groupId>
2626
<artifactId>storm-core</artifactId>

storm-dist/binary/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>0.9.1-incubating</version>
24+
<version>0.9.2-incubating-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<groupId>org.apache.storm</groupId>

storm-dist/source/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>storm</artifactId>
2323
<groupId>org.apache.storm</groupId>
24-
<version>0.9.1-incubating</version>
24+
<version>0.9.2-incubating-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727
<groupId>org.apache.storm</groupId>

0 commit comments

Comments
 (0)