Skip to content

Commit

Permalink
Release 0.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
chiwanpark committed Feb 11, 2015
1 parent a9d9d3c commit d611307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Redis 2.8.17.

## Current Version

* Development: 0.2.0-SNAPSHOT
* Stable: 0.1
* Development: 0.3.0-SNAPSHOT
* Stable: 0.2.0

## Current Supported Features

* Source using Redis [SUBSCRIBE](http://redis.io/commands/subscribe) command (single channel)
* Sink using Redis [PUBLISH](http://redis.io/commands/publish) command (single channel)
* Source using Redis [SUBSCRIBE](http://redis.io/commands/subscribe) command (multiple channels)
* Sink using Redis [PUBLISH](http://redis.io/commands/publish) command (only for single channel)

## Usage

Expand Down Expand Up @@ -44,7 +44,7 @@ Redis 2.8.17.

## License

Copyright 2013 Chiwan Park
Copyright 2013-2015 Chiwan Park

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.chiwanpark.flume.plugins</groupId>
<artifactId>flume-ng-redis</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit d611307

Please sign in to comment.