Skip to content

Commit

Permalink
update version 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Aug 8, 2018
1 parent e92f3af commit 9b0a563
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Poiji
:version: v1.15
:version: v1.16

image:https://travis-ci.org/ozlerhakan/poiji.svg?branch=master["Build Status", link="https://travis-ci.org/ozlerhakan/poiji"] image:https://api.codacy.com/project/badge/Grade/6587e90886184da29a1b7c5634695c9d["Codacy code quality", link="https://www.codacy.com/app/ozlerhakan/poiji?utm_source=github.com&utm_medium=referral&utm_content=ozlerhakan/poiji&utm_campaign=Badge_Grade"] image:https://coveralls.io/repos/github/ozlerhakan/poiji/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/ozlerhakan/poiji?branch=master"] image:https://img.shields.io/badge/gitter-join%20chat-blue.svg["Gitter", link="https://gitter.im/poiji/Lobby"] image:https://img.shields.io/badge/license-MIT-blue.svg[]

Expand All @@ -15,15 +15,15 @@ In your Maven/Gradle project, first add the corresponding dependency:
<dependency>
<groupId>com.github.ozlerhakan</groupId>
<artifactId>poiji</artifactId>
<version>1.15</version>
<version>1.16</version>
</dependency>
----

.gradle
[source,groovy]
----
dependencies {
compile 'com.github.ozlerhakan:poiji:1.15'
compile 'com.github.ozlerhakan:poiji:1.16'
}
----

Expand Down Expand Up @@ -148,7 +148,7 @@ PoijiOptions options = PoijiOptionsBuilder.settings()
.preferNullOverDefault(true) <1>
.build();
----
1. Annotated date fields will have a `null` value, if the specified date pattern cannot be parsed.
1. a field that is of type either `java.util.Date`, `Float`, `Double`, `Integer`, `Long` or `String` will have a `null` value.

=== Encrypted Excel Files

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.ozlerhakan</groupId>
<artifactId>poiji</artifactId>
<version>1.16-SNAPSHOT</version>
<version>1.16</version>
<packaging>jar</packaging>

<name>poiji</name>
Expand Down

0 comments on commit 9b0a563

Please sign in to comment.