Skip to content

Commit

Permalink
preparing to release univocity-parsers-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbax committed Nov 12, 2014
1 parent 9ff3cb0 commit 51d9c64
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -95,7 +95,8 @@ 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/1.1.1/univocity-parsers-1.1.1.jar).

Just download the jar file from [here](http://oss.sonatype.org/content/repositories/releases/com/univocity/univocity-parsers/1.2.0/univocity-parsers-1.2.0.jar).

Or, if you use maven, simply add the following to your `pom.xml`

@@ -105,7 +106,7 @@ Or, if you use maven, simply add the following to your `pom.xml`
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
<type>jar</type>
</dependency>
...
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<name>univocity-parsers</name>
<packaging>jar</packaging>
<description>uniVocity's open source parsers for processing different text formats using a consistent API</description>

0 comments on commit 51d9c64

Please sign in to comment.