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
commit 744d0cd7cbc8af91a5d58239c485d81f515c3e47 Author: Rui Abreu <[email protected]> AuthorDate: Fri Oct 11 12:23:35 2024 +0100 Fixing wrong version in some dependencies --- examples/storm-elasticsearch-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-perf/pom.xml | 2 +- examples/storm-redis-examples/pom.xml | 2 +- examples/storm-starter/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/storm-elasticsearch-examples/pom.xml b/examples/storm-elasticsearch-examples/pom.xml index e1def8a92..b59c60a8c 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-hdfs-examples/pom.xml b/examples/storm-hdfs-examples/pom.xml index c444d5746..86f21cb04 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-hive-examples/pom.xml b/examples/storm-hive-examples/pom.xml index 140fe1d3d..afc50499d 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-jdbc-examples/pom.xml b/examples/storm-jdbc-examples/pom.xml index 45561c5be..f5ff51710 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-jms-examples/pom.xml b/examples/storm-jms-examples/pom.xml index 55619e16d..a84527244 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-kafka-client-examples/pom.xml b/examples/storm-kafka-client-examples/pom.xml index 281fb576b..cfe202a5d 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-loadgen/pom.xml b/examples/storm-loadgen/pom.xml index e6ad2894a..923c0311d 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>storm-loadgen</artifactId> diff --git a/examples/storm-perf/pom.xml b/examples/storm-perf/pom.xml index 039fdfb18..a464123e0 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-redis-examples/pom.xml b/examples/storm-redis-examples/pom.xml index aad20e9a9..0208c1ca9 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml index cf13a5f71..b22a4fa03 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.6.5-SNAPSHOT</version> + <version>2.7.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent>
