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 2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
3
3
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## 0. 1.0 (UNRELEASED )
5
+ ## 1.0.0 (07/20/2020 )
6
6
- 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
14
14
15
15
Include the dependency in your ` POM.xml ` file:
16
16
17
- ** NOTE** : This project has not been published to MavenCentral yet.
18
-
19
17
``` xml
20
18
<dependency >
21
19
<groupId >org.sourcelab.storm.spout</groupId >
22
20
<artifactId >redis-stream-spout</artifactId >
21
+ <version >1.0.0</version >
23
22
</dependency >
24
23
```
25
24
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.sourcelab.storm.spout</groupId >
8
8
<artifactId >redis-stream-spout</artifactId >
9
- <version >0. 1.0-SNAPSHOT </version >
9
+ <version >1.0.0 </version >
10
10
11
11
<!-- Module Description and Ownership -->
12
12
<name >Redis Streams Spout for Apache Storm.</name >
You can’t perform that action at this time.
0 commit comments