From 726e8208edecee774b190a9a76d50b125ca066f1 Mon Sep 17 00:00:00 2001 From: Jeronimo Backes Date: Sun, 30 Jul 2017 05:13:58 +0930 Subject: [PATCH] preparing to release version 2.5.1 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dbb54dd..e4d27705 100644 --- a/README.md +++ b/README.md @@ -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` @@ -124,7 +124,7 @@ Or, if you use maven, simply add the following to your `pom.xml` com.univocity univocity-parsers - 2.5.0 + 2.5.1 jar ... diff --git a/pom.xml b/pom.xml index 17db71ed..d73fba8a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.univocity univocity-parsers - 2.5.1-SNAPSHOT + 2.5.1 univocity-parsers jar uniVocity's open source parsers for processing different text formats using a consistent API