Skip to content

Commit

Permalink
Merge pull request #3177 from alibaba/bugfix
Browse files Browse the repository at this point in the history
* 修改版本发布问题
  • Loading branch information
zhuangjiaju authored May 6, 2023
2 parents 0915504 + 3a2dd02 commit e6bf164
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ easyexcel重写了poi对07版Excel的解析,一个3M的excel用POI sax解析
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import org.apache.commons.collections4.CollectionUtils;
import org.springframework.cglib.beans.BeanMap;
import org.springframework.util.CollectionUtils;

/**
* Licensed to the Apache Software Foundation (ASF) under one or more
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.util.ArrayList;
import java.util.List;

import org.springframework.util.CollectionUtils;
import org.apache.commons.collections4.CollectionUtils;

public class TestFileUtil {

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


<properties>
<revision>3.3.0</revision>
<revision>3.3.1</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
<gpg.skip>true</gpg.skip>
Expand Down
4 changes: 4 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.3.1

* 修改版本发布问题

# 3.3.0

* 读csv会忽略BOM数据 [Issue #3137](https://github.com/alibaba/easyexcel/issues/3137)
Expand Down

0 comments on commit e6bf164

Please sign in to comment.