|
|
@@ -3,7 +3,7 @@ |
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.jeecg</groupId>
|
|
|
|
<artifactId>easypoi</artifactId>
|
|
|
|
<version>2.3.0</version>
|
|
|
|
<version>2.3.1-SNAPSHOT</version>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>easypoi</name>
|
|
|
|
<modules>
|
|
|
@@ -38,7 +38,7 @@ |
|
|
|
</developers>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<sub.version>2.3.0</sub.version>
|
|
|
|
<sub.version>2.3.1-SNAPSHOT</sub.version>
|
|
|
|
<poi.version>3.10-FINAL</poi.version>
|
|
|
|
<xerces.version>2.9.1</xerces.version>
|
|
|
|
<guava.version>16.0.1</guava.version>
|
|
|
@@ -206,20 +206,6 @@ |
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<version>1.5</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|