Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
es 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Sep 1, 2016
1 parent 3c9d63b commit b3407e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.codelibs</groupId>
<artifactId>river-web</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>River Web for Elasticsearch</name>
<description>This application crawls web sites and extracts the content from Web.</description>
Expand Down Expand Up @@ -47,14 +47,14 @@
</repository>
</repositories>
<properties>
<elasticsearch.version>2.3.2</elasticsearch.version>
<elasticsearch.version>2.4.0</elasticsearch.version>
<dbflute.version>1.1.1</dbflute.version>
<lastadi.version>0.7.0</lastadi.version>
<crawler.version>1.0.9-SNAPSHOT</crawler.version>
<crawler.version>1.0.10</crawler.version>
<jta.version>1.2</jta.version>
<slf4j.version>1.7.13</slf4j.version>
<lucene.version>5.5.0</lucene.version>
<utflute.version>0.6.0E</utflute.version>
<slf4j.version>1.7.21</slf4j.version>
<lucene.version>5.5.2</lucene.version>
<utflute.version>0.6.1A</utflute.version>
</properties>
<build>
<resources>
Expand Down

0 comments on commit b3407e2

Please sign in to comment.