From 2bf2477f7ef309c2488f9831b5fb14c9da11b0de Mon Sep 17 00:00:00 2001 From: xueye Date: Mon, 25 Oct 2021 16:02:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=88=B0=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notify-core/pom.xml | 2 +- notify-dingtalk/pom.xml | 4 ++-- notify-email/pom.xml | 4 ++-- notify-sms/pom.xml | 4 ++-- notify-wechat/pom.xml | 4 ++-- pom.xml | 16 ++++++++-------- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/notify-core/pom.xml b/notify-core/pom.xml index 6a7f5aa..3b391f3 100644 --- a/notify-core/pom.xml +++ b/notify-core/pom.xml @@ -5,7 +5,7 @@ notify com.cicdi - 1.0-SNAPSHOT + 0.1.0 4.0.0 diff --git a/notify-dingtalk/pom.xml b/notify-dingtalk/pom.xml index e7ca25e..2b2dc60 100644 --- a/notify-dingtalk/pom.xml +++ b/notify-dingtalk/pom.xml @@ -5,7 +5,7 @@ notify com.cicdi - 1.0-SNAPSHOT + 0.1.0 4.0.0 @@ -21,7 +21,7 @@ com.cicdi notify-core - 1.0-SNAPSHOT + 0.1.0 diff --git a/notify-email/pom.xml b/notify-email/pom.xml index 383742e..bf9ff63 100644 --- a/notify-email/pom.xml +++ b/notify-email/pom.xml @@ -5,7 +5,7 @@ notify com.cicdi - 1.0-SNAPSHOT + 0.1.0 4.0.0 @@ -21,7 +21,7 @@ com.cicdi notify-core - 1.0-SNAPSHOT + 0.1.0 diff --git a/notify-sms/pom.xml b/notify-sms/pom.xml index 04d01f4..160c9ba 100644 --- a/notify-sms/pom.xml +++ b/notify-sms/pom.xml @@ -5,7 +5,7 @@ notify com.cicdi - 1.0-SNAPSHOT + 0.1.0 4.0.0 @@ -21,7 +21,7 @@ com.cicdi notify-core - 1.0-SNAPSHOT + 0.1.0 diff --git a/notify-wechat/pom.xml b/notify-wechat/pom.xml index 76c948d..d34c1a3 100644 --- a/notify-wechat/pom.xml +++ b/notify-wechat/pom.xml @@ -5,7 +5,7 @@ notify com.cicdi - 1.0-SNAPSHOT + 0.1.0 4.0.0 @@ -21,7 +21,7 @@ com.cicdi notify-core - 1.0-SNAPSHOT + 0.1.0 diff --git a/pom.xml b/pom.xml index 249f555..601df2d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.cicdi notify pom - 1.0-SNAPSHOT + 0.1.0 notify-core notify-email @@ -104,7 +104,7 @@ maven-source-plugin 2.4 - true + false @@ -180,15 +180,15 @@ - nexus-simaek-release - Simaek Nexus Repository Release - http://nas.xueye.io:8081/repository/maven-releases/ + nexus-bigdata-releases + Cicdi Nexus Repository Release + http://172.16.243.137:8081/repository/maven-releases/ - nexus-simaek-snapshot - Simaek Nexus Repository Snapshot - http://nas.xueye.io:8081/repository/maven-snapshot/ + nexus-bigdata-snapshots + Bigdata Nexus Repository Snapshot + http://172.16.243.137:8081/repository/maven-snapshots/