summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-01-16 17:39:03 +0800
committerdoufenghu <[email protected]>2024-01-16 17:39:03 +0800
commit65883aef01f015e34f259efc85508b85ce9912da (patch)
treef41ae5dd6cee598b84fea83620453d5da656c075 /pom.xml
parent281febc715fae34c33553fe3bca9d575110303c9 (diff)
Fix(FormatUtils) Fix getDomain url with www substring error.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 30ba791..fbc79c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>galaxy</artifactId>
<packaging>jar</packaging>
<name>galaxy</name>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<description>galaxy tools for common</description>
<url>http://www.zdjizhi.com/galaxy-tool</url>
@@ -183,7 +183,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.9</version>
<scope>test</scope>
</dependency>
<dependency>