Skip to content

Commit

Permalink
prepare 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Jul 30, 2017
1 parent 6434473 commit 912af13
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 167 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.0.10
## 3.1.0

### 新特性

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![封面](https://raw.githubusercontent.com/looly/hutool/master/docs/resources/hutool.jpg)

[![Version](https://img.shields.io/badge/version-3.0.10-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22hutool-all%22)
[![Version](https://img.shields.io/badge/version-3.1.0-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22hutool-all%22)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![JDK 1.7](https://img.shields.io/badge/JDK-1.7-green.svg "JDK 1.7")]()

Expand Down Expand Up @@ -74,13 +74,13 @@ Hutool始终是一个工具类而不是框架,这意味着它对项目的侵
<dependency>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-all</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</dependency>
```

### Gradle
```
compile 'com.xiaoleilu:hutool-all:3.0.10'
compile 'com.xiaoleilu:hutool-all:3.1.0'
```

注:工具包的**版本**可以通过 [http://search.maven.org/](http://search.maven.org/) 搜索`hutool-all`找到项目。
Expand Down
2 changes: 1 addition & 1 deletion hutool-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-aop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-bloomFilter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-bloomFilter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-cron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-cron</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-crypto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-dfa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-dfa</artifactId>
Expand Down
10 changes: 1 addition & 9 deletions hutool-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-extra</artifactId>
Expand Down Expand Up @@ -46,13 +46,5 @@
<version>2.7.3</version>
<optional>true</optional>
</dependency>
<!-- 定时任务包,类似crontab -->
<dependency>
<groupId>it.sauronsoftware.cron4j</groupId>
<artifactId>cron4j</artifactId>
<version>2.2.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
137 changes: 0 additions & 137 deletions hutool-extra/src/main/java/com/xiaoleilu/hutool/extra/CronUtil.java

This file was deleted.

2 changes: 1 addition & 1 deletion hutool-geo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-geo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-script</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-setting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-setting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hutool-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.xiaoleilu</groupId>
<artifactId>hutool-parent</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</parent>

<artifactId>hutool-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit 912af13

Please sign in to comment.