Skip to content

Commit f5c5805

Browse files
author
Srishty Agrawal
committed
[maven-release-plugin] prepare release v0.2.9
1 parent f9b6044 commit f5c5805

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.apache.mesos</groupId>
55
<artifactId>storm-parent</artifactId>
6-
<version>0.2.9-SNAPSHOT</version>
6+
<version>0.2.9</version>
77
<name>storm-parent</name>
88
<packaging>pom</packaging>
99
<description>Storm integration with the Mesos cluster manager</description>
1010
<scm>
1111
<connection>scm:git:git://github.com/mesos/storm.git</connection>
1212
<developerConnection>scm:git:ssh://[email protected]/mesos/storm.git</developerConnection>
1313
<url>https://github.com/mesos/storm</url>
14-
<tag>HEAD</tag>
14+
<tag>v0.2.9</tag>
1515
</scm>
1616

1717
<modules>

storm-shim-1x/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.apache.mesos</groupId>
55
<artifactId>storm-shim-1x</artifactId>
6-
<version>0.2.9-SNAPSHOT</version>
6+
<version>0.2.9</version>
77
<name>storm-shim-1x</name>
88
<description>0.1.x impl shim to ease Storm Version differences</description>
99

1010
<scm>
1111
<connection>scm:git:git://github.com/mesos/storm.git</connection>
1212
<developerConnection>scm:git:ssh://[email protected]/mesos/storm.git</developerConnection>
1313
<url>https://github.com/mesos/storm</url>
14-
<tag>HEAD</tag>
14+
<tag>v0.2.9</tag>
1515
</scm>
1616

1717
<parent>
1818
<artifactId>storm-parent</artifactId>
1919
<groupId>org.apache.mesos</groupId>
20-
<version>0.2.9-SNAPSHOT</version>
20+
<version>0.2.9</version>
2121
</parent>
2222

2323
<properties>

storm-shim/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.apache.mesos</groupId>
55
<artifactId>storm-shim</artifactId>
6-
<version>0.2.9-SNAPSHOT</version>
6+
<version>0.2.9</version>
77
<name>storm-shim</name>
88
<description>Shim to ease Storm Version differences</description>
99

1010
<parent>
1111
<artifactId>storm-parent</artifactId>
1212
<groupId>org.apache.mesos</groupId>
13-
<version>0.2.9-SNAPSHOT</version>
13+
<version>0.2.9</version>
1414
</parent>
1515
<dependencies>
1616
<dependency>

storm/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.apache.mesos</groupId>
55
<artifactId>storm-mesos</artifactId>
6-
<version>0.2.9-SNAPSHOT</version>
6+
<version>0.2.9</version>
77
<name>storm-mesos</name>
88
<description>Storm integration with the Mesos cluster manager</description>
99
<scm>
1010
<connection>scm:git:git://github.com/mesos/storm.git</connection>
1111
<developerConnection>scm:git:ssh://[email protected]/mesos/storm.git</developerConnection>
1212
<url>https://github.com/mesos/storm</url>
13-
<tag>HEAD</tag>
13+
<tag>v0.2.9</tag>
1414
</scm>
1515

1616
<parent>
1717
<artifactId>storm-parent</artifactId>
1818
<groupId>org.apache.mesos</groupId>
19-
<version>0.2.9-SNAPSHOT</version>
19+
<version>0.2.9</version>
2020
</parent>
2121

2222
<properties>

0 commit comments

Comments
 (0)