This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/storm.git
commit 91a3688cf7a5ae1777d16cd7fbd40db83a7f1eaa Author: Richard Zowalla <[email protected]> AuthorDate: Tue Apr 7 20:10:13 2026 +0200 [maven-release-plugin] prepare for next development iteration --- examples/storm-hdfs-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-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-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-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 +- 49 files changed, 50 insertions(+), 50 deletions(-) diff --git a/examples/storm-hdfs-examples/pom.xml b/examples/storm-hdfs-examples/pom.xml index 9c69875d2..9871583cb 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-jdbc-examples/pom.xml b/examples/storm-jdbc-examples/pom.xml index 09ddbb8ef..d35025bcf 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-jms-examples/pom.xml b/examples/storm-jms-examples/pom.xml index d24127117..1a0437d4e 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.8.6</version> + <version>2.8.7-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 72ae55841..f6e7c19d2 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-loadgen/pom.xml b/examples/storm-loadgen/pom.xml index 24fde6a35..994df1126 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.8.6</version> + <version>2.8.7-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 9044a9b05..c3e2736bd 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-redis-examples/pom.xml b/examples/storm-redis-examples/pom.xml index 37f8050bf..38fbfb0ad 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml index 8e7efb6cb..7cbb47795 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml index 0bdc33021..ed021581c 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.8.6</version> + <version>2.8.7-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 3b9e48420..1748fabc1 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-hdfs-blobstore/pom.xml b/external/storm-hdfs-blobstore/pom.xml index 51bea7904..10ed88033 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-hdfs-oci/pom.xml b/external/storm-hdfs-oci/pom.xml index b9bb3f357..0db40fb2f 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.8.6</version> + <version>2.8.7-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 408fb1c82..ddb42ec36 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml index 33109bb5f..adcdd6fbc 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-jms/pom.xml b/external/storm-jms/pom.xml index c4e8f4317..722fcae67 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-client/pom.xml b/external/storm-kafka-client/pom.xml index 46682b390..9020a04d7 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-migration/pom.xml b/external/storm-kafka-migration/pom.xml index fea45ed03..31716d78d 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-monitor/pom.xml b/external/storm-kafka-monitor/pom.xml index 9c549c01f..bad4bcdda 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.8.6</version> + <version>2.8.7-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 cbd78549d..b76ad92dd 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml index 00adc079a..8b11dac7e 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml index 5c8557bd1..49142813a 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/flux/flux-core/pom.xml b/flux/flux-core/pom.xml index 4994ed20c..4affa1c77 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/flux-examples/pom.xml b/flux/flux-examples/pom.xml index db7e368a8..edae8cd55 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/flux-wrappers/pom.xml b/flux/flux-wrappers/pom.xml index 0e7f117d8..953802d87 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/pom.xml b/flux/pom.xml index ea716f517..375888e21 100644 --- a/flux/pom.xml +++ b/flux/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-test/pom.xml b/integration-test/pom.xml index fb3ceeeab..fbe5879c3 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 53342a571..70c4bcdad 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.storm</groupId> <artifactId>storm</artifactId> - <version>2.8.6</version> + <version>2.8.7-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.8.6</tag> + <tag>v2.8.5</tag> </scm> <issueManagement> diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml b/storm-buildtools/maven-shade-clojure-transformer/pom.xml index f63fdb7bb..5b00ee418 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.8.6</version> + <version>2.8.7-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 785775e9f..4f088acc9 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-checkstyle/pom.xml b/storm-checkstyle/pom.xml index e8f3ae320..9a969867e 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.8.6</version> + <version>2.8.7-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 b3d9d0b3d..960453e0a 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-clojure-test/pom.xml b/storm-clojure-test/pom.xml index 7f6bdfcc7..b2f18f767 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> </parent> <artifactId>storm-clojure-test</artifactId> diff --git a/storm-clojure/pom.xml b/storm-clojure/pom.xml index c759c17c2..9a9ca08ba 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> </parent> <artifactId>storm-clojure</artifactId> diff --git a/storm-core/pom.xml b/storm-core/pom.xml index 1799f7aae..c277425d9 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.8.6</version> + <version>2.8.7-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 06f2b7daf..035c94e8d 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml index 93236f97b..ce3a753e9 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.8.6</version> + <version>2.8.7-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 1a57d96a1..7bc9e7304 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.8.6</version> + <version>2.8.7-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 dc3ff4287..90e24de21 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.8.6</version> + <version>2.8.7-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 0a70c96a4..accd22719 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.8.6</version> + <version>2.8.7-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 9e1c8a08d..72b589af9 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.8.6</version> + <version>2.8.7-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 2e876c78c..d024c505a 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml index 557b680e2..585f489f3 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/javascript/pom.xml b/storm-multilang/javascript/pom.xml index 8ee9e2f6b..abf4fd0be 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml index adc526c33..4564529b5 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml index 78252c2f8..5069602e2 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-server/pom.xml b/storm-server/pom.xml index 4e7478c15..a0f63d54b 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.8.6</version> + <version>2.8.7-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 bd83e3452..e359d0620 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-submit-tools/pom.xml b/storm-submit-tools/pom.xml index ade3ea6ce..47f17d10c 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.8.6</version> + <version>2.8.7-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 8c26b5839..fab3ca380 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.8.6</version> + <version>2.8.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
