Skip to content

Commit

Permalink
updated dependencies to latest versions
Browse files Browse the repository at this point in the history
2.2.0 release
  • Loading branch information
Vitek Tajzich committed Apr 3, 2015
1 parent a8db96e commit 7b9ecea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ If it doesn't work, clone git repository and build plugin manually.
-------------------------------------
| master | 1.5.x -> master |
-------------------------------------
| 2.2.0 | 1.5.x -> master |
-------------------------------------
| 2.1.2 | 1.4.x -> master |
-------------------------------------
| 2.0.2 | 1.0.x -> 1.2.x |
Expand All @@ -31,10 +33,14 @@ The CSV river import data from CSV files and index it.

##Changelog

###2.2.0-SNAPSHOT
###2.2.1-SNAPSHOT

* no changes yet

###2.2.0

* updated dependencies to latest versions

###2.1.2

* fixed - After import, the file remained open, preventing a rename to .imported.
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.agileworks</groupId>
<artifactId>elasticsearch-river-csv</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>
<description>CSV River for ElasticSearch</description>
<inceptionYear>2014</inceptionYear>
<inceptionYear>2015</inceptionYear>
<organization>
<name>AgileWorks</name>
<url>http://github.com/AgileWorksOrg/elasticsearch-river-csv</url>
Expand All @@ -32,14 +32,14 @@
</parent>

<properties>
<elasticsearch.version>1.0.0</elasticsearch.version>
<elasticsearch.version>1.5.0</elasticsearch.version>
<java.version>1.6</java.version>

<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
<groovy.version>2.4.0</groovy.version>
<groovy.eclipse.compiler.version>2.8.0-01</groovy.eclipse.compiler.version>
<groovy-eclipse-batch.version>2.1.8-01</groovy-eclipse-batch.version>
<spock.version>0.7-groovy-2.0</spock.version>
<groovy.eclipse.compiler.version>2.9.2-01</groovy.eclipse.compiler.version>
<groovy-eclipse-batch.version>2.4.3-01</groovy-eclipse-batch.version>
<spock.version>1.0-groovy-2.4</spock.version>
<opencsv.version>2.3</opencsv.version>
<hamcrest.version>1.3</hamcrest.version>
<log4j.version>1.2.16</log4j.version>
Expand Down

0 comments on commit 7b9ecea

Please sign in to comment.