summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorzhanghongqing <[email protected]>2020-02-11 18:18:19 +0800
committerzhanghongqing <[email protected]>2020-02-11 18:18:19 +0800
commit601ce941396ff24009c90657d96403e4b1ab2b39 (patch)
tree9ea2218f1be7be29a91e8dad12aca3cfc47c8fcd /pom.xml
parentc496eb70a8772293869bb6b28163ca0c72ebe925 (diff)
提交李玺康增加的大数据预处理关于ip的方法,详见FormatUtils.java
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index fd9bc5c..2024e21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>