Skip to content

Commit

Permalink
update to ES 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jprante committed May 23, 2014
1 parent 591d53e commit 30d089d
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 @@ -7,7 +7,7 @@

<groupId>org.xbib.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-river-jdbc</artifactId>
<version>1.1.0.2</version>
<version>1.2.0.0</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -68,9 +68,9 @@
<properties>
<github.global.server>github</github.global.server>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<elasticsearch.version>1.1.0</elasticsearch.version>
<org.xbib.version>1.0.0.Beta2</org.xbib.version>
<org.xbib.elasticsearch.support.version>1.1.0.7</org.xbib.elasticsearch.support.version>
<elasticsearch.version>1.2.0</elasticsearch.version>
<org.xbib.version>1.0.0.Beta3</org.xbib.version>
<org.xbib.elasticsearch.support.version>1.2.0.0</org.xbib.elasticsearch.support.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -160,8 +160,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
<optimize>true</optimize>
<showDeprecation>true</showDeprecation>
Expand Down

0 comments on commit 30d089d

Please sign in to comment.