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 dda23bb92 [maven-release-plugin] prepare release v2.8.2
dda23bb92 is described below
commit dda23bb92f7eef7010015ab888c67bc85ce7855e
Author: Rui Abreu <[email protected]>
AuthorDate: Sat Jul 26 14:27:17 2025 +0100
[maven-release-plugin] prepare release v2.8.2
---
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 ++--
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 +-
57 files changed, 58 insertions(+), 58 deletions(-)
diff --git a/examples/storm-hdfs-examples/pom.xml
b/examples/storm-hdfs-examples/pom.xml
index 149e4f319..32491de78 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-jdbc-examples/pom.xml
b/examples/storm-jdbc-examples/pom.xml
index 8b7c9a1bf..a38937862 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-jms-examples/pom.xml
b/examples/storm-jms-examples/pom.xml
index fe4739645..22ccf78a6 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 b9c199f91..76d87b69a 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-loadgen/pom.xml b/examples/storm-loadgen/pom.xml
index 97bf7d5fb..5d77e3b59 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 ad18138d7..a86862dab 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-redis-examples/pom.xml
b/examples/storm-redis-examples/pom.xml
index b6c10eab3..158407e27 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml
index 725964ac1..c5e6e4bd2 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index 047b50255..431e5f395 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 20683cd07..f27665528 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-hdfs-blobstore/pom.xml
b/external/storm-hdfs-blobstore/pom.xml
index 1ce3a2d35..d28f58709 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-hdfs-oci/pom.xml b/external/storm-hdfs-oci/pom.xml
index 97cd8f11e..2bbb79911 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 f7e19b739..11653cd40 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml
index e37cd16cd..5bebf27c6 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-jms/pom.xml b/external/storm-jms/pom.xml
index d70b1853d..4bca41e1b 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-client/pom.xml
b/external/storm-kafka-client/pom.xml
index 743def611..cce035230 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-migration/pom.xml
b/external/storm-kafka-migration/pom.xml
index 33f4404a4..e6a7d37ca 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-kafka-monitor/pom.xml
b/external/storm-kafka-monitor/pom.xml
index 7cf72ccf8..3c758af93 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 14e012186..eac637de6 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml
index 310f13130..41fd73490 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml
index 6e56f6bda..b5942165a 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-core/pom.xml b/flux/flux-core/pom.xml
index 96b6151ed..2fb248462 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-examples/pom.xml b/flux/flux-examples/pom.xml
index ac0f55ee8..4baf149d8 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/flux-wrappers/pom.xml b/flux/flux-wrappers/pom.xml
index f3b01b172..c6a12ac35 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/flux/pom.xml b/flux/pom.xml
index f31a474bb..222b65011 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 5e0d33a5c..2aa39cf48 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index bc57cadc4..1d62b93c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.storm</groupId>
<artifactId>storm</artifactId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</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.0</tag>
+ <tag>v2.8.2</tag>
</scm>
<issueManagement>
diff --git a/sql/pom.xml b/sql/pom.xml
index abd0122d3..e3d802e27 100644
--- a/sql/pom.xml
+++ b/sql/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>storm</artifactId>
<groupId>org.apache.storm</groupId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sql/storm-sql-core/pom.xml b/sql/storm-sql-core/pom.xml
index 32f6b5472..5ce87a2f4 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.8.2-SNAPSHOT</version>
+ <version>2.8.2</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 bcc184471..8347ed042 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.8.2-SNAPSHOT</version>
+ <version>2.8.2</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 b406a30fb..28877d985 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.8.2-SNAPSHOT</version>
+ <version>2.8.2</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 67bdc0f91..08768ef72 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.8.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sql/storm-sql-runtime/pom.xml b/sql/storm-sql-runtime/pom.xml
index 64736b248..618b80340 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.8.2-SNAPSHOT</version>
+ <version>2.8.2</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 906719cd9..8a94ee3b9 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 5a27c2459..cb0f23e5b 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-checkstyle/pom.xml b/storm-checkstyle/pom.xml
index 8b622c9d7..4e2997c6e 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/storm-client/pom.xml b/storm-client/pom.xml
index 37f5ad76b..6bd9b0f29 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-clojure-test/pom.xml b/storm-clojure-test/pom.xml
index c0851a060..8402d40e9 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
</parent>
<artifactId>storm-clojure-test</artifactId>
diff --git a/storm-clojure/pom.xml b/storm-clojure/pom.xml
index 87bd9effd..45d3ee15b 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
</parent>
<artifactId>storm-clojure</artifactId>
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 441622433..b966d5e85 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 124eb4e38..b71f4a238 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml
index 961abc63d..b0b1d9557 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 5800d44f3..c16ad5723 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 775e04a17..18c7cea00 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 dc6390efc..d0196faf5 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 b6bdf2cc3..82414f9f7 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.8.2-SNAPSHOT</version>
+ <version>2.8.2</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 97619ae93..e88f2957c 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.8.2-SNAPSHOT</version>
+ <version>2.8.2</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 e6f920ddf..0c83dd3ce 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 d8a8724e5..914520145 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml
index 29ffccc6f..f2bbee472 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/javascript/pom.xml
b/storm-multilang/javascript/pom.xml
index 955e52b36..cdb331092 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml
index 978698daf..1f9839531 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml
index c4386e488..b081a1b1c 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/storm-server/pom.xml b/storm-server/pom.xml
index d958eb0d6..5e2180eb3 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.2-SNAPSHOT</version>
+ <version>2.8.2</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 b9222fea2..c287c5091 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/storm-submit-tools/pom.xml b/storm-submit-tools/pom.xml
index b90c8bff1..b0296f83d 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/storm-webapp/pom.xml b/storm-webapp/pom.xml
index 7486c8332..7b7cc9a24 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.2-SNAPSHOT</version>
+ <version>2.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>