diff options
| author | doufenghu <[email protected]> | 2024-01-26 17:16:50 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-01-26 17:16:50 +0800 |
| commit | 42014c322d03cdfdfebed87b59b4a1f1143776b6 (patch) | |
| tree | 1556fdeda4fdc68d810cfedd93e89e66687e7c13 /pom.xml | |
| parent | b601d7cfad0fd3df9994f13edee802bfbb9d7802 (diff) | |
[Fix][IPLookupV2] fix infoLookupToJSON and infoLookup, using correct return type. if return value is empty, will return null.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,13 +7,13 @@ <artifactId>galaxy</artifactId> <packaging>jar</packaging> <name>galaxy</name> - <version>1.2.2</version> + <version>1.2.3</version> <description>galaxy tools for common</description> <url>http://www.zdjizhi.com/galaxy-tool</url> <licenses> <license> - <name>The geedge networks Software License, Version 21.0</name> + <name>The geedgenetworks Software License, Version 21.0</name> <url>http://www.apache.org/licenses/LICENSE-1.0.txt</url> <distribution>repo</distribution> </license> |
