diff options
| author | zhanghongqing <[email protected]> | 2020-02-11 18:18:19 +0800 |
|---|---|---|
| committer | zhanghongqing <[email protected]> | 2020-02-11 18:18:19 +0800 |
| commit | 601ce941396ff24009c90657d96403e4b1ab2b39 (patch) | |
| tree | 9ea2218f1be7be29a91e8dad12aca3cfc47c8fcd /pom.xml | |
| parent | c496eb70a8772293869bb6b28163ca0c72ebe925 (diff) | |
提交李玺康增加的大数据预处理关于ip的方法,详见FormatUtils.java
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -55,7 +55,7 @@ <repository> <id>nexus</id> <name>Team Nexus Repository</name> - <url>http://192.168.40.125:8099/content/groups/public</url> + <url>http://192.168.40.125:8099/content/repositories/galaxy-tool</url> </repository> </repositories> @@ -63,14 +63,14 @@ <repository> <id>nexus</id> <name>releases</name> - <url>http://192.168.40.125:8099/content/repositories/releases/</url> + <url>http://192.168.40.125:8099/content/repositories/galaxy-tool</url> <uniqueVersion>true</uniqueVersion> </repository> - <snapshotRepository> - <id>nexus</id> - <name>snapshots</name> - <url>http://192.168.40.125:8099/content/repositories/snapshots/</url> - </snapshotRepository> +<!-- <snapshotRepository> --> +<!-- <id>nexus</id> --> +<!-- <name>snapshots</name> --> +<!-- <url>http://192.168.40.125:8099/content/repositories/snapshots/</url> --> +<!-- </snapshotRepository> --> </distributionManagement> |
