Skip to content

Commit

Permalink
preparing release 2.5.6 that can be used with JDK 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jbax committed Sep 22, 2017
1 parent 8298f41 commit 4a8410b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ a dedicated team of experts are ready to assist you).
### Installation ###


Just download the jar file from [here](http://oss.sonatype.org/content/repositories/releases/com/univocity/univocity-parsers/2.5.5/univocity-parsers-2.5.5.jar).
Just download the jar file from [here](http://oss.sonatype.org/content/repositories/releases/com/univocity/univocity-parsers/2.5.6/univocity-parsers-2.5.6.jar).

Or, if you use maven, simply add the following to your `pom.xml`

Expand All @@ -124,7 +124,7 @@ Or, if you use maven, simply add the following to your `pom.xml`
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>2.5.5</version>
<version>2.5.6</version>
<type>jar</type>
</dependency>
...
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>2.5.6-SNAPSHOT</version>
<version>2.5.6</version>
<name>univocity-parsers</name>
<packaging>jar</packaging>
<description>uniVocity's open source parsers for processing different text formats using a consistent API</description>
Expand Down

0 comments on commit 4a8410b

Please sign in to comment.