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

Commit b3407e2

Browse files
committed
es 2.4.0
1 parent 3c9d63b commit b3407e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.codelibs</groupId>
55
<artifactId>river-web</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.4.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>River Web for Elasticsearch</name>
99
<description>This application crawls web sites and extracts the content from Web.</description>
@@ -47,14 +47,14 @@
4747
</repository>
4848
</repositories>
4949
<properties>
50-
<elasticsearch.version>2.3.2</elasticsearch.version>
50+
<elasticsearch.version>2.4.0</elasticsearch.version>
5151
<dbflute.version>1.1.1</dbflute.version>
5252
<lastadi.version>0.7.0</lastadi.version>
53-
<crawler.version>1.0.9-SNAPSHOT</crawler.version>
53+
<crawler.version>1.0.10</crawler.version>
5454
<jta.version>1.2</jta.version>
55-
<slf4j.version>1.7.13</slf4j.version>
56-
<lucene.version>5.5.0</lucene.version>
57-
<utflute.version>0.6.0E</utflute.version>
55+
<slf4j.version>1.7.21</slf4j.version>
56+
<lucene.version>5.5.2</lucene.version>
57+
<utflute.version>0.6.1A</utflute.version>
5858
</properties>
5959
<build>
6060
<resources>

0 commit comments

Comments
 (0)