We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e71457 commit fbbea3aCopy full SHA for fbbea3a
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.hellojavaer</groupId>
6
<artifactId>poi-excel-utils</artifactId>
7
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.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