Browse Source

prepare 5.5.3

Looly 5 years ago
parent
commit
57be48c6a3

+ 4 - 4
README-EN.md

@@ -125,19 +125,19 @@ Each module can be introduced individually, or all modules can be introduced by
 <dependency>
 <dependency>
     <groupId>cn.hutool</groupId>
     <groupId>cn.hutool</groupId>
     <artifactId>hutool-all</artifactId>
     <artifactId>hutool-all</artifactId>
-    <version>5.5.2</version>
+    <version>5.5.3</version>
 </dependency>
 </dependency>
 ```
 ```
 
 
 ### Gradle
 ### Gradle
 ```
 ```
-compile 'cn.hutool:hutool-all:5.5.2'
+compile 'cn.hutool:hutool-all:5.5.3'
 ```
 ```
 
 
 ## Download
 ## Download
 
 
-- [Maven1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.5.2/)
-- [Maven2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.5.2/)
+- [Maven1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.5.3/)
+- [Maven2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.5.3/)
 
 
 > note:
 > note:
 > Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.
 > Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.

+ 4 - 4
README.md

@@ -123,21 +123,21 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不
 <dependency>
 <dependency>
     <groupId>cn.hutool</groupId>
     <groupId>cn.hutool</groupId>
     <artifactId>hutool-all</artifactId>
     <artifactId>hutool-all</artifactId>
-    <version>5.5.2</version>
+    <version>5.5.3</version>
 </dependency>
 </dependency>
 ```
 ```
 
 
 ### Gradle
 ### Gradle
 ```
 ```
-compile 'cn.hutool:hutool-all:5.5.2'
+compile 'cn.hutool:hutool-all:5.5.3'
 ```
 ```
 
 
 ### 非Maven项目
 ### 非Maven项目
 
 
 点击以下任一链接,下载`hutool-all-X.X.X.jar`即可:
 点击以下任一链接,下载`hutool-all-X.X.X.jar`即可:
 
 
-- [Maven中央库1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.5.2/)
-- [Maven中央库2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.5.2/)
+- [Maven中央库1](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.5.3/)
+- [Maven中央库2](http://repo2.maven.org/maven2/cn/hutool/hutool-all/5.5.3/)
 
 
 > 注意
 > 注意
 > Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。
 > Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。

+ 1 - 1
bin/version.txt

@@ -1 +1 @@
-5.5.2
+5.5.3

+ 1 - 1
docs/js/version.js

@@ -1 +1 @@
-var version = '5.5.2'
+var version = '5.5.3'

+ 1 - 1
hutool-all/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-all</artifactId>
 	<artifactId>hutool-all</artifactId>

+ 1 - 1
hutool-aop/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-aop</artifactId>
 	<artifactId>hutool-aop</artifactId>

+ 1 - 1
hutool-bloomFilter/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-bloomFilter</artifactId>
 	<artifactId>hutool-bloomFilter</artifactId>

+ 1 - 1
hutool-bom/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-bom</artifactId>
 	<artifactId>hutool-bom</artifactId>

+ 1 - 1
hutool-cache/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-cache</artifactId>
 	<artifactId>hutool-cache</artifactId>

+ 1 - 1
hutool-captcha/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-captcha</artifactId>
 	<artifactId>hutool-captcha</artifactId>

+ 1 - 1
hutool-core/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-core</artifactId>
 	<artifactId>hutool-core</artifactId>

+ 1 - 1
hutool-cron/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-cron</artifactId>
 	<artifactId>hutool-cron</artifactId>

+ 1 - 1
hutool-crypto/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-crypto</artifactId>
 	<artifactId>hutool-crypto</artifactId>

+ 1 - 1
hutool-db/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-db</artifactId>
 	<artifactId>hutool-db</artifactId>

+ 1 - 1
hutool-dfa/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-dfa</artifactId>
 	<artifactId>hutool-dfa</artifactId>

+ 1 - 1
hutool-extra/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-extra</artifactId>
 	<artifactId>hutool-extra</artifactId>

+ 1 - 1
hutool-http/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-http</artifactId>
 	<artifactId>hutool-http</artifactId>

+ 1 - 1
hutool-json/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-json</artifactId>
 	<artifactId>hutool-json</artifactId>

+ 1 - 1
hutool-log/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-log</artifactId>
 	<artifactId>hutool-log</artifactId>

+ 1 - 1
hutool-poi/pom.xml

@@ -8,7 +8,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-poi</artifactId>
 	<artifactId>hutool-poi</artifactId>

+ 1 - 1
hutool-script/pom.xml

@@ -8,7 +8,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-script</artifactId>
 	<artifactId>hutool-script</artifactId>

+ 1 - 1
hutool-setting/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-setting</artifactId>
 	<artifactId>hutool-setting</artifactId>

+ 1 - 1
hutool-socket/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-socket</artifactId>
 	<artifactId>hutool-socket</artifactId>

+ 1 - 1
hutool-system/pom.xml

@@ -9,7 +9,7 @@
 	<parent>
 	<parent>
 		<groupId>cn.hutool</groupId>
 		<groupId>cn.hutool</groupId>
 		<artifactId>hutool-parent</artifactId>
 		<artifactId>hutool-parent</artifactId>
-		<version>5.5.2</version>
+		<version>5.5.3-SNAPSHOT</version>
 	</parent>
 	</parent>
 
 
 	<artifactId>hutool-system</artifactId>
 	<artifactId>hutool-system</artifactId>

+ 1 - 1
pom.xml

@@ -8,7 +8,7 @@
 
 
 	<groupId>cn.hutool</groupId>
 	<groupId>cn.hutool</groupId>
 	<artifactId>hutool-parent</artifactId>
 	<artifactId>hutool-parent</artifactId>
-	<version>5.5.2</version>
+	<version>5.5.3-SNAPSHOT</version>
 	<name>hutool</name>
 	<name>hutool</name>
 	<description>Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。</description>
 	<description>Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。</description>
 	<url>https://github.com/looly/hutool</url>
 	<url>https://github.com/looly/hutool</url>