This is an automated email from the ASF dual-hosted git repository.
sidmishra pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new ad4457b Merge pull request #147 from
martin-g/atlas-4159-update-storm-to-2.2.0
ad4457b is described below
commit ad4457b206844038d80dc428f5182b3382f845f2
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Sep 22 14:03:08 2021 +0300
Merge pull request #147 from martin-g/atlas-4159-update-storm-to-2.2.0
ATLAS-4159 Update Apache Storm to 2.3.0
http://storm.apache.org/2021/09/27/storm230-released.html
(cherry picked from commit 69d0873eb5893b154a1f149b1691a0b1d7218d00)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c7dd16d..99bb1e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -764,7 +764,7 @@
<spring.security.version>5.5.1</spring.security.version>
<spring.version>5.3.8</spring.version>
<sqoop.version>1.4.6.2.3.99.0-195</sqoop.version>
- <storm.version>2.1.0</storm.version>
+ <storm.version>2.3.0</storm.version>
<surefire.forkCount>2C</surefire.forkCount>
<surefire.version>3.0.0-M5</surefire.version>
<testng.version>6.9.4</testng.version>