We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289afb0 commit 563fdb3Copy full SHA for 563fdb3
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.hellojavaer</groupId>
6
<artifactId>poi-excel-utils</artifactId>
7
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0-beta</version>
8
<packaging>jar</packaging>
9
<description>poi-excel-utils makes the conversion between excel file data and java bean easy</description>
10
@@ -13,7 +13,7 @@
13
14
<properties>
15
<junit.version>4.11</junit.version>
16
- <gpg.skip>true</gpg.skip>
+ <gpg.skip>false</gpg.skip>
17
<javadoc.skip>false</javadoc.skip>
18
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19
<jdk.version>1.6</jdk.version>
0 commit comments