Skip to content

Commit

Permalink
v2.1.3#release
Browse files Browse the repository at this point in the history
  • Loading branch information
Crab2died committed Feb 23, 2018
1 parent bbeb1bd commit bc7a96c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Student2{id=10000000000004, name='王二', date=Fri Nov 17 00:00:00 CST 2017, cl
<dependency>
<groupId>com.github.crab2died</groupId>
<artifactId>Excel4J</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
```

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

<groupId>com.github.crab2died</groupId>
<artifactId>Excel4J</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<packaging>jar</packaging>

<name>Excel4J</name>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Application-Version: 2.1.3
Built-By: Crab2Died
LICENSE: Apache-2.0
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@ Student2{id=10000000000004, name='王二', date=Fri Nov 17 00:00:00 CST 2017, cl
>> package.cmd
```

#### 2) 最新版本maven 引用
#### 2) 最新版本maven引用
```
<dependency>
<groupId>com.github.crab2died</groupId>
<artifactId>Excel4J</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
```

Expand Down

0 comments on commit bc7a96c

Please sign in to comment.