From 33d40a36ed65892858f43ed6f7979f629f4ab178 Mon Sep 17 00:00:00 2001 From: wujingtao Date: Thu, 14 Jul 2022 09:43:57 +0800 Subject: [PATCH] Default Changelist --- cdp-customer/cdp-customer-api/pom.xml | 19 +++++++++++++++++++ cdp-customer/cdp-customer-server/pom.xml | 19 +++++++++++++++++++ cdp-customer/pom.xml | 5 +++++ 3 files changed, 43 insertions(+) create mode 100644 cdp-customer/cdp-customer-api/pom.xml create mode 100644 cdp-customer/cdp-customer-server/pom.xml diff --git a/cdp-customer/cdp-customer-api/pom.xml b/cdp-customer/cdp-customer-api/pom.xml new file mode 100644 index 0000000..68f5541 --- /dev/null +++ b/cdp-customer/cdp-customer-api/pom.xml @@ -0,0 +1,19 @@ + + + + cdp-customer + com.baiye + 1.0-SNAPSHOT + + 4.0.0 + + cdp-customer-api + + + 8 + 8 + + + \ No newline at end of file diff --git a/cdp-customer/cdp-customer-server/pom.xml b/cdp-customer/cdp-customer-server/pom.xml new file mode 100644 index 0000000..e6718a9 --- /dev/null +++ b/cdp-customer/cdp-customer-server/pom.xml @@ -0,0 +1,19 @@ + + + + cdp-customer + com.baiye + 1.0-SNAPSHOT + + 4.0.0 + + cdp-customer-server + + + 8 + 8 + + + \ No newline at end of file diff --git a/cdp-customer/pom.xml b/cdp-customer/pom.xml index 0d9632b..29f2e7b 100644 --- a/cdp-customer/pom.xml +++ b/cdp-customer/pom.xml @@ -10,6 +10,11 @@ 4.0.0 cdp-customer + pom + + cdp-customer-api + cdp-customer-server + 8