Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed Feb 15, 2018
1 parent 348382e commit 8ae4956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.9.1</version>
<version>1.9.2</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.9.1
git checkout tags/v.1.9.2
mvn clean package

The result file is ``target/javadbf-1.9.1.jar``
The result file is ``target/javadbf-1.9.2.jar``



Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.albfernandez</groupId>
<artifactId>javadbf</artifactId>
<version>1.9.2-SNAPSHOT</version>
<version>1.9.2</version>
<url>https://github.com/albfernandez/javadbf</url>
<packaging>jar</packaging>
<name>javadbf</name>
Expand Down

0 comments on commit 8ae4956

Please sign in to comment.