Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.1-incubating
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgoetz committed Feb 10, 2014
1 parent b0f3310 commit ffc7a81
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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-SNAPSHOT</version>
<version>0.9.1-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-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-incubating-SNAPSHOT</version>
<version>0.9.1-incubating</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions 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-SNAPSHOT</version>
<version>0.9.1-incubating</version>
</parent>
<groupId>org.apache.storm</groupId>
<artifactId>storm-core</artifactId>
Expand Down Expand Up @@ -250,7 +250,7 @@
<transformers>
<transformer implementation="org.apache.storm.maven.shade.clojure.ClojureTransformer" />
</transformers>
<filters/>
<filters />
</configuration>
<dependencies>
<dependency>
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-incubating-SNAPSHOT</version>
<version>0.9.1-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-incubating-SNAPSHOT</version>
<version>0.9.1-incubating</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.storm</groupId>
Expand Down

0 comments on commit ffc7a81

Please sign in to comment.