From 1d8de44b93482b960f909ab1e9e787e9294997d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E8=89=B2?= Date: Wed, 21 Sep 2016 21:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpush-api/pom.xml | 2 +- mpush-boot/pom.xml | 2 +- mpush-boot/src/main/resources/mpush.conf | 5 +++++ mpush-cache/pom.xml | 2 +- mpush-client/pom.xml | 2 +- mpush-common/pom.xml | 2 +- mpush-core/pom.xml | 2 +- mpush-monitor/pom.xml | 2 +- mpush-netty/pom.xml | 2 +- mpush-test/pom.xml | 2 +- mpush-tools/pom.xml | 2 +- mpush-zk/pom.xml | 2 +- pom.xml | 4 ++-- 13 files changed, 18 insertions(+), 13 deletions(-) diff --git a/mpush-api/pom.xml b/mpush-api/pom.xml index 10b1b0e9..8299261d 100644 --- a/mpush-api/pom.xml +++ b/mpush-api/pom.xml @@ -8,7 +8,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-api diff --git a/mpush-boot/pom.xml b/mpush-boot/pom.xml index 1be5d4e2..ef5f4f68 100644 --- a/mpush-boot/pom.xml +++ b/mpush-boot/pom.xml @@ -6,7 +6,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-boot diff --git a/mpush-boot/src/main/resources/mpush.conf b/mpush-boot/src/main/resources/mpush.conf index 8f50b3a0..1ca79baf 100644 --- a/mpush-boot/src/main/resources/mpush.conf +++ b/mpush-boot/src/main/resources/mpush.conf @@ -9,4 +9,9 @@ mp.http.proxy-enabled=true mp.redis={ #redis 集群配置,group 是个二维数组,第一层表示有多少组集群,每个组下面可以有多台机器 cluster-group:[["127.0.0.1:6379"]]//格式是ip:port:password,密码可以没有ip:port +} + +mp.net.public-host-mapping { //本机局域网IP和公网IP的映射关系 + "10.0.10.156":"111.1.32.137" + "10.0.10.166":"111.1.33.138" } \ No newline at end of file diff --git a/mpush-cache/pom.xml b/mpush-cache/pom.xml index 47b606d5..cec0d4ca 100644 --- a/mpush-cache/pom.xml +++ b/mpush-cache/pom.xml @@ -7,7 +7,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-cache diff --git a/mpush-client/pom.xml b/mpush-client/pom.xml index ee54b6d7..67a869a3 100644 --- a/mpush-client/pom.xml +++ b/mpush-client/pom.xml @@ -8,7 +8,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-client diff --git a/mpush-common/pom.xml b/mpush-common/pom.xml index c5143336..17b0f88c 100644 --- a/mpush-common/pom.xml +++ b/mpush-common/pom.xml @@ -5,7 +5,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 4.0.0 diff --git a/mpush-core/pom.xml b/mpush-core/pom.xml index c291b7d5..72c82d51 100644 --- a/mpush-core/pom.xml +++ b/mpush-core/pom.xml @@ -8,7 +8,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-core diff --git a/mpush-monitor/pom.xml b/mpush-monitor/pom.xml index 1f2133f3..a1b044d2 100644 --- a/mpush-monitor/pom.xml +++ b/mpush-monitor/pom.xml @@ -3,7 +3,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 4.0.0 diff --git a/mpush-netty/pom.xml b/mpush-netty/pom.xml index 3bec1e1c..fa69f799 100644 --- a/mpush-netty/pom.xml +++ b/mpush-netty/pom.xml @@ -8,7 +8,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-netty diff --git a/mpush-test/pom.xml b/mpush-test/pom.xml index ddf0a8f5..7be6a76c 100644 --- a/mpush-test/pom.xml +++ b/mpush-test/pom.xml @@ -6,7 +6,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-test diff --git a/mpush-tools/pom.xml b/mpush-tools/pom.xml index 03dcafd9..ca4a49ce 100644 --- a/mpush-tools/pom.xml +++ b/mpush-tools/pom.xml @@ -7,7 +7,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-tools diff --git a/mpush-zk/pom.xml b/mpush-zk/pom.xml index 025c4495..f8b25191 100644 --- a/mpush-zk/pom.xml +++ b/mpush-zk/pom.xml @@ -8,7 +8,7 @@ mpush com.github.mpusher - 1.0 + 0.0.4 mpush-zk diff --git a/pom.xml b/pom.xml index fae48c0a..3558af90 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.github.mpusher mpush pom - 1.0 + 0.0.4 mpush MPUSH消息推送系统 https://github.com/mpusher/mpush @@ -138,7 +138,7 @@ ${mpush.version} - ${mpush.groupId} + ${project.groupId} mpush-core ${mpush.version}