From 4a8410beb6767838c5d19f28bedab91a18b0cc31 Mon Sep 17 00:00:00 2001 From: Jeronimo Backes Date: Fri, 22 Sep 2017 14:03:18 +0930 Subject: [PATCH] preparing release 2.5.6 that can be used with JDK 9 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edc07418..25a36819 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.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` @@ -124,7 +124,7 @@ Or, if you use maven, simply add the following to your `pom.xml` com.univocity univocity-parsers - 2.5.5 + 2.5.6 jar ... diff --git a/pom.xml b/pom.xml index ac92c68d..479d413b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.univocity univocity-parsers - 2.5.6-SNAPSHOT + 2.5.6 univocity-parsers jar uniVocity's open source parsers for processing different text formats using a consistent API