File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
33and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## 0. 1.0 (UNRELEASED )
5+ ## 1.0.0 (07/20/2020 )
66- Initial release!
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ This project is an [Apache Storm](https://storm.apache.org/) Spout for consuming
1414
1515Include the dependency in your ` POM.xml ` file:
1616
17- ** NOTE** : This project has not been published to MavenCentral yet.
18-
1917``` xml
2018<dependency >
2119 <groupId >org.sourcelab.storm.spout</groupId >
2220 <artifactId >redis-stream-spout</artifactId >
21+ <version >1.0.0</version >
2322</dependency >
2423```
2524
Original file line number Diff line number Diff line change 66
77 <groupId >org.sourcelab.storm.spout</groupId >
88 <artifactId >redis-stream-spout</artifactId >
9- <version >0. 1.0-SNAPSHOT </version >
9+ <version >1.0.0 </version >
1010
1111 <!-- Module Description and Ownership -->
1212 <name >Redis Streams Spout for Apache Storm.</name >
You can’t perform that action at this time.
0 commit comments