Skip to content

Commit b698648

Browse files
author
lbw
committed
🔖 Releasing / Version tags. 3.3.1
1 parent eacf48b commit b698648

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EasyExcel是一个基于Java的简单、省内存的读写Excel的开源项目
1313

1414
| 版本 | 支持 |
1515
|-------|--|
16-
| 3.1.0 | 适配 SpringBoot3.x |
16+
| 3.1.1 | 适配 SpringBoot3.x |
1717
| 1.2.7 | 适配 SpringBoot2.x |
1818

1919
```xml

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.1.1</version>
8+
<version>3.1.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.pig4cloud.excel</groupId>
1212
<artifactId>excel-spring-boot-starter</artifactId>
13-
<version>3.1.1-snapshot</version>
13+
<version>3.1.1</version>
1414
<name>excel-spring-boot-starter</name>
1515
<description>easy and high performance excel</description>
1616
<url>https://pig4cloud.com</url>

0 commit comments

Comments
 (0)