From 6d9e8b43ebe8d891ab459a2c2f21e06936abdc1d Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 18 Jan 2024 20:08:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=97=A0=E7=94=A8=20Maven=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-api-doc/pom.xml | 3 --- continew-starter-auth/continew-starter-auth-justauth/pom.xml | 3 --- continew-starter-auth/continew-starter-auth-satoken/pom.xml | 3 --- continew-starter-auth/pom.xml | 2 -- continew-starter-cache/continew-starter-cache-jetcache/pom.xml | 3 --- continew-starter-cache/continew-starter-cache-redisson/pom.xml | 3 --- .../continew-starter-cache-springcache/pom.xml | 3 --- continew-starter-cache/pom.xml | 2 -- .../continew-starter-captcha-behavior/pom.xml | 3 --- .../continew-starter-captcha-graphic/pom.xml | 3 --- continew-starter-captcha/pom.xml | 2 -- continew-starter-core/pom.xml | 3 --- .../continew-starter-data-mybatis-plus/pom.xml | 3 --- continew-starter-data/pom.xml | 2 -- continew-starter-dependencies/pom.xml | 2 -- .../continew-starter-extension-crud/pom.xml | 3 --- continew-starter-extension/pom.xml | 2 -- continew-starter-file/continew-starter-file-excel/pom.xml | 3 --- continew-starter-file/pom.xml | 2 -- continew-starter-json/continew-starter-json-jackson/pom.xml | 3 --- continew-starter-json/pom.xml | 2 -- continew-starter-log/continew-starter-log-common/pom.xml | 3 --- .../continew-starter-log-httptrace-pro/pom.xml | 3 --- continew-starter-log/pom.xml | 2 -- .../continew-starter-messaging-mail/pom.xml | 3 --- .../continew-starter-messaging-sms/pom.xml | 3 --- continew-starter-messaging/pom.xml | 2 -- .../continew-starter-storage-local/pom.xml | 3 --- continew-starter-storage/pom.xml | 2 -- pom.xml | 2 -- 30 files changed, 78 deletions(-) diff --git a/continew-starter-api-doc/pom.xml b/continew-starter-api-doc/pom.xml index 1467ee65..b104a89f 100644 --- a/continew-starter-api-doc/pom.xml +++ b/continew-starter-api-doc/pom.xml @@ -10,9 +10,6 @@ continew-starter-api-doc - jar - - ${project.artifactId} ContiNew Starter API 文档模块 diff --git a/continew-starter-auth/continew-starter-auth-justauth/pom.xml b/continew-starter-auth/continew-starter-auth-justauth/pom.xml index 619e538d..425f4fbe 100644 --- a/continew-starter-auth/continew-starter-auth-justauth/pom.xml +++ b/continew-starter-auth/continew-starter-auth-justauth/pom.xml @@ -10,9 +10,6 @@ continew-starter-auth-justauth - jar - - ${project.artifactId} ContiNew Starter 认证模块 - JustAuth diff --git a/continew-starter-auth/continew-starter-auth-satoken/pom.xml b/continew-starter-auth/continew-starter-auth-satoken/pom.xml index 82f4211b..86404899 100644 --- a/continew-starter-auth/continew-starter-auth-satoken/pom.xml +++ b/continew-starter-auth/continew-starter-auth-satoken/pom.xml @@ -10,9 +10,6 @@ continew-starter-auth-satoken - jar - - ${project.artifactId} ContiNew Starter 认证模块 - SaToken diff --git a/continew-starter-auth/pom.xml b/continew-starter-auth/pom.xml index 7735e69c..7cb6edf1 100644 --- a/continew-starter-auth/pom.xml +++ b/continew-starter-auth/pom.xml @@ -11,8 +11,6 @@ continew-starter-auth pom - - ${project.artifactId} ContiNew Starter 认证模块 diff --git a/continew-starter-cache/continew-starter-cache-jetcache/pom.xml b/continew-starter-cache/continew-starter-cache-jetcache/pom.xml index b859faa5..d05d8b7f 100644 --- a/continew-starter-cache/continew-starter-cache-jetcache/pom.xml +++ b/continew-starter-cache/continew-starter-cache-jetcache/pom.xml @@ -10,9 +10,6 @@ continew-starter-cache-jetcache - jar - - ${project.artifactId} ContiNew Starter 缓存模块 - JetCache diff --git a/continew-starter-cache/continew-starter-cache-redisson/pom.xml b/continew-starter-cache/continew-starter-cache-redisson/pom.xml index ada37891..deb3109b 100644 --- a/continew-starter-cache/continew-starter-cache-redisson/pom.xml +++ b/continew-starter-cache/continew-starter-cache-redisson/pom.xml @@ -10,9 +10,6 @@ continew-starter-cache-redisson - jar - - ${project.artifactId} ContiNew Starter 缓存模块 - Redisson diff --git a/continew-starter-cache/continew-starter-cache-springcache/pom.xml b/continew-starter-cache/continew-starter-cache-springcache/pom.xml index 734f2b89..3c788ecf 100644 --- a/continew-starter-cache/continew-starter-cache-springcache/pom.xml +++ b/continew-starter-cache/continew-starter-cache-springcache/pom.xml @@ -10,9 +10,6 @@ continew-starter-cache-springcache - jar - - ${project.artifactId} ContiNew Starter 缓存模块 - Spring Cache diff --git a/continew-starter-cache/pom.xml b/continew-starter-cache/pom.xml index a823895f..f1fecf7f 100644 --- a/continew-starter-cache/pom.xml +++ b/continew-starter-cache/pom.xml @@ -11,8 +11,6 @@ continew-starter-cache pom - - ${project.artifactId} ContiNew Starter 缓存模块 diff --git a/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml b/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml index 879b8f0b..fc317861 100644 --- a/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml +++ b/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml @@ -10,9 +10,6 @@ continew-starter-captcha-behavior - jar - - ${project.artifactId} ContiNew Starter 验证码模块 - 行为验证码 diff --git a/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml b/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml index af8369fc..012ba828 100644 --- a/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml +++ b/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml @@ -10,9 +10,6 @@ continew-starter-captcha-graphic - jar - - ${project.artifactId} ContiNew Starter 验证码模块 - 图形验证码 diff --git a/continew-starter-captcha/pom.xml b/continew-starter-captcha/pom.xml index 842c2cc6..a9d95227 100644 --- a/continew-starter-captcha/pom.xml +++ b/continew-starter-captcha/pom.xml @@ -11,8 +11,6 @@ continew-starter-captcha pom - - ${project.artifactId} ContiNew Starter 验证码模块 diff --git a/continew-starter-core/pom.xml b/continew-starter-core/pom.xml index cd691d26..2ceac6ee 100644 --- a/continew-starter-core/pom.xml +++ b/continew-starter-core/pom.xml @@ -10,9 +10,6 @@ continew-starter-core - jar - - ${project.artifactId} ContiNew Starter 核心模块 diff --git a/continew-starter-data/continew-starter-data-mybatis-plus/pom.xml b/continew-starter-data/continew-starter-data-mybatis-plus/pom.xml index d6aaa183..dd1424b4 100644 --- a/continew-starter-data/continew-starter-data-mybatis-plus/pom.xml +++ b/continew-starter-data/continew-starter-data-mybatis-plus/pom.xml @@ -10,9 +10,6 @@ continew-starter-data-mybatis-plus - jar - - ${project.artifactId} ContiNew Starter 数据访问模块 - MyBatis Plus diff --git a/continew-starter-data/pom.xml b/continew-starter-data/pom.xml index 0736a413..fc934a1f 100644 --- a/continew-starter-data/pom.xml +++ b/continew-starter-data/pom.xml @@ -11,8 +11,6 @@ continew-starter-data pom - - ${project.artifactId} ContiNew Starter 数据访问模块 diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index c4ee2fd9..038a27e8 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -14,8 +14,6 @@ continew-starter-dependencies ${revision} pom - - ${project.artifactId} ContiNew Starter 依赖模块 https://github.com/Charles7c/continew-starter diff --git a/continew-starter-extension/continew-starter-extension-crud/pom.xml b/continew-starter-extension/continew-starter-extension-crud/pom.xml index c3758e59..4e7863c3 100644 --- a/continew-starter-extension/continew-starter-extension-crud/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/pom.xml @@ -10,9 +10,6 @@ continew-starter-extension-crud - jar - - ${project.artifactId} ContiNew Starter 扩展模块 - CRUD(增删改查) diff --git a/continew-starter-extension/pom.xml b/continew-starter-extension/pom.xml index ded90f1b..265c9564 100644 --- a/continew-starter-extension/pom.xml +++ b/continew-starter-extension/pom.xml @@ -11,8 +11,6 @@ continew-starter-extension pom - - ${project.artifactId} ContiNew Starter 扩展模块 diff --git a/continew-starter-file/continew-starter-file-excel/pom.xml b/continew-starter-file/continew-starter-file-excel/pom.xml index c5e9ddd1..944ef30e 100644 --- a/continew-starter-file/continew-starter-file-excel/pom.xml +++ b/continew-starter-file/continew-starter-file-excel/pom.xml @@ -10,9 +10,6 @@ continew-starter-file-excel - jar - - ${project.artifactId} ContiNew Starter 文件处理模块 - Excel diff --git a/continew-starter-file/pom.xml b/continew-starter-file/pom.xml index e7eba139..3a23aec8 100644 --- a/continew-starter-file/pom.xml +++ b/continew-starter-file/pom.xml @@ -11,8 +11,6 @@ continew-starter-file pom - - ${project.artifactId} ContiNew Starter 文件处理模块 diff --git a/continew-starter-json/continew-starter-json-jackson/pom.xml b/continew-starter-json/continew-starter-json-jackson/pom.xml index 14f1beab..3d3aaed4 100644 --- a/continew-starter-json/continew-starter-json-jackson/pom.xml +++ b/continew-starter-json/continew-starter-json-jackson/pom.xml @@ -10,9 +10,6 @@ continew-starter-json-jackson - jar - - ${project.artifactId} ContiNew Starter JSON 模块 - Jackson diff --git a/continew-starter-json/pom.xml b/continew-starter-json/pom.xml index d03bb844..2823ef43 100644 --- a/continew-starter-json/pom.xml +++ b/continew-starter-json/pom.xml @@ -11,8 +11,6 @@ continew-starter-json pom - - ${project.artifactId} ContiNew Starter JSON 模块 diff --git a/continew-starter-log/continew-starter-log-common/pom.xml b/continew-starter-log/continew-starter-log-common/pom.xml index c0cded1f..a513f40e 100644 --- a/continew-starter-log/continew-starter-log-common/pom.xml +++ b/continew-starter-log/continew-starter-log-common/pom.xml @@ -10,8 +10,5 @@ continew-starter-log-common - jar - - ${project.artifactId} ContiNew Starter 日志模块 - 公共模块 \ No newline at end of file diff --git a/continew-starter-log/continew-starter-log-httptrace-pro/pom.xml b/continew-starter-log/continew-starter-log-httptrace-pro/pom.xml index d75b2433..dedc0837 100644 --- a/continew-starter-log/continew-starter-log-httptrace-pro/pom.xml +++ b/continew-starter-log/continew-starter-log-httptrace-pro/pom.xml @@ -10,9 +10,6 @@ continew-starter-log-httptrace-pro - jar - - ${project.artifactId} ContiNew Starter 日志模块 - HttpTracePro(Spring Boot Actuator HttpTrace 重置增强版) diff --git a/continew-starter-log/pom.xml b/continew-starter-log/pom.xml index 09f929f0..d0407590 100644 --- a/continew-starter-log/pom.xml +++ b/continew-starter-log/pom.xml @@ -11,8 +11,6 @@ continew-starter-log pom - - ${project.artifactId} ContiNew Starter 日志模块 diff --git a/continew-starter-messaging/continew-starter-messaging-mail/pom.xml b/continew-starter-messaging/continew-starter-messaging-mail/pom.xml index 12a838a9..dc53280a 100644 --- a/continew-starter-messaging/continew-starter-messaging-mail/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-mail/pom.xml @@ -10,9 +10,6 @@ continew-starter-messaging-mail - jar - - ${project.artifactId} ContiNew Starter 消息模块 - 邮件 diff --git a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml index e6423adc..b0caa0cc 100644 --- a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml @@ -10,9 +10,6 @@ continew-starter-messaging-sms - jar - - ${project.artifactId} ContiNew Starter 消息模块 - SMS diff --git a/continew-starter-messaging/pom.xml b/continew-starter-messaging/pom.xml index 77268b49..b7825e34 100644 --- a/continew-starter-messaging/pom.xml +++ b/continew-starter-messaging/pom.xml @@ -11,8 +11,6 @@ continew-starter-messaging pom - - ${project.artifactId} ContiNew Starter 消息模块 diff --git a/continew-starter-storage/continew-starter-storage-local/pom.xml b/continew-starter-storage/continew-starter-storage-local/pom.xml index c1344c67..2c0b40c7 100644 --- a/continew-starter-storage/continew-starter-storage-local/pom.xml +++ b/continew-starter-storage/continew-starter-storage-local/pom.xml @@ -10,8 +10,5 @@ continew-starter-storage-local - jar - - ${project.artifactId} ContiNew Starter 存储模块 - 本地存储 \ No newline at end of file diff --git a/continew-starter-storage/pom.xml b/continew-starter-storage/pom.xml index acc1996c..5ee7fd53 100644 --- a/continew-starter-storage/pom.xml +++ b/continew-starter-storage/pom.xml @@ -11,8 +11,6 @@ continew-starter-storage pom - - ${project.artifactId} ContiNew Starter 存储模块 diff --git a/pom.xml b/pom.xml index 44ff73c6..06c3e100 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,6 @@ continew-starter pom - - ${project.artifactId} ContiNew Starter(Continue New Starter)基于“约定优于配置”的理念, 再次精简常规配置,提供一个更为完整的配置解决方案,帮助开发人员更加快速的集成常用第三方库或工具到 Spring Boot Web 应用程序中。