This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch rel-3.1.0-rc1
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/rel-3.1.0-rc1 by this push:
new 12ac25473 [maven-release-plugin] prepare for next development iteration
12ac25473 is described below
commit 12ac25473aa812a80b3650cb665f2d47e6156340
Author: Rui Abreu <[email protected]>
AuthorDate: Fri Sep 11 01:17:45 2026 +0100
[maven-release-plugin] prepare for next development iteration
---
examples/pom.xml | 2 +-
examples/storm-hdfs-examples/pom.xml | 2 +-
examples/storm-iceberg-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/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-iceberg/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 ++--
storm-checkstyle/pom.xml | 2 +-
storm-client/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-submit-tools-bin/pom.xml | 2 +-
storm-dist/binary/storm-webapp-bin/pom.xml | 2 +-
storm-dist/pom.xml | 2 +-
storm-dist/source/pom.xml | 2 +-
storm-multilang/javascript/pom.xml | 2 +-
storm-multilang/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 +-
51 files changed, 52 insertions(+), 52 deletions(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index 111b381fc..fbe8144b3 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-hdfs-examples/pom.xml
b/examples/storm-hdfs-examples/pom.xml
index 38ac27ea7..40e66a2a5 100644
--- a/examples/storm-hdfs-examples/pom.xml
+++ b/examples/storm-hdfs-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-iceberg-examples/pom.xml
b/examples/storm-iceberg-examples/pom.xml
index dbcdf6ead..19a2c7efa 100644
--- a/examples/storm-iceberg-examples/pom.xml
+++ b/examples/storm-iceberg-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-jdbc-examples/pom.xml
b/examples/storm-jdbc-examples/pom.xml
index 76e8dbef0..95525a3cc 100644
--- a/examples/storm-jdbc-examples/pom.xml
+++ b/examples/storm-jdbc-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-jms-examples/pom.xml
b/examples/storm-jms-examples/pom.xml
index 08d7e5a23..41cf4b9bd 100644
--- a/examples/storm-jms-examples/pom.xml
+++ b/examples/storm-jms-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-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 afc0f1a62..4700be771 100644
--- a/examples/storm-kafka-client-examples/pom.xml
+++ b/examples/storm-kafka-client-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-loadgen/pom.xml b/examples/storm-loadgen/pom.xml
index 481d0de2b..0ae6a3b99 100644
--- a/examples/storm-loadgen/pom.xml
+++ b/examples/storm-loadgen/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-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 8fe7e182a..7e9377cbf 100644
--- a/examples/storm-perf/pom.xml
+++ b/examples/storm-perf/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-redis-examples/pom.xml
b/examples/storm-redis-examples/pom.xml
index da6659ca9..68db938f6 100644
--- a/examples/storm-redis-examples/pom.xml
+++ b/examples/storm-redis-examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml
index ab1a805e6..f7632397f 100644
--- a/examples/storm-starter/pom.xml
+++ b/examples/storm-starter/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm-examples</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/pom.xml b/external/pom.xml
index f967b7a3c..a7a50e4f4 100644
--- a/external/pom.xml
+++ b/external/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index 95966880d..80ecdc4f1 100644
--- a/external/storm-autocreds/pom.xml
+++ b/external/storm-autocreds/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-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 e2dd02441..ae3bfa3b8 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-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-hdfs-blobstore/pom.xml
b/external/storm-hdfs-blobstore/pom.xml
index f48f848ea..a33bbca96 100644
--- a/external/storm-hdfs-blobstore/pom.xml
+++ b/external/storm-hdfs-blobstore/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-hdfs-oci/pom.xml b/external/storm-hdfs-oci/pom.xml
index 18a02ce56..73b3f0c95 100644
--- a/external/storm-hdfs-oci/pom.xml
+++ b/external/storm-hdfs-oci/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-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 c8ce571db..ca1207cfb 100644
--- a/external/storm-hdfs/pom.xml
+++ b/external/storm-hdfs/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-iceberg/pom.xml b/external/storm-iceberg/pom.xml
index f8acf9950..0c5dde42c 100644
--- a/external/storm-iceberg/pom.xml
+++ b/external/storm-iceberg/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml
index e818e9c3f..770754154 100644
--- a/external/storm-jdbc/pom.xml
+++ b/external/storm-jdbc/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-jms/pom.xml b/external/storm-jms/pom.xml
index 4e6ee7708..5aa3fc2ab 100644
--- a/external/storm-jms/pom.xml
+++ b/external/storm-jms/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-client/pom.xml
b/external/storm-kafka-client/pom.xml
index 25be7ed9e..368c3dce5 100644
--- a/external/storm-kafka-client/pom.xml
+++ b/external/storm-kafka-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-migration/pom.xml
b/external/storm-kafka-migration/pom.xml
index 21061fbfd..1a0f1e580 100644
--- a/external/storm-kafka-migration/pom.xml
+++ b/external/storm-kafka-migration/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-monitor/pom.xml
b/external/storm-kafka-monitor/pom.xml
index b62165c8c..326e00a34 100644
--- a/external/storm-kafka-monitor/pom.xml
+++ b/external/storm-kafka-monitor/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-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 9bea72b0e..646b0aaec 100644
--- a/external/storm-metrics-prometheus/pom.xml
+++ b/external/storm-metrics-prometheus/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml
index 834507f38..31197865b 100644
--- a/external/storm-metrics/pom.xml
+++ b/external/storm-metrics/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml
index bed13741c..0c240cea9 100644
--- a/external/storm-redis/pom.xml
+++ b/external/storm-redis/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-external</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-core/pom.xml b/flux/flux-core/pom.xml
index 4abcde804..3f5b9957a 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-examples/pom.xml b/flux/flux-examples/pom.xml
index 583aa1b23..6cfaa7e3f 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-wrappers/pom.xml b/flux/flux-wrappers/pom.xml
index 6ba30c991..0b69c5672 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/pom.xml b/flux/pom.xml
index 1fa1785e6..fc1712573 100644
--- a/flux/pom.xml
+++ b/flux/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index be6a65024..6878b1bae 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 619e338af..48347f09a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.storm</groupId>
<artifactId>storm</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1-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>v3.1.0</tag>
+ <tag>v3.0.0</tag>
</scm>
<issueManagement>
diff --git a/storm-checkstyle/pom.xml b/storm-checkstyle/pom.xml
index 866997139..3ac3a1372 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>3.1.0</version>
+ <version>3.1.1-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 5f2ee3838..cfa566830 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index e0fca3b3b..1f0ef1d74 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>3.1.0</version>
+ <version>3.1.1-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 b3da39254..7e028f118 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml
index fd8b6f7a9..3af01d3a6 100644
--- a/storm-dist/binary/pom.xml
+++ b/storm-dist/binary/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-dist</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-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 bfe441f63..0b896dc3b 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>3.1.0</version>
+ <version>3.1.1-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 ba3c62f18..4a0a8f105 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>3.1.0</version>
+ <version>3.1.1-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 6570790ca..13ce855a5 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
</parent>
<artifactId>storm-kafka-monitor-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 6b130d52f..7125a3e3a 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>3.1.0</version>
+ <version>3.1.1-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 a9dfc66fe..92f9d736a 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/pom.xml b/storm-dist/pom.xml
index a9ce27849..95b4e2b2b 100644
--- a/storm-dist/pom.xml
+++ b/storm-dist/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml
index bafff7081..5f995fa30 100644
--- a/storm-dist/source/pom.xml
+++ b/storm-dist/source/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-dist</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/javascript/pom.xml
b/storm-multilang/javascript/pom.xml
index cee895971..edff4460c 100644
--- a/storm-multilang/javascript/pom.xml
+++ b/storm-multilang/javascript/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-multilang</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/pom.xml b/storm-multilang/pom.xml
index 6bd117ad1..01233f745 100644
--- a/storm-multilang/pom.xml
+++ b/storm-multilang/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml
index 06a408357..bfd5f1763 100644
--- a/storm-multilang/python/pom.xml
+++ b/storm-multilang/python/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-multilang</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml
index 602f15cfc..291a3cdcd 100644
--- a/storm-multilang/ruby/pom.xml
+++ b/storm-multilang/ruby/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm-multilang</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-server/pom.xml b/storm-server/pom.xml
index 41f51ce36..ae859c3f5 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>3.1.0</version>
+ <version>3.1.1-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 ebc8b0b2f..014401d7c 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>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-submit-tools/pom.xml b/storm-submit-tools/pom.xml
index 38355c607..c3e2a7737 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>3.1.0</version>
+ <version>3.1.1-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 b38d124cd..20a0c48aa 100644
--- a/storm-webapp/pom.xml
+++ b/storm-webapp/pom.xml
@@ -21,7 +21,7 @@
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>