Skip to content

Commit 7fe675d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8d2f1ea commit 7fe675d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

storm-deps/libthrift/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<artifactId>storm-deps</artifactId>
2423
<groupId>org.apache.storm</groupId>
25-
<version>0.9.1-incubating-SNAPSHOT</version>
24+
<version>0.9.2-incubating-SNAPSHOT</version>
2625
<relativePath>../pom.xml</relativePath>
2726
</parent>
2827
<groupId>org.apache.storm</groupId>
2928
<artifactId>libthrift7</artifactId>
3029
<packaging>jar</packaging>
3130
<name>Apache Thrift API (repackaged)</name>
32-
<description>Repackaging of the Apache Thrift API ("org.apache.thrift" --> "org.apache.thrift7")</description>
31+
<description>Repackaging of the Apache Thrift API ("org.apache.thrift" --&gt; "org.apache.thrift7")</description>
3332

3433
<dependencies>
3534
<dependency>

storm-deps/pom.xml

Lines changed: 2 additions & 3 deletions
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-deps</artifactId>
31-
<version>0.9.1-incubating-SNAPSHOT</version>
30+
<version>0.9.2-incubating-SNAPSHOT</version>
3231
<packaging>pom</packaging>
3332
<name>Storm Dependencies</name>
3433

0 commit comments

Comments
 (0)