Skip to content

Commit 5e74364

Browse files
committed
prep for release of 1.0.0
1 parent 18e6bc0 commit 5e74364

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and 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!

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ This project is an [Apache Storm](https://storm.apache.org/) Spout for consuming
1414

1515
Include 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)