Skip to content

Commit

Permalink
prepare 4.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Oct 25, 2018
1 parent 5617c73 commit aa4ecbe
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 28 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@

-------------------------------------------------------------------------------------------------------------

## 4.1.20

### 新特性

### Bug修复

-------------------------------------------------------------------------------------------------------------

## 4.1.19

### 新特性
Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -5,8 +5,8 @@
<strong>A set of tools that keep Java sweet.</strong>
</p>
<p align="center">
<a target="_blank" href="https://search.maven.org/artifact/cn.hutool/hutool-all/4.1.19/jar">
<img src="https://img.shields.io/badge/version-4.1.19-blue.svg" ></img>
<a target="_blank" href="https://search.maven.org/artifact/cn.hutool/hutool-all/4.1.20/jar">
<img src="https://img.shields.io/badge/version-4.1.20-blue.svg" ></img>
</a>
<a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0.html">
<img src="http://img.shields.io/:license-apache-blue.svg" ></img>
Expand Down Expand Up @@ -81,21 +81,21 @@ Hutool是Hu + tool的自造词,前者致敬我的“前任公司”,后者
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>4.1.19</version>
<version>4.1.20</version>
</dependency>
```

### Gradle
```
compile 'cn.hutool:hutool-all:4.1.19'
compile 'cn.hutool:hutool-all:4.1.20'
```

### 非Maven项目

点击以下任一链接,下载`hutool-all-X.X.X.jar`即可:

- [Maven中央库1](http://repo1.maven.org/maven2/cn/hutool/hutool-all/4.1.19/)
- [Maven中央库2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/4.1.19/)
- [Maven中央库1](http://repo1.maven.org/maven2/cn/hutool/hutool-all/4.1.20/)
- [Maven中央库2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/4.1.20/)

-------------------------------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -60,7 +60,7 @@
<div class="js-fullheight-home fh5co-copy-inner">
<h1>
<b style="font-size: 180%;margin-left:-10px">Hutool</b>
<span style="font-size: 35%">v4.1.19</span>
<span style="font-size: 35%">v4.1.20</span>
</h1>
<h2>A set of tools that keep Java sweet.</h2>
<div style="margin-top: 100px">
Expand Down Expand Up @@ -143,12 +143,12 @@ <h2>A set of tools that keep Java sweet.</h2>
<code>&lt;dependency&gt;
&lt;groupId&gt;cn.hutool&lt;/groupId&gt;
&lt;artifactId&gt;hutool-all&lt;/artifactId&gt;
&lt;version&gt;4.1.19&lt;/version&gt;
&lt;version&gt;4.1.20&lt;/version&gt;
&lt;/dependency&gt;</code>
</pre>
<div>Gradle:</div>
<pre style="background: none; padding: 0;margin: 0;border: none;">
<code>compile 'cn.hutool:hutool-all:4.1.19'</code>
<code>compile 'cn.hutool:hutool-all:4.1.20'</code>
</pre>
<p>
<a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22hutool-all%22" class="btn btn-primary btn-outline" target="_blank">从Maven安装</a>
Expand Down
2 changes: 1 addition & 1 deletion hutool-all/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-aop/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-aop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-bloomFilter/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-bloomFilter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-cache/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-captcha/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-captcha</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-core/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-cron/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-cron</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-crypto/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-db/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-dfa/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-dfa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-extra/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-http/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-json/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-log/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-poi/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-poi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-script/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-script</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-setting/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-setting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-system/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
</parent>

<artifactId>hutool-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@

<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>4.1.19</version>
<version>4.1.20-SNAPSHOT</version>
<name>hutool</name>
<description>提供丰富的Java工具方法</description>
<url>https://github.com/looly/hutool</url>
Expand Down

0 comments on commit aa4ecbe

Please sign in to comment.