Skip to content

Commit

Permalink
preparing to release version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbax committed Jul 29, 2017
1 parent 15ca061 commit 726e820
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.0/univocity-parsers-2.5.0.jar).
Just download the jar file from [here](http://oss.sonatype.org/content/repositories/releases/com/univocity/univocity-parsers/2.5.1/univocity-parsers-2.5.1.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.0</version>
<version>2.5.1</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.1-SNAPSHOT</version>
<version>2.5.1</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 726e820

Please sign in to comment.