Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.1.0-incubating
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgoetz committed May 2, 2014
1 parent 6ca1c53 commit 2db7a96
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.apache.storm</groupId>
<artifactId>storm</artifactId>
<version>0.9.1.0-incubating-SNAPSHOT</version>
<version>0.9.1.0-incubating</version>
<packaging>pom</packaging>
<name>Storm</name>
<description>Distributed and fault-tolerant realtime computation</description>
Expand Down Expand Up @@ -135,7 +135,7 @@
<scm>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.9.1.0-incubating</tag>
<url>https://git-wip-us.apache.org/repos/asf/incubator-storm</url>
</scm>

Expand Down
2 changes: 1 addition & 1 deletion storm-buildtools/maven-shade-clojure-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
<version>0.9.1.0-incubating-SNAPSHOT</version>
<version>0.9.1.0-incubating</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion storm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
<version>0.9.1.0-incubating-SNAPSHOT</version>
<version>0.9.1.0-incubating</version>
</parent>
<groupId>org.apache.storm</groupId>
<artifactId>storm-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion storm-dist/binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
<version>0.9.1.0-incubating-SNAPSHOT</version>
<version>0.9.1.0-incubating</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.storm</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storm-dist/source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
<version>0.9.1.0-incubating-SNAPSHOT</version>
<version>0.9.1.0-incubating</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.storm</groupId>
Expand Down

0 comments on commit 2db7a96

Please sign in to comment.