Skip to content

Commit

Permalink
1.4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jprante committed Dec 20, 2014
1 parent 240d2bd commit 0774f01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.xbib.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-river-jdbc</artifactId>
<version>1.4.0.4</version>
<version>1.4.0.5</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -94,14 +94,14 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.0.2</version>
<version>2.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.0.2</version>
<version>2.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 0774f01

Please sign in to comment.