Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed Nov 1, 2017
1 parent 629d201 commit ce51535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you are using Maven, you can add JavaDBF to your project using this dependenc
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>javadbf</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
```

Expand Down Expand Up @@ -449,10 +449,10 @@ Clone the repository or download de tar file from releases page on github, then

git clone https://github.com/albfernandez/javadbf.git
cd javadbf
git checkout tags/v.1.7.0
git checkout tags/v.1.7.1
mvn clean package

The result file is ``target/javadbf-1.7.0.jar``
The result file is ``target/javadbf-1.7.1.jar``



Expand Down

0 comments on commit ce51535

Please sign in to comment.