From 5c34975b817242ab44413bc4f4cb002078ffe188 Mon Sep 17 00:00:00 2001 From: xueye Date: Fri, 2 Jul 2021 08:32:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=82=AE=E4=BB=B6?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notify-email/pom.xml | 19 +++++++++++++++++++ pom.xml | 1 + 2 files changed, 20 insertions(+) create mode 100644 notify-email/pom.xml diff --git a/notify-email/pom.xml b/notify-email/pom.xml new file mode 100644 index 0000000..49d5551 --- /dev/null +++ b/notify-email/pom.xml @@ -0,0 +1,19 @@ + + + + notify + com.cicdi + 1.0-SNAPSHOT + + 4.0.0 + + notify-email + + + 8 + 8 + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a089c90..83dd1f8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ 1.0-SNAPSHOT notify-core + notify-email