diff options
| author | doufenghu <[email protected]> | 2024-01-16 17:39:03 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-01-16 17:39:03 +0800 |
| commit | 65883aef01f015e34f259efc85508b85ce9912da (patch) | |
| tree | f41ae5dd6cee598b84fea83620453d5da656c075 /pom.xml | |
| parent | 281febc715fae34c33553fe3bca9d575110303c9 (diff) | |
Fix(FormatUtils) Fix getDomain url with www substring error.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
