From 1b9648957ea6f44cf8b2c1df174c9bbebe12a19b Mon Sep 17 00:00:00 2001 From: Jeronimo Backes Date: Wed, 9 Aug 2017 15:44:08 +0930 Subject: [PATCH] preparing to release version 2.5.2 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4d27705..cf8e079f 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.1/univocity-parsers-2.5.1.jar). +Just download the jar file from [here](http://oss.sonatype.org/content/repositories/releases/com/univocity/univocity-parsers/2.5.2/univocity-parsers-2.5.2.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.1 + 2.5.2 jar ... diff --git a/pom.xml b/pom.xml index 3a136f0f..0f6c8f52 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.univocity univocity-parsers - 2.5.2-SNAPSHOT + 2.5.2 univocity-parsers jar uniVocity's open source parsers for processing different text formats using a consistent API