Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.1-incubating-mmx2
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Apr 10, 2014
1 parent ba3351d commit 92c16fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-incubating-mmx2-SNAPSHOT</version>
<version>0.9.1-incubating-mmx2</version>
<packaging>pom</packaging>
<name>Storm</name>
<description>Distributed and fault-tolerant realtime computation</description>
Expand Down Expand Up @@ -136,7 +136,7 @@
<connection>scm:git:ssh://[email protected]/metamx/incubator-storm.git</connection>
<developerConnection>scm:git:ssh://[email protected]/metamx/incubator-storm.git</developerConnection>
<url>http://github.com/metamx/incubator-storm</url>
<tag>HEAD</tag>
<tag>v0.9.1-incubating-mmx2</tag>
</scm>

<issueManagement>
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-incubating-mmx2-SNAPSHOT</version>
<version>0.9.1-incubating-mmx2</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-incubating-mmx2-SNAPSHOT</version>
<version>0.9.1-incubating-mmx2</version>
</parent>
<groupId>org.apache.storm</groupId>
<artifactId>storm-core</artifactId>
Expand Down

0 comments on commit 92c16fa

Please sign in to comment.