From 79ce6d7e4e06f8c84e0aaef4cf34dce15c39ec01 Mon Sep 17 00:00:00 2001 From: xingziyang Date: Thu, 13 Apr 2017 18:47:52 +0800 Subject: [PATCH] fix parent pom.xml --- pom.xml | 31 ++++++++++++++++++++++++++++++- readme.txt | 2 +- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c6519ed..8045900 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,37 @@ 4.2.8.RELEASE 2.3.15.1 + + http://192.168.78.1:8081 + + + + nexus + ${maven_url}/nexus/content/groups/public/ + + true + + + true + + + + + + + nexus-releases + Nexus Release Repository + ${maven_url}/nexus/content/repositories/releases/ + + + nexus-snapshots + Nexus Snapshot Repository + ${maven_url}/nexus/content/repositories/snapshots/ + + + @@ -25,7 +54,7 @@ 4.11 - + xalan diff --git a/readme.txt b/readme.txt index 3bcd452..f6e9c46 100644 --- a/readme.txt +++ b/readme.txt @@ -11,4 +11,4 @@ 如果想要测试发送邮件操作如下: *1-1:更改邮箱的配置文件 *1-2:消息订阅者去掉本行代码注释即可 -// bailBiz.mailSend(mailParam); \ No newline at end of file +//bailBiz.mailSend(mailParam); \ No newline at end of file