Skip to content

Commit 292ce2f

Browse files
committed
[maven-release-plugin] prepare release v0.9.1-incubating
1 parent 568bd56 commit 292ce2f

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<parent>
@@ -28,7 +27,7 @@
2827

2928
<groupId>org.apache.storm</groupId>
3029
<artifactId>storm</artifactId>
31-
<version>0.9.1-incubating-SNAPSHOT</version>
30+
<version>0.9.1-incubating</version>
3231
<packaging>pom</packaging>
3332
<name>Storm</name>
3433
<description>Distributed and fault-tolerant realtime computation</description>
@@ -83,7 +82,7 @@
8382
<roles>
8483
<role>Committer</role>
8584
</roles>
86-
<timezone></timezone>
85+
<timezone />
8786
</developer>
8887
<developer>
8988
<id>afeng</id>
@@ -110,7 +109,7 @@
110109
<roles>
111110
<role>Committer</role>
112111
</roles>
113-
<timezone></timezone>
112+
<timezone />
114113
</developer>
115114
<developer>
116115
<id>jjackson</id>
@@ -135,7 +134,7 @@
135134
<scm>
136135
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</connection>
137136
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-storm.git</developerConnection>
138-
<tag>HEAD</tag>
137+
<tag>v0.9.1-incubating</tag>
139138
<url>https://git-wip-us.apache.org/repos/asf/incubator-storm</url>
140139
</scm>
141140

storm-core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<artifactId>storm</artifactId>
2322
<groupId>org.apache.storm</groupId>
24-
<version>0.9.1-incubating-SNAPSHOT</version>
23+
<version>0.9.1-incubating</version>
2524
</parent>
2625
<groupId>org.apache.storm</groupId>
2726
<artifactId>storm-core</artifactId>

0 commit comments

Comments
 (0)