Hello, Looks like there's a small mistake in download page ( http://storm.apache.org/downloads.html):
It says for 1.1.0 release: ============================== Storm artifacts are hosted in Maven Central <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22>. You can add Storm as a dependency with the following coordinates: groupId: org.apache.storm <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22> artifactId: storm-core version: 1.0.2 ============================== Shouldn't the version rather be "1.1.0" instead of "1.0.2" ? regards, Alexandre Vermeerbergen 2017-03-30 19:46 GMT+02:00 P. Taylor Goetz <[email protected]>: > The Apache Storm community is pleased to announce the release of Apache > Storm version 1.1.0. > > Storm is a distributed, fault-tolerant, and high-performance realtime > computation system that provides strong guarantees on the processing of > data. You can read more about Storm on the project website: > > http://storm.apache.org > > Downloads of source and binary distributions are listed in our download > section: > > http://storm.apache.org/downloads.html > > You can read more about this release in the following blog post: > > http://storm.apache.org/2017/03/29/storm110-released.html > > Distribution artifacts are available in Maven Central at the following > coordinates: > > groupId: org.apache.storm > artifactId: storm-core > version: 1.1.0 > > The full list of changes is available here[1]. Please let us know [2] if > you encounter any problems. > > Regards, > > The Apache Storm Team > > [1]: https://github.com/apache/storm/blob/v1.1.0/CHANGELOG.md > [2]: https://issues.apache.org/jira/browse/STORM
