Skip to content

Commit 1d1a13a

Browse files
committed
🌴 Release V1.11.0
1 parent 8fbc57d commit 1d1a13a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ poi-tl supports **custom functions (plug-ins)**, functions can be executed anywh
4141
<dependency>
4242
<groupId>com.deepoove</groupId>
4343
<artifactId>poi-tl</artifactId>
44-
<version>1.11.0-beta</version>
44+
<version>1.11.0</version>
4545
</dependency>
4646
```
4747

48-
> NOTE: poi-tl `1.11.0-beta` requires POI version `5.1.0`.
48+
> NOTE: poi-tl `1.11.0` requires POI version `5.1.0`.
4949
5050
## Quick start
5151
Start with a deadly simple example: replace `{{title}}` with "poi-tl template engine".

poi-tl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.deepoove</groupId>
1313
<artifactId>poi-tl</artifactId>
14-
<version>1.11.0-SNAPSHOT</version>
14+
<version>1.11.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>poi-tl</name>

0 commit comments

Comments
 (0)