This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch rel-2.8.8-rc1 in repository https://gitbox.apache.org/repos/asf/storm.git
commit 917952c9aba8d9ba654797c5e85c4da3dc9bddba Author: Rui Abreu <[email protected]> AuthorDate: Mon May 11 18:21:38 2026 +0100 [maven-release-plugin] prepare release v2.8.8 --- 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 6eb2d307f..0c07f238b 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-jdbc-examples/pom.xml b/examples/storm-jdbc-examples/pom.xml index d89ed6a32..97622fab7 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-jms-examples/pom.xml b/examples/storm-jms-examples/pom.xml index 1ddee8af7..9683ab635 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.8-SNAPSHOT</version> + <version>2.8.8</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 001719b08..418c12872 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-loadgen/pom.xml b/examples/storm-loadgen/pom.xml index ba3e1e32d..c360ad2e5 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.8-SNAPSHOT</version> + <version>2.8.8</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 e1a839918..e60c81792 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-redis-examples/pom.xml b/examples/storm-redis-examples/pom.xml index 7e90478d1..714400f00 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml index bb345f9e8..3fe7f37ba 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml index 899b5df8b..ad8e85cc6 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.8-SNAPSHOT</version> + <version>2.8.8</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 bb298e77c..edc50d62e 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-hdfs-blobstore/pom.xml b/external/storm-hdfs-blobstore/pom.xml index 68671c7ef..2e14ebddb 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-hdfs-oci/pom.xml b/external/storm-hdfs-oci/pom.xml index 9568ebc93..5987c2aff 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.8-SNAPSHOT</version> + <version>2.8.8</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 431788993..d106d358e 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml index 7292014fb..e456a41c2 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-jms/pom.xml b/external/storm-jms/pom.xml index 87c53c436..e576e4f10 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-client/pom.xml b/external/storm-kafka-client/pom.xml index 0bf779b32..392c8474c 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-migration/pom.xml b/external/storm-kafka-migration/pom.xml index 1b31a4d3d..094b1b20a 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-monitor/pom.xml b/external/storm-kafka-monitor/pom.xml index fdd526941..6b9a7b1cc 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.8-SNAPSHOT</version> + <version>2.8.8</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 0236b6e8b..28b42871c 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml index 9959f7e01..1ca59e4fa 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml index bf48fa89a..8bdac13d5 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/flux/flux-core/pom.xml b/flux/flux-core/pom.xml index a76a9e72d..bb81fdf7f 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/flux-examples/pom.xml b/flux/flux-examples/pom.xml index 919f47f80..b7ead1a42 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/flux-wrappers/pom.xml b/flux/flux-wrappers/pom.xml index 1c4db42ff..f83b1f105 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/pom.xml b/flux/pom.xml index 4bdb8ee32..2f30916b7 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 5e55c5ea9..df41933f0 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index a417d9c74..8e2d0a55d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.storm</groupId> <artifactId>storm</artifactId> - <version>2.8.8-SNAPSHOT</version> + <version>2.8.8</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.7</tag> + <tag>v2.8.8</tag> </scm> <issueManagement> diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml b/storm-buildtools/maven-shade-clojure-transformer/pom.xml index 2d6af3d9d..047456278 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.8-SNAPSHOT</version> + <version>2.8.8</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 c315fc747..a88ac3ded 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-checkstyle/pom.xml b/storm-checkstyle/pom.xml index 700e3052a..fbea76448 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/storm-client/pom.xml b/storm-client/pom.xml index 4a7ee77cf..da6508513 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-clojure-test/pom.xml b/storm-clojure-test/pom.xml index ad161d29e..10e583205 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.8-SNAPSHOT</version> + <version>2.8.8</version> </parent> <artifactId>storm-clojure-test</artifactId> diff --git a/storm-clojure/pom.xml b/storm-clojure/pom.xml index 430c8e965..82f680c1e 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.8-SNAPSHOT</version> + <version>2.8.8</version> </parent> <artifactId>storm-clojure</artifactId> diff --git a/storm-core/pom.xml b/storm-core/pom.xml index 4d353444b..f2d6f5741 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.8-SNAPSHOT</version> + <version>2.8.8</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 78b21b7db..cb0c1241d 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml index fadc17a71..4e4d2b7a2 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.8-SNAPSHOT</version> + <version>2.8.8</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 bd26bfa7d..05eaf8ae2 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.8-SNAPSHOT</version> + <version>2.8.8</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 f399402d0..88095be82 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.8-SNAPSHOT</version> + <version>2.8.8</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 33814c8a9..16c7518d5 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.8-SNAPSHOT</version> + <version>2.8.8</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 1b1cc92f6..ad43ddbc2 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.8-SNAPSHOT</version> + <version>2.8.8</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 f928d917b..ad67f0e2b 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml index f3892bd4f..fd7dc5cbd 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/javascript/pom.xml b/storm-multilang/javascript/pom.xml index 8c3e0b55f..5e0329be8 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml index d67b28536..a7b3f2a3a 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml index 7e84de319..cc47b1c5f 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-server/pom.xml b/storm-server/pom.xml index c4936ef77..2749e2e74 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.8-SNAPSHOT</version> + <version>2.8.8</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 81065118d..5962545ad 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-submit-tools/pom.xml b/storm-submit-tools/pom.xml index 38bba93d2..125b7600e 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/storm-webapp/pom.xml b/storm-webapp/pom.xml index eea9139a7..f2093477c 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.8-SNAPSHOT</version> + <version>2.8.8</version> <relativePath>../pom.xml</relativePath> </parent>
