Skip to content

Commit

Permalink
preparing to release maintenance version 2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbax committed Oct 16, 2017
1 parent 0daaa4c commit 60336f5
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.7/univocity-parsers-2.5.7.jar).
Just download the jar file from [here](http://oss.sonatype.org/content/repositories/releases/com/univocity/univocity-parsers/2.5.8/univocity-parsers-2.5.8.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.7</version>
<version>2.5.8</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.8-SNAPSHOT</version>
<version>2.5.8</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 60336f5

Please sign in to comment.