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 58cf04659 [maven-release-plugin] prepare release v2.8.3
58cf04659 is described below

commit 58cf04659db79f56981ebf4beaade3457ccfede3
Author: Rui Abreu <[email protected]>
AuthorDate: Sat Oct 25 22:21:11 2025 +0100

    [maven-release-plugin] prepare release v2.8.3
---
 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 885d45e0a..d7d76a20b 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/storm-jdbc-examples/pom.xml 
b/examples/storm-jdbc-examples/pom.xml
index c1d86c9f6..54cd4525a 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/storm-jms-examples/pom.xml 
b/examples/storm-jms-examples/pom.xml
index 3719a4fd9..b217cc1d3 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 27fe39b4b..4003fd976 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/storm-loadgen/pom.xml b/examples/storm-loadgen/pom.xml
index 52f7a96a3..a41feb7c2 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.3-SNAPSHOT</version>
+    <version>2.8.3</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 332692eaa..30515dc06 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/storm-redis-examples/pom.xml 
b/examples/storm-redis-examples/pom.xml
index 74a9adcf7..603022eb8 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml
index 7aaf8827f..ce86d8a63 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index 030bde10e..4a9fec6b6 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 ffd8a5821..ca15d432c 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-hdfs-blobstore/pom.xml 
b/external/storm-hdfs-blobstore/pom.xml
index 4ef504e01..0057f2cc7 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-hdfs-oci/pom.xml b/external/storm-hdfs-oci/pom.xml
index 0fad365ef..ed558acf4 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 27fab7030..cb240fc39 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml
index abd95f3bc..9e149ffb9 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-jms/pom.xml b/external/storm-jms/pom.xml
index 7c17d9678..e3f9b6632 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-kafka-client/pom.xml 
b/external/storm-kafka-client/pom.xml
index f220bbb47..4c513a182 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-kafka-migration/pom.xml 
b/external/storm-kafka-migration/pom.xml
index e30b8e153..ecc17b0b7 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-kafka-monitor/pom.xml 
b/external/storm-kafka-monitor/pom.xml
index 8ba40f5a4..5f3601abf 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 03ec292e3..07c8d2f46 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml
index 3bc251f88..ad3bd81a2 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.3-SNAPSHOT</version>
+      <version>2.8.3</version>
       <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml
index 9d2ee8b9b..4d194db69 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/flux/flux-core/pom.xml b/flux/flux-core/pom.xml
index 29e649751..616e1da67 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flux/flux-examples/pom.xml b/flux/flux-examples/pom.xml
index 9b2c04705..1f4f3ea63 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flux/flux-wrappers/pom.xml b/flux/flux-wrappers/pom.xml
index a302e58a0..a33e4243c 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/flux/pom.xml b/flux/pom.xml
index 23750e6ce..1489c0d4d 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 820beeec2..64a2074d2 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 8ef56aa31..9e362e7cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.storm</groupId>
     <artifactId>storm</artifactId>
-    <version>2.8.3-SNAPSHOT</version>
+    <version>2.8.3</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.3</tag>
     </scm>
 
     <issueManagement>
diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml 
b/storm-buildtools/maven-shade-clojure-transformer/pom.xml
index 09e180210..d6b93f893 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 9d923be21..1377bfb5f 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/storm-checkstyle/pom.xml b/storm-checkstyle/pom.xml
index e04b89ab7..b6d1d15c0 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/storm-client/pom.xml b/storm-client/pom.xml
index 81cc46cb0..5b6c9fda2 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/storm-clojure-test/pom.xml b/storm-clojure-test/pom.xml
index ffdf5c9a2..e35e99ae1 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
     </parent>
 
     <artifactId>storm-clojure-test</artifactId>
diff --git a/storm-clojure/pom.xml b/storm-clojure/pom.xml
index cdc5b6f6b..4657a64e0 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
     </parent>
 
     <artifactId>storm-clojure</artifactId>
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 8c3f33afd..0f804dc4d 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 cd4db347b..921e4e86f 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml
index 061ec40bb..26d1d8265 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 7100e9a03..82f6d25e9 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 f07446710..0983d31a3 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 dd74a2a7e..1f9b642db 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 c45dfd390..d5c391825 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 a0f80b0be..6613ac4e5 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml
index ef6fbc94c..a0a7f1008 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/storm-multilang/javascript/pom.xml 
b/storm-multilang/javascript/pom.xml
index 5cbe6cc5c..fd9dd993c 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml
index e6dcf92db..b250a2ea8 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml
index c30b6cc1e..49a4dd534 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/storm-server/pom.xml b/storm-server/pom.xml
index 2d3364386..3e45163f7 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.3-SNAPSHOT</version>
+        <version>2.8.3</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 24513c042..0784f2d5c 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/storm-submit-tools/pom.xml b/storm-submit-tools/pom.xml
index a562e544b..34911526b 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/storm-webapp/pom.xml b/storm-webapp/pom.xml
index 5e9c35d83..6eecd2b16 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.3-SNAPSHOT</version>
+        <version>2.8.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Reply via email to