Skip to content

Commit

Permalink
Updated river for elastic 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Apr 4, 2014
1 parent 212d291 commit f7b405b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>com.sksamuel.elasticsearch</groupId>
<artifactId>elasticsearch-river-redis</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.1.0</version>
<name>elasticsearch-river-redis</name>
<description>A river plugin for elastic search that offers an easy way to index redis pubsub</description>
<url>https://github.com/sksamuel/elasticsearch-river-redis</url>
Expand Down Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit f7b405b

Please sign in to comment.