This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 4306eed75 [maven-release-plugin] prepare for next development iteration
4306eed75 is described below
commit 4306eed7568e27b6b790212b1c4871f81494cff1
Author: Rui Abreu <[email protected]>
AuthorDate: Mon Nov 18 16:17:28 2024 +0000
[maven-release-plugin] prepare for next development iteration
---
examples/storm-hdfs-examples/pom.xml | 2 +-
examples/storm-hive-examples/pom.xml | 2 +-
examples/storm-jdbc-examples/pom.xml | 2 +-
examples/storm-jms-examples/pom.xml | 2 +-
examples/storm-kafka-client-examples/pom.xml | 2 +-
examples/storm-loadgen/pom.xml | 2 +-
examples/storm-perf/pom.xml | 2 +-
examples/storm-redis-examples/pom.xml | 2 +-
examples/storm-starter/pom.xml | 2 +-
external/storm-autocreds/pom.xml | 2 +-
external/storm-blobstore-migration/pom.xml | 2 +-
external/storm-hdfs-blobstore/pom.xml | 2 +-
external/storm-hdfs-oci/pom.xml | 2 +-
external/storm-hdfs/pom.xml | 2 +-
external/storm-hive/pom.xml | 2 +-
external/storm-jdbc/pom.xml | 2 +-
external/storm-jms/pom.xml | 2 +-
external/storm-kafka-client/pom.xml | 2 +-
external/storm-kafka-migration/pom.xml | 2 +-
external/storm-kafka-monitor/pom.xml | 2 +-
external/storm-metrics-prometheus/pom.xml | 2 +-
external/storm-metrics/pom.xml | 2 +-
external/storm-redis/pom.xml | 2 +-
flux/flux-core/pom.xml | 2 +-
flux/flux-examples/pom.xml | 2 +-
flux/flux-wrappers/pom.xml | 2 +-
flux/pom.xml | 2 +-
integration-test/pom.xml | 2 +-
pom.xml | 4 ++--
sql/pom.xml | 2 +-
sql/storm-sql-core/pom.xml | 2 +-
sql/storm-sql-external/storm-sql-hdfs/pom.xml | 2 +-
sql/storm-sql-external/storm-sql-kafka/pom.xml | 2 +-
sql/storm-sql-external/storm-sql-redis/pom.xml | 2 +-
sql/storm-sql-runtime/pom.xml | 2 +-
storm-buildtools/maven-shade-clojure-transformer/pom.xml | 2 +-
storm-buildtools/storm-maven-plugins/pom.xml | 2 +-
storm-checkstyle/pom.xml | 2 +-
storm-client/pom.xml | 2 +-
storm-clojure-test/pom.xml | 2 +-
storm-clojure/pom.xml | 2 +-
storm-core/pom.xml | 2 +-
storm-dist/binary/final-package/pom.xml | 2 +-
storm-dist/binary/pom.xml | 2 +-
storm-dist/binary/storm-autocreds-bin/pom.xml | 2 +-
storm-dist/binary/storm-client-bin/pom.xml | 2 +-
storm-dist/binary/storm-kafka-monitor-bin/pom.xml | 2 +-
storm-dist/binary/storm-sql-core-bin/pom.xml | 2 +-
storm-dist/binary/storm-sql-runtime-bin/pom.xml | 2 +-
storm-dist/binary/storm-submit-tools-bin/pom.xml | 2 +-
storm-dist/binary/storm-webapp-bin/pom.xml | 2 +-
storm-dist/source/pom.xml | 2 +-
storm-multilang/javascript/pom.xml | 2 +-
storm-multilang/python/pom.xml | 2 +-
storm-multilang/ruby/pom.xml | 2 +-
storm-server/pom.xml | 2 +-
storm-shaded-deps/pom.xml | 2 +-
storm-submit-tools/pom.xml | 2 +-
storm-webapp/pom.xml | 2 +-
59 files changed, 60 insertions(+), 60 deletions(-)
diff --git a/examples/storm-hdfs-examples/pom.xml
b/examples/storm-hdfs-examples/pom.xml
index 6a186a6ca..ac3dd5221 100644
--- a/examples/storm-hdfs-examples/pom.xml
+++ b/examples/storm-hdfs-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-hive-examples/pom.xml
b/examples/storm-hive-examples/pom.xml
index 08db57e89..82ffd85c0 100644
--- a/examples/storm-hive-examples/pom.xml
+++ b/examples/storm-hive-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-jdbc-examples/pom.xml
b/examples/storm-jdbc-examples/pom.xml
index 3b1a7f4dc..7ee618082 100644
--- a/examples/storm-jdbc-examples/pom.xml
+++ b/examples/storm-jdbc-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-jms-examples/pom.xml
b/examples/storm-jms-examples/pom.xml
index 301c38a43..050b344ef 100644
--- a/examples/storm-jms-examples/pom.xml
+++ b/examples/storm-jms-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-kafka-client-examples/pom.xml
b/examples/storm-kafka-client-examples/pom.xml
index 75cf64b3b..7757c291b 100644
--- a/examples/storm-kafka-client-examples/pom.xml
+++ b/examples/storm-kafka-client-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-loadgen/pom.xml b/examples/storm-loadgen/pom.xml
index d00190bef..e10b6a28a 100644
--- a/examples/storm-loadgen/pom.xml
+++ b/examples/storm-loadgen/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>storm-loadgen</artifactId>
diff --git a/examples/storm-perf/pom.xml b/examples/storm-perf/pom.xml
index c03dbedbb..8ea650b3b 100644
--- a/examples/storm-perf/pom.xml
+++ b/examples/storm-perf/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-redis-examples/pom.xml
b/examples/storm-redis-examples/pom.xml
index f0302c689..00c084cfb 100644
--- a/examples/storm-redis-examples/pom.xml
+++ b/examples/storm-redis-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml
index 7c33c4aab..c445ffdfa 100644
--- a/examples/storm-starter/pom.xml
+++ b/examples/storm-starter/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index 0c854eb6a..3e4ffbb5d 100644
--- a/external/storm-autocreds/pom.xml
+++ b/external/storm-autocreds/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/external/storm-blobstore-migration/pom.xml
b/external/storm-blobstore-migration/pom.xml
index a9e8f85fc..732edaeac 100644
--- a/external/storm-blobstore-migration/pom.xml
+++ b/external/storm-blobstore-migration/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-hdfs-blobstore/pom.xml
b/external/storm-hdfs-blobstore/pom.xml
index 7a5c26d87..235b7c842 100644
--- a/external/storm-hdfs-blobstore/pom.xml
+++ b/external/storm-hdfs-blobstore/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-hdfs-oci/pom.xml b/external/storm-hdfs-oci/pom.xml
index c76a8a6d8..1dc928295 100644
--- a/external/storm-hdfs-oci/pom.xml
+++ b/external/storm-hdfs-oci/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/external/storm-hdfs/pom.xml b/external/storm-hdfs/pom.xml
index ca2fbc568..7344b2fb4 100644
--- a/external/storm-hdfs/pom.xml
+++ b/external/storm-hdfs/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-hive/pom.xml b/external/storm-hive/pom.xml
index 292a4d67f..53a1655a5 100644
--- a/external/storm-hive/pom.xml
+++ b/external/storm-hive/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml
index 195b4ea69..fb5b1a5e4 100644
--- a/external/storm-jdbc/pom.xml
+++ b/external/storm-jdbc/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-jms/pom.xml b/external/storm-jms/pom.xml
index 28c49a2ce..3cff1f7ad 100644
--- a/external/storm-jms/pom.xml
+++ b/external/storm-jms/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-client/pom.xml
b/external/storm-kafka-client/pom.xml
index 11a7d519d..13997a7ce 100644
--- a/external/storm-kafka-client/pom.xml
+++ b/external/storm-kafka-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-migration/pom.xml
b/external/storm-kafka-migration/pom.xml
index 558ec0ff2..60a08f672 100644
--- a/external/storm-kafka-migration/pom.xml
+++ b/external/storm-kafka-migration/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-monitor/pom.xml
b/external/storm-kafka-monitor/pom.xml
index 11f0261cd..a1c2f71ad 100644
--- a/external/storm-kafka-monitor/pom.xml
+++ b/external/storm-kafka-monitor/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/external/storm-metrics-prometheus/pom.xml
b/external/storm-metrics-prometheus/pom.xml
index 05514aac1..00a0edfaf 100644
--- a/external/storm-metrics-prometheus/pom.xml
+++ b/external/storm-metrics-prometheus/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml
index 396c5240b..c73323043 100644
--- a/external/storm-metrics/pom.xml
+++ b/external/storm-metrics/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml
index 9b638200a..15fef8fa2 100644
--- a/external/storm-redis/pom.xml
+++ b/external/storm-redis/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-core/pom.xml b/flux/flux-core/pom.xml
index a8a452258..a6c49c1ce 100644
--- a/flux/flux-core/pom.xml
+++ b/flux/flux-core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.storm</groupId>
<artifactId>flux</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-examples/pom.xml b/flux/flux-examples/pom.xml
index 91149a90e..169784388 100644
--- a/flux/flux-examples/pom.xml
+++ b/flux/flux-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.storm</groupId>
<artifactId>flux</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-wrappers/pom.xml b/flux/flux-wrappers/pom.xml
index d57ed35dd..ac24a8806 100644
--- a/flux/flux-wrappers/pom.xml
+++ b/flux/flux-wrappers/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.storm</groupId>
<artifactId>flux</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/pom.xml b/flux/pom.xml
index dfd1a36a5..9b5ced15a 100644
--- a/flux/pom.xml
+++ b/flux/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index ffaf068af..183fd46e2 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index be4133936..626876d14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.storm</groupId>
<artifactId>storm</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Storm</name>
<description>Distributed and fault-tolerant realtime
computation</description>
@@ -59,7 +59,7 @@
<connection>[email protected]:apache/storm.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/storm.git</developerConnection>
<url>https://github.com/apache/storm</url>
- <tag>v2.7.1</tag>
+ <tag>v2.7.0</tag>
</scm>
<issueManagement>
diff --git a/sql/pom.xml b/sql/pom.xml
index b9158151e..cdaad7f55 100644
--- a/sql/pom.xml
+++ b/sql/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sql/storm-sql-core/pom.xml b/sql/storm-sql-core/pom.xml
index e0a424fe3..d7f9bdf83 100644
--- a/sql/storm-sql-core/pom.xml
+++ b/sql/storm-sql-core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sql/storm-sql-external/storm-sql-hdfs/pom.xml
b/sql/storm-sql-external/storm-sql-hdfs/pom.xml
index b7545c0ac..e3fc0a42f 100644
--- a/sql/storm-sql-external/storm-sql-hdfs/pom.xml
+++ b/sql/storm-sql-external/storm-sql-hdfs/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sql/storm-sql-external/storm-sql-kafka/pom.xml
b/sql/storm-sql-external/storm-sql-kafka/pom.xml
index 3b3101a45..2e907ca7f 100644
--- a/sql/storm-sql-external/storm-sql-kafka/pom.xml
+++ b/sql/storm-sql-external/storm-sql-kafka/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sql/storm-sql-external/storm-sql-redis/pom.xml
b/sql/storm-sql-external/storm-sql-redis/pom.xml
index 947592ce8..4f591a7fc 100644
--- a/sql/storm-sql-external/storm-sql-redis/pom.xml
+++ b/sql/storm-sql-external/storm-sql-redis/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sql/storm-sql-runtime/pom.xml b/sql/storm-sql-runtime/pom.xml
index 3bf7a151d..4be01e08f 100644
--- a/sql/storm-sql-runtime/pom.xml
+++ b/sql/storm-sql-runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml
b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
index d817e43d3..fc6087986 100644
--- a/storm-buildtools/maven-shade-clojure-transformer/pom.xml
+++ b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-buildtools/storm-maven-plugins/pom.xml
b/storm-buildtools/storm-maven-plugins/pom.xml
index 5ec3d819d..f671a2513 100644
--- a/storm-buildtools/storm-maven-plugins/pom.xml
+++ b/storm-buildtools/storm-maven-plugins/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-checkstyle/pom.xml b/storm-checkstyle/pom.xml
index 83e937666..6405a61ee 100644
--- a/storm-checkstyle/pom.xml
+++ b/storm-checkstyle/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/storm-client/pom.xml b/storm-client/pom.xml
index 5121ed79e..ed918616d 100644
--- a/storm-client/pom.xml
+++ b/storm-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-clojure-test/pom.xml b/storm-clojure-test/pom.xml
index 713873292..57e72eb60 100644
--- a/storm-clojure-test/pom.xml
+++ b/storm-clojure-test/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<artifactId>storm-clojure-test</artifactId>
diff --git a/storm-clojure/pom.xml b/storm-clojure/pom.xml
index 8a2998274..57dd6269e 100644
--- a/storm-clojure/pom.xml
+++ b/storm-clojure/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<artifactId>storm-clojure</artifactId>
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 6e1c337ce..f9f10c3a7 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/binary/final-package/pom.xml
b/storm-dist/binary/final-package/pom.xml
index 4f70c066e..a83df394a 100644
--- a/storm-dist/binary/final-package/pom.xml
+++ b/storm-dist/binary/final-package/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>apache-storm-bin</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml
index bafe1cbce..a6ed48624 100644
--- a/storm-dist/binary/pom.xml
+++ b/storm-dist/binary/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/binary/storm-autocreds-bin/pom.xml
b/storm-dist/binary/storm-autocreds-bin/pom.xml
index bda4d834c..89b998f78 100644
--- a/storm-dist/binary/storm-autocreds-bin/pom.xml
+++ b/storm-dist/binary/storm-autocreds-bin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.storm</groupId>
<artifactId>apache-storm-bin</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<artifactId>storm-autocreds-bin</artifactId>
<packaging>pom</packaging>
diff --git a/storm-dist/binary/storm-client-bin/pom.xml
b/storm-dist/binary/storm-client-bin/pom.xml
index 0d6dce0d7..98ff7233c 100644
--- a/storm-dist/binary/storm-client-bin/pom.xml
+++ b/storm-dist/binary/storm-client-bin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>apache-storm-bin</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/binary/storm-kafka-monitor-bin/pom.xml
b/storm-dist/binary/storm-kafka-monitor-bin/pom.xml
index 5e0b98597..951e76db9 100644
--- a/storm-dist/binary/storm-kafka-monitor-bin/pom.xml
+++ b/storm-dist/binary/storm-kafka-monitor-bin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.storm</groupId>
<artifactId>apache-storm-bin</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<artifactId>storm-kafka-monitor-bin</artifactId>
<packaging>pom</packaging>
diff --git a/storm-dist/binary/storm-sql-core-bin/pom.xml
b/storm-dist/binary/storm-sql-core-bin/pom.xml
index a4284b264..b3ba42333 100644
--- a/storm-dist/binary/storm-sql-core-bin/pom.xml
+++ b/storm-dist/binary/storm-sql-core-bin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.storm</groupId>
<artifactId>apache-storm-bin</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<artifactId>storm-sql-core-bin</artifactId>
<packaging>pom</packaging>
diff --git a/storm-dist/binary/storm-sql-runtime-bin/pom.xml
b/storm-dist/binary/storm-sql-runtime-bin/pom.xml
index c8d998bc7..e45d0769a 100644
--- a/storm-dist/binary/storm-sql-runtime-bin/pom.xml
+++ b/storm-dist/binary/storm-sql-runtime-bin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.storm</groupId>
<artifactId>apache-storm-bin</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<artifactId>storm-sql-runtime-bin</artifactId>
<packaging>pom</packaging>
diff --git a/storm-dist/binary/storm-submit-tools-bin/pom.xml
b/storm-dist/binary/storm-submit-tools-bin/pom.xml
index d2b730387..d34c8eac2 100644
--- a/storm-dist/binary/storm-submit-tools-bin/pom.xml
+++ b/storm-dist/binary/storm-submit-tools-bin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.storm</groupId>
<artifactId>apache-storm-bin</artifactId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
</parent>
<artifactId>storm-submit-tools-bin</artifactId>
<packaging>pom</packaging>
diff --git a/storm-dist/binary/storm-webapp-bin/pom.xml
b/storm-dist/binary/storm-webapp-bin/pom.xml
index 0e0f67703..4f857c806 100644
--- a/storm-dist/binary/storm-webapp-bin/pom.xml
+++ b/storm-dist/binary/storm-webapp-bin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>apache-storm-bin</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml
index 0b6afeaca..cba14fbd1 100644
--- a/storm-dist/source/pom.xml
+++ b/storm-dist/source/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/javascript/pom.xml
b/storm-multilang/javascript/pom.xml
index 8dedff4dd..144c7268f 100644
--- a/storm-multilang/javascript/pom.xml
+++ b/storm-multilang/javascript/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml
index 346da50c5..70b1144bf 100644
--- a/storm-multilang/python/pom.xml
+++ b/storm-multilang/python/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml
index e72db1fb3..e86a8baac 100644
--- a/storm-multilang/ruby/pom.xml
+++ b/storm-multilang/ruby/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-server/pom.xml b/storm-server/pom.xml
index f025eb11b..34e06b938 100644
--- a/storm-server/pom.xml
+++ b/storm-server/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/storm-shaded-deps/pom.xml b/storm-shaded-deps/pom.xml
index 8a7ca72ef..9819bc287 100644
--- a/storm-shaded-deps/pom.xml
+++ b/storm-shaded-deps/pom.xml
@@ -23,7 +23,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-submit-tools/pom.xml b/storm-submit-tools/pom.xml
index 2a281933d..14ccbf74f 100644
--- a/storm-submit-tools/pom.xml
+++ b/storm-submit-tools/pom.xml
@@ -17,7 +17,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/storm-webapp/pom.xml b/storm-webapp/pom.xml
index f792c87cb..b5bee86ee 100644
--- a/storm-webapp/pom.xml
+++ b/storm-webapp/pom.xml
@@ -21,7 +21,7 @@
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.7.1</version>
+ <version>2.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>