diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19257f5e9..25ce1489d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
-## 5.2.5
+## 5.2.5 (2020-03-26)
### 新特性
* 【core 】 增加逻辑,对于原始类型注入,使用默认值(issue#797@Github)
diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml
index 7610de4f3..db751c6ec 100644
--- a/hutool-all/pom.xml
+++ b/hutool-all/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-all
diff --git a/hutool-aop/pom.xml b/hutool-aop/pom.xml
index dcba385ba..3c1b19771 100644
--- a/hutool-aop/pom.xml
+++ b/hutool-aop/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-aop
diff --git a/hutool-bloomFilter/pom.xml b/hutool-bloomFilter/pom.xml
index 2a6d645d9..a0d3b5c32 100644
--- a/hutool-bloomFilter/pom.xml
+++ b/hutool-bloomFilter/pom.xml
@@ -7,7 +7,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-bloomFilter
diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml
index 3662d2a7b..8665e9a56 100644
--- a/hutool-bom/pom.xml
+++ b/hutool-bom/pom.xml
@@ -7,7 +7,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-bom
diff --git a/hutool-cache/pom.xml b/hutool-cache/pom.xml
index 780da5d5f..b062128a5 100644
--- a/hutool-cache/pom.xml
+++ b/hutool-cache/pom.xml
@@ -7,7 +7,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-cache
diff --git a/hutool-captcha/pom.xml b/hutool-captcha/pom.xml
index dd94659d2..3aec64a4b 100644
--- a/hutool-captcha/pom.xml
+++ b/hutool-captcha/pom.xml
@@ -7,7 +7,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-captcha
diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml
index 9434f0194..4bbdc77ef 100644
--- a/hutool-core/pom.xml
+++ b/hutool-core/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-core
diff --git a/hutool-core/src/main/java/cn/hutool/core/collection/CollUtil.java b/hutool-core/src/main/java/cn/hutool/core/collection/CollUtil.java
index 0f116f6a2..3cb0ee020 100644
--- a/hutool-core/src/main/java/cn/hutool/core/collection/CollUtil.java
+++ b/hutool-core/src/main/java/cn/hutool/core/collection/CollUtil.java
@@ -486,7 +486,7 @@ public class CollUtil {
*/
@SafeVarargs
public static LinkedHashSet newLinkedHashSet(T... ts) {
- return (LinkedHashSet) newHashSet(true, ts);
+ return (LinkedHashSet) set(true, ts);
}
/**
diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml
index 4a9afa1f5..0639fe711 100644
--- a/hutool-cron/pom.xml
+++ b/hutool-cron/pom.xml
@@ -7,7 +7,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-cron
diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml
index 8986ece74..9005a6b8b 100644
--- a/hutool-crypto/pom.xml
+++ b/hutool-crypto/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-crypto
diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml
index 84ab625ab..3acfd3042 100644
--- a/hutool-db/pom.xml
+++ b/hutool-db/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-db
diff --git a/hutool-dfa/pom.xml b/hutool-dfa/pom.xml
index a714f97f0..59db5d9af 100644
--- a/hutool-dfa/pom.xml
+++ b/hutool-dfa/pom.xml
@@ -7,7 +7,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-dfa
diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml
index f43628c29..af811b3e5 100644
--- a/hutool-extra/pom.xml
+++ b/hutool-extra/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-extra
diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml
index 7ea30fb2b..c5f1ab944 100644
--- a/hutool-http/pom.xml
+++ b/hutool-http/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-http
diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml
index f5837ea56..caf67181d 100644
--- a/hutool-json/pom.xml
+++ b/hutool-json/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-json
diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml
index e550aae74..391bff51e 100644
--- a/hutool-log/pom.xml
+++ b/hutool-log/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-log
diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml
index de9ae72c0..c540b906a 100644
--- a/hutool-poi/pom.xml
+++ b/hutool-poi/pom.xml
@@ -8,7 +8,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-poi
diff --git a/hutool-script/pom.xml b/hutool-script/pom.xml
index f3424433c..feb304160 100644
--- a/hutool-script/pom.xml
+++ b/hutool-script/pom.xml
@@ -8,7 +8,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-script
diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml
index dff1168d2..871e1578e 100644
--- a/hutool-setting/pom.xml
+++ b/hutool-setting/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-setting
diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml
index b1be9e927..07bb0deda 100644
--- a/hutool-socket/pom.xml
+++ b/hutool-socket/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-socket
diff --git a/hutool-system/pom.xml b/hutool-system/pom.xml
index 20d5ff1fd..9ca9d35ad 100644
--- a/hutool-system/pom.xml
+++ b/hutool-system/pom.xml
@@ -9,7 +9,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool-system
diff --git a/pom.xml b/pom.xml
index 020ceffb0..e2047009f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
cn.hutool
hutool-parent
- 5.2.5-SNAPSHOT
+ 5.2.5
hutool
提供丰富的Java工具方法
https://github.com/looly/hutool