Skip to content

Commit

Permalink
Merge pull request #287 from jxlsteam/2.14.0-release
Browse files Browse the repository at this point in the history
2.14.0 release
  • Loading branch information
leonate authored Dec 14, 2023
2 parents c8d7ca0 + 5f2ea5f commit 79620c1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jxls-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jxls</groupId>
<artifactId>jxls-project</artifactId>
<version>2.13.1-SNAPSHOT</version>
<version>2.14.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jxls-poi</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions jxls-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<groupId>org.jxls</groupId>
<artifactId>jxls-site</artifactId>
<packaging>jar</packaging>
<version>2.13.0</version>
<version>2.14.0</version>
<name>JXLS</name>
<url>http://jxls.sf.net/</url>

<properties>
<jxlsVersion>2.13.0</jxlsVersion>
<jxlsPoiVersion>2.13.0</jxlsPoiVersion>
<jxlsVersion>2.14.0</jxlsVersion>
<jxlsPoiVersion>2.14.0</jxlsPoiVersion>
<jxlsReaderVersion>2.0.6</jxlsReaderVersion>
<copyrightClass>pull-right</copyrightClass>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion jxls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jxls</groupId>
<artifactId>jxls-project</artifactId>
<version>2.13.1-SNAPSHOT</version>
<version>2.14.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jxls</artifactId>
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 @@
<groupId>org.jxls</groupId>
<artifactId>jxls-project</artifactId>
<packaging>pom</packaging>
<version>2.13.1-SNAPSHOT</version>
<version>2.14.1-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Small library for Excel generation based on XLS templates</description>
<url>http://jxls.sf.net</url>
Expand Down

0 comments on commit 79620c1

Please sign in to comment.