Skip to content

Commit

Permalink
update to Elasticsearch 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jprante committed Oct 28, 2015
1 parent 95bbdca commit eaa3444
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.importer</groupId>
<artifactId>elasticsearch-jdbc</artifactId>
<version>2.0.0-rc1.0</version>
<version>2.0.0.0</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -72,8 +72,8 @@
<github.global.server>github</github.global.server>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.compiler.version>1.7</java.compiler.version>
<elasticsearch.version>2.0.0-rc1</elasticsearch.version>
<org.xbib.elasticsearch.support.version>2.0.0-rc1.0</org.xbib.elasticsearch.support.version>
<elasticsearch.version>2.0.0</elasticsearch.version>
<org.xbib.elasticsearch.support.version>2.0.0.0</org.xbib.elasticsearch.support.version>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions src/main/assemblies/uberjar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<include>org.xbib.jdbc</include>
<include>org.elasticsearch:elasticsearch</include>
<include>org.apache.lucene:lucene-core</include>
<include>org.apache.lucene:lucene-analyzers-common</include>
<include>org.apache.logging.log4j</include>
<include>org.slf4j:slf4j-api</include>
<include>com.spatial4j:spatial4j</include>
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/testsuite/support/support.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<class name="org.xbib.elasticsearch.common.util.ValuesTests"/>
<class name="org.xbib.elasticsearch.common.util.ValueListenerTests"/>
<class name="org.xbib.elasticsearch.common.util.SQLCommandTests"/>
<class name="org.xbib.elasticsearch.common.util.TimeWindowedTests"/>
</classes>
</test>

Expand Down

0 comments on commit eaa3444

Please sign in to comment.