This is an automated email from the ASF dual-hosted git repository. bipinprasad pushed a commit to annotated tag v2.5.0 in repository https://gitbox.apache.org/repos/asf/storm.git
commit a30676e6b198db6947ab96ee865c0340dc610b4f Author: bipinprasad <[email protected]> AuthorDate: Wed Jun 21 09:51:51 2023 -0700 [maven-release-plugin] prepare release v2.5.0 --- examples/storm-elasticsearch-examples/pom.xml | 2 +- examples/storm-hbase-examples/pom.xml | 2 +- examples/storm-hdfs-examples/pom.xml | 2 +- examples/storm-hive-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-mongodb-examples/pom.xml | 2 +- examples/storm-mqtt-examples/pom.xml | 2 +- examples/storm-opentsdb-examples/pom.xml | 2 +- examples/storm-perf/pom.xml | 2 +- examples/storm-pmml-examples/pom.xml | 2 +- examples/storm-redis-examples/pom.xml | 2 +- examples/storm-rocketmq-examples/pom.xml | 2 +- examples/storm-solr-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-cassandra/pom.xml | 2 +- external/storm-elasticsearch/pom.xml | 2 +- external/storm-eventhubs/pom.xml | 2 +- external/storm-hbase/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-hive/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-kinesis/pom.xml | 2 +- external/storm-metrics/pom.xml | 2 +- external/storm-mongodb/pom.xml | 2 +- external/storm-mqtt/pom.xml | 2 +- external/storm-opentsdb/pom.xml | 2 +- external/storm-pmml/pom.xml | 2 +- external/storm-redis/pom.xml | 2 +- external/storm-rocketmq/pom.xml | 2 +- external/storm-solr/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 | 5 +++-- 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-mongodb/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 +- 78 files changed, 80 insertions(+), 79 deletions(-) diff --git a/examples/storm-elasticsearch-examples/pom.xml b/examples/storm-elasticsearch-examples/pom.xml index 10847303c..04d6aab9b 100644 --- a/examples/storm-elasticsearch-examples/pom.xml +++ b/examples/storm-elasticsearch-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-hbase-examples/pom.xml b/examples/storm-hbase-examples/pom.xml index 260374991..ff91a7612 100644 --- a/examples/storm-hbase-examples/pom.xml +++ b/examples/storm-hbase-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-hdfs-examples/pom.xml b/examples/storm-hdfs-examples/pom.xml index fd341817b..2698f666d 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-hive-examples/pom.xml b/examples/storm-hive-examples/pom.xml index 9ee1ba28c..5d85a5704 100644 --- a/examples/storm-hive-examples/pom.xml +++ b/examples/storm-hive-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-jdbc-examples/pom.xml b/examples/storm-jdbc-examples/pom.xml index 9634a209b..c4c5da43a 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-jms-examples/pom.xml b/examples/storm-jms-examples/pom.xml index 03948c7af..d6798b1e6 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 7e1b64b89..8784ff37a 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-loadgen/pom.xml b/examples/storm-loadgen/pom.xml index 5120c8cb5..aebc1d4fb 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>storm-loadgen</artifactId> diff --git a/examples/storm-mongodb-examples/pom.xml b/examples/storm-mongodb-examples/pom.xml index 4f0d37d64..1f882149b 100644 --- a/examples/storm-mongodb-examples/pom.xml +++ b/examples/storm-mongodb-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-mqtt-examples/pom.xml b/examples/storm-mqtt-examples/pom.xml index f16261eb2..7a464086a 100644 --- a/examples/storm-mqtt-examples/pom.xml +++ b/examples/storm-mqtt-examples/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-opentsdb-examples/pom.xml b/examples/storm-opentsdb-examples/pom.xml index 0b94a0d52..a0e71a89c 100644 --- a/examples/storm-opentsdb-examples/pom.xml +++ b/examples/storm-opentsdb-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-perf/pom.xml b/examples/storm-perf/pom.xml index f452233e1..d3d999ab4 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-pmml-examples/pom.xml b/examples/storm-pmml-examples/pom.xml index b080707df..27048baa1 100644 --- a/examples/storm-pmml-examples/pom.xml +++ b/examples/storm-pmml-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/storm-redis-examples/pom.xml b/examples/storm-redis-examples/pom.xml index 3a7631c34..8e91ad2cd 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-rocketmq-examples/pom.xml b/examples/storm-rocketmq-examples/pom.xml index 0faf1645f..31855f95e 100644 --- a/examples/storm-rocketmq-examples/pom.xml +++ b/examples/storm-rocketmq-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-solr-examples/pom.xml b/examples/storm-solr-examples/pom.xml index 0d91da790..6a70aca24 100644 --- a/examples/storm-solr-examples/pom.xml +++ b/examples/storm-solr-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml index 04b5c9494..c5adc2752 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml index 5f7b999bd..de8841b8d 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 398e55cdd..887c1a78d 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-cassandra/pom.xml b/external/storm-cassandra/pom.xml index cff73cafe..533c5f8e6 100644 --- a/external/storm-cassandra/pom.xml +++ b/external/storm-cassandra/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-elasticsearch/pom.xml b/external/storm-elasticsearch/pom.xml index 11a1e1f96..df799d530 100644 --- a/external/storm-elasticsearch/pom.xml +++ b/external/storm-elasticsearch/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-eventhubs/pom.xml b/external/storm-eventhubs/pom.xml index 99672b163..ab591cec6 100755 --- a/external/storm-eventhubs/pom.xml +++ b/external/storm-eventhubs/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-hbase/pom.xml b/external/storm-hbase/pom.xml index 4a93432e1..6e781feb4 100644 --- a/external/storm-hbase/pom.xml +++ b/external/storm-hbase/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-hdfs-blobstore/pom.xml b/external/storm-hdfs-blobstore/pom.xml index 586d194b4..84d7cd4af 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-hdfs-oci/pom.xml b/external/storm-hdfs-oci/pom.xml index 084576692..224808668 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 259ce073a..84a1e4de3 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-hive/pom.xml b/external/storm-hive/pom.xml index f10a40bd2..b7c9f6999 100644 --- a/external/storm-hive/pom.xml +++ b/external/storm-hive/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml index 2672917ae..57c6d6d44 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-jms/pom.xml b/external/storm-jms/pom.xml index da225bc34..95d489612 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-client/pom.xml b/external/storm-kafka-client/pom.xml index b7b868aea..49b314574 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-migration/pom.xml b/external/storm-kafka-migration/pom.xml index 52a062bce..512028a8c 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-kafka-monitor/pom.xml b/external/storm-kafka-monitor/pom.xml index 7e030e2ac..83bbf4166 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/external/storm-kinesis/pom.xml b/external/storm-kinesis/pom.xml index e7b6ca201..6220c05df 100644 --- a/external/storm-kinesis/pom.xml +++ b/external/storm-kinesis/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml index 79c0d9981..e040e8feb 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-mongodb/pom.xml b/external/storm-mongodb/pom.xml index 093c0dbed..9b43079b5 100644 --- a/external/storm-mongodb/pom.xml +++ b/external/storm-mongodb/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-mqtt/pom.xml b/external/storm-mqtt/pom.xml index ca0804725..fb429d46a 100644 --- a/external/storm-mqtt/pom.xml +++ b/external/storm-mqtt/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.storm</groupId> <artifactId>storm</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-opentsdb/pom.xml b/external/storm-opentsdb/pom.xml index 3ac193964..fe07829a3 100644 --- a/external/storm-opentsdb/pom.xml +++ b/external/storm-opentsdb/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-pmml/pom.xml b/external/storm-pmml/pom.xml index 557ff9147..4215e90b5 100644 --- a/external/storm-pmml/pom.xml +++ b/external/storm-pmml/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml index 055a23642..f1165de2f 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-rocketmq/pom.xml b/external/storm-rocketmq/pom.xml index ee245d96a..23e886b35 100644 --- a/external/storm-rocketmq/pom.xml +++ b/external/storm-rocketmq/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/storm-solr/pom.xml b/external/storm-solr/pom.xml index d1ce9c808..c79cc0d0d 100644 --- a/external/storm-solr/pom.xml +++ b/external/storm-solr/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/flux/flux-core/pom.xml b/flux/flux-core/pom.xml index bee088856..a27c77831 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/flux-examples/pom.xml b/flux/flux-examples/pom.xml index 0883eac4f..a2553b219 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/flux-wrappers/pom.xml b/flux/flux-wrappers/pom.xml index f9f9c9e58..7f31097d9 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/flux/pom.xml b/flux/pom.xml index f585ffd40..2662954a8 100644 --- a/flux/pom.xml +++ b/flux/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/integration-test/pom.xml b/integration-test/pom.xml index e04aae344..538df6723 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 098153c50..aeb108d71 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.storm</groupId> <artifactId>storm</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <packaging>pom</packaging> <name>Storm</name> <description>Distributed and fault-tolerant realtime computation</description> @@ -270,7 +270,8 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/storm.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/storm.git</developerConnection> <url>https://gitbox.apache.org/repos/asf/storm</url> - </scm> + <tag>v2.5.0</tag> + </scm> <issueManagement> <system>jira</system> diff --git a/sql/pom.xml b/sql/pom.xml index 34a40f63b..5b795fec1 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sql/storm-sql-core/pom.xml b/sql/storm-sql-core/pom.xml index 1eb1888ed..f3d3dd0ea 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 c87f3830c..defa4bf2d 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 c9716b561..a70ae175f 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/sql/storm-sql-external/storm-sql-mongodb/pom.xml b/sql/storm-sql-external/storm-sql-mongodb/pom.xml index d90383f91..e364a8e54 100644 --- a/sql/storm-sql-external/storm-sql-mongodb/pom.xml +++ b/sql/storm-sql-external/storm-sql-mongodb/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5.0</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 23884d271..71783946d 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/sql/storm-sql-runtime/pom.xml b/sql/storm-sql-runtime/pom.xml index 4028ff838..857ca4a6b 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 c4eed5427..c90f94270 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 00810359b..8d408beb5 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-checkstyle/pom.xml b/storm-checkstyle/pom.xml index 7059cfbc6..b32df9bb2 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/storm-client/pom.xml b/storm-client/pom.xml index d988280a2..97fd36d55 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-clojure-test/pom.xml b/storm-clojure-test/pom.xml index 14bd5942b..18d72128e 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>storm-clojure-test</artifactId> diff --git a/storm-clojure/pom.xml b/storm-clojure/pom.xml index ce9425b4a..ff514e0de 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> </parent> <artifactId>storm-clojure</artifactId> diff --git a/storm-core/pom.xml b/storm-core/pom.xml index 717c664bc..8dbeaac5e 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 1ea8029f9..98866578f 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml index e9e6f41b2..0ac62d201 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 c8f51c776..3ab3e3c70 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 3b37794c3..e4e51df00 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 f2b892bba..3fa118f03 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 29e37e049..e98dcbe68 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 ca7958794..72fb7ef17 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 57117b20a..168066d03 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 91c847f9e..54cfd92ff 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml index 4a59869fc..1de85bd11 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/javascript/pom.xml b/storm-multilang/javascript/pom.xml index 3159017c6..d528a823a 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml index 5a745d1cf..371d606d7 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml index d71804e14..38b8ff241 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/storm-server/pom.xml b/storm-server/pom.xml index d9ee5610b..e7e395102 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.5.0-SNAPSHOT</version> + <version>2.5.0</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 c5130e4ee..aeeae699b 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/storm-submit-tools/pom.xml b/storm-submit-tools/pom.xml index b63948444..daf671fdf 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/storm-webapp/pom.xml b/storm-webapp/pom.xml index 0cfdc7aa2..feb318152 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.5.0-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>../pom.xml</relativePath> </parent>
