From a0ace7d60c06b38a2535a5f48e3dbd1f87e9faa7 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 5 Jul 2025 17:29:58 +0800 Subject: [PATCH] build: groupId top.continew => top.continew.starter --- README.md | 6 +- continew-starter-api-doc/pom.xml | 4 +- .../continew-starter-auth-justauth/pom.xml | 4 +- .../continew-starter-auth-satoken/pom.xml | 4 +- continew-starter-auth/pom.xml | 4 +- continew-starter-bom/pom.xml | 90 +++++++++---------- .../continew-starter-cache-jetcache/pom.xml | 4 +- .../continew-starter-cache-redisson/pom.xml | 2 +- .../pom.xml | 4 +- continew-starter-cache/pom.xml | 4 +- .../continew-starter-captcha-behavior/pom.xml | 4 +- .../continew-starter-captcha-graphic/pom.xml | 2 +- continew-starter-captcha/pom.xml | 4 +- continew-starter-core/pom.xml | 2 +- .../continew-starter-data-core/pom.xml | 2 +- .../continew-starter-data-mf/pom.xml | 4 +- .../continew-starter-data-mp/pom.xml | 4 +- continew-starter-data/pom.xml | 4 +- continew-starter-dependencies/pom.xml | 4 +- .../continew-starter-excel-core/pom.xml | 2 +- .../continew-starter-excel-fastexcel/pom.xml | 4 +- .../continew-starter-excel-poi/pom.xml | 4 +- continew-starter-excel/pom.xml | 4 +- .../pom.xml | 10 +-- .../pom.xml | 6 +- .../pom.xml | 6 +- .../continew-starter-extension-crud/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 6 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 4 +- .../continew-starter-extension-tenant/pom.xml | 2 +- continew-starter-extension/pom.xml | 4 +- continew-starter-idempotent/pom.xml | 4 +- .../continew-starter-json-jackson/pom.xml | 2 +- continew-starter-json/pom.xml | 4 +- .../continew-starter-license-core/pom.xml | 4 +- .../pom.xml | 4 +- .../continew-starter-license-verifier/pom.xml | 4 +- continew-starter-license/pom.xml | 2 +- .../continew-starter-log-aop/pom.xml | 4 +- .../continew-starter-log-core/pom.xml | 2 +- .../continew-starter-log-interceptor/pom.xml | 4 +- continew-starter-log/pom.xml | 4 +- .../continew-starter-messaging-mail/pom.xml | 2 +- .../pom.xml | 2 +- continew-starter-messaging/pom.xml | 4 +- continew-starter-ratelimiter/pom.xml | 6 +- .../continew-starter-security-crypto/pom.xml | 2 +- .../continew-starter-security-mask/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../continew-starter-security-xss/pom.xml | 2 +- continew-starter-security/pom.xml | 4 +- .../continew-starter-storage-core/pom.xml | 4 +- .../continew-starter-storage-local/pom.xml | 4 +- .../continew-starter-storage-oss/pom.xml | 4 +- continew-starter-storage/pom.xml | 4 +- continew-starter-trace/pom.xml | 4 +- continew-starter-validation/pom.xml | 4 +- continew-starter-web/pom.xml | 6 +- pom.xml | 2 +- 63 files changed, 157 insertions(+), 157 deletions(-) diff --git a/README.md b/README.md index 20138b69..4b26921c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ ContiNew Starter 就是将脚手架项目中的通用基础配置进行了封装 ```xml - top.continew + top.continew.starter continew-starter {latest-version} @@ -103,7 +103,7 @@ ContiNew Starter 就是将脚手架项目中的通用基础配置进行了封装 - top.continew + top.continew.starter continew-starter-dependencies {latest-version} pom @@ -119,7 +119,7 @@ ContiNew Starter 就是将脚手架项目中的通用基础配置进行了封装 - top.continew + top.continew.starter continew-starter-web diff --git a/continew-starter-api-doc/pom.xml b/continew-starter-api-doc/pom.xml index a7487edb..0b5214ba 100644 --- a/continew-starter-api-doc/pom.xml +++ b/continew-starter-api-doc/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-auth/continew-starter-auth-justauth/pom.xml b/continew-starter-auth/continew-starter-auth-justauth/pom.xml index 71e7b919..db2199a7 100644 --- a/continew-starter-auth/continew-starter-auth-justauth/pom.xml +++ b/continew-starter-auth/continew-starter-auth-justauth/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-auth ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-cache-redisson true diff --git a/continew-starter-auth/continew-starter-auth-satoken/pom.xml b/continew-starter-auth/continew-starter-auth-satoken/pom.xml index 607177fd..fbea2c02 100644 --- a/continew-starter-auth/continew-starter-auth-satoken/pom.xml +++ b/continew-starter-auth/continew-starter-auth-satoken/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-auth ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-cache-redisson true diff --git a/continew-starter-auth/pom.xml b/continew-starter-auth/pom.xml index 9d4fbf00..feead18b 100644 --- a/continew-starter-auth/pom.xml +++ b/continew-starter-auth/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -23,7 +23,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-bom/pom.xml b/continew-starter-bom/pom.xml index 1a9cd926..c69d42c0 100644 --- a/continew-starter-bom/pom.xml +++ b/continew-starter-bom/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-bom ${revision} pom @@ -20,287 +20,287 @@ - top.continew + top.continew.starter continew-starter-core ${revision} - top.continew + top.continew.starter continew-starter-json-jackson ${revision} - top.continew + top.continew.starter continew-starter-api-doc ${revision} - top.continew + top.continew.starter continew-starter-validation ${revision} - top.continew + top.continew.starter continew-starter-web ${revision} - top.continew + top.continew.starter continew-starter-cache-redisson ${revision} - top.continew + top.continew.starter continew-starter-cache-springcache ${revision} - top.continew + top.continew.starter continew-starter-cache-jetcache ${revision} - top.continew + top.continew.starter continew-starter-auth-satoken ${revision} - top.continew + top.continew.starter continew-starter-auth-justauth ${revision} - top.continew + top.continew.starter continew-starter-data-mp ${revision} - top.continew + top.continew.starter continew-starter-data-mf ${revision} - top.continew + top.continew.starter continew-starter-data-core ${revision} - top.continew + top.continew.starter continew-starter-security-password ${revision} - top.continew + top.continew.starter continew-starter-security-crypto ${revision} - top.continew + top.continew.starter continew-starter-security-mask ${revision} - top.continew + top.continew.starter continew-starter-security-xss ${revision} - top.continew + top.continew.starter continew-starter-security-sensitivewords ${revision} - top.continew + top.continew.starter continew-starter-ratelimiter ${revision} - top.continew + top.continew.starter continew-starter-idempotent ${revision} - top.continew + top.continew.starter continew-starter-trace ${revision} - top.continew + top.continew.starter continew-starter-captcha-graphic ${revision} - top.continew + top.continew.starter continew-starter-captcha-behavior ${revision} - top.continew + top.continew.starter continew-starter-messaging-mail ${revision} - top.continew + top.continew.starter continew-starter-messaging-websocket ${revision} - top.continew + top.continew.starter continew-starter-log-interceptor ${revision} - top.continew + top.continew.starter continew-starter-log-aop ${revision} - top.continew + top.continew.starter continew-starter-log-core ${revision} - top.continew + top.continew.starter continew-starter-excel-fastexcel ${revision} - top.continew + top.continew.starter continew-starter-excel-poi ${revision} - top.continew + top.continew.starter continew-starter-excel-core ${revision} - top.continew + top.continew.starter continew-starter-storage-local ${revision} - top.continew + top.continew.starter continew-starter-storage-oss ${revision} - top.continew + top.continew.starter continew-starter-storage-core ${revision} - top.continew + top.continew.starter continew-starter-license-generator ${revision} - top.continew + top.continew.starter continew-starter-license-verifier ${revision} - top.continew + top.continew.starter continew-starter-license-core ${revision} - top.continew + top.continew.starter continew-starter-extension-crud-mp ${revision} - top.continew + top.continew.starter continew-starter-extension-crud-mf ${revision} - top.continew + top.continew.starter continew-starter-extension-crud-core ${revision} - top.continew + top.continew.starter continew-starter-extension-datapermission-mp ${revision} - top.continew + top.continew.starter continew-starter-extension-datapermission-core ${revision} - top.continew + top.continew.starter continew-starter-extension-tenant-mp ${revision} - top.continew + top.continew.starter continew-starter-extension-tenant-core ${revision} diff --git a/continew-starter-cache/continew-starter-cache-jetcache/pom.xml b/continew-starter-cache/continew-starter-cache-jetcache/pom.xml index 2dc7da3e..05fb5989 100644 --- a/continew-starter-cache/continew-starter-cache-jetcache/pom.xml +++ b/continew-starter-cache/continew-starter-cache-jetcache/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-cache ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-cache-redisson diff --git a/continew-starter-cache/continew-starter-cache-redisson/pom.xml b/continew-starter-cache/continew-starter-cache-redisson/pom.xml index 1219a24e..ce839d04 100644 --- a/continew-starter-cache/continew-starter-cache-redisson/pom.xml +++ b/continew-starter-cache/continew-starter-cache-redisson/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-cache ${revision} diff --git a/continew-starter-cache/continew-starter-cache-springcache/pom.xml b/continew-starter-cache/continew-starter-cache-springcache/pom.xml index 24551c29..7db58fc4 100644 --- a/continew-starter-cache/continew-starter-cache-springcache/pom.xml +++ b/continew-starter-cache/continew-starter-cache-springcache/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-cache ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-cache-redisson diff --git a/continew-starter-cache/pom.xml b/continew-starter-cache/pom.xml index 41c42e5d..21b14605 100644 --- a/continew-starter-cache/pom.xml +++ b/continew-starter-cache/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -24,7 +24,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml b/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml index bae21056..2979f0a0 100644 --- a/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml +++ b/continew-starter-captcha/continew-starter-captcha-behavior/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-captcha ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-cache-redisson diff --git a/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml b/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml index 1487f798..bff90dff 100644 --- a/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml +++ b/continew-starter-captcha/continew-starter-captcha-graphic/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-captcha ${revision} diff --git a/continew-starter-captcha/pom.xml b/continew-starter-captcha/pom.xml index b35c7546..5d5098f1 100644 --- a/continew-starter-captcha/pom.xml +++ b/continew-starter-captcha/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -23,7 +23,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-core/pom.xml b/continew-starter-core/pom.xml index fec6ec45..3047b454 100644 --- a/continew-starter-core/pom.xml +++ b/continew-starter-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} diff --git a/continew-starter-data/continew-starter-data-core/pom.xml b/continew-starter-data/continew-starter-data-core/pom.xml index 439f37af..c33016c5 100644 --- a/continew-starter-data/continew-starter-data-core/pom.xml +++ b/continew-starter-data/continew-starter-data-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-data ${revision} diff --git a/continew-starter-data/continew-starter-data-mf/pom.xml b/continew-starter-data/continew-starter-data-mf/pom.xml index 4c325cb5..6edebfd8 100644 --- a/continew-starter-data/continew-starter-data-mf/pom.xml +++ b/continew-starter-data/continew-starter-data-mf/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-data ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-data-core diff --git a/continew-starter-data/continew-starter-data-mp/pom.xml b/continew-starter-data/continew-starter-data-mp/pom.xml index 11a42b89..aa3f7efe 100644 --- a/continew-starter-data/continew-starter-data-mp/pom.xml +++ b/continew-starter-data/continew-starter-data-mp/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-data ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-data-core diff --git a/continew-starter-data/pom.xml b/continew-starter-data/pom.xml index f124c344..df13a551 100644 --- a/continew-starter-data/pom.xml +++ b/continew-starter-data/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -24,7 +24,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index e93b82c1..60e38b64 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-dependencies ${revision} pom @@ -373,7 +373,7 @@ - top.continew + top.continew.starter continew-starter-bom ${revision} pom diff --git a/continew-starter-excel/continew-starter-excel-core/pom.xml b/continew-starter-excel/continew-starter-excel-core/pom.xml index a4fc1652..57d2be31 100644 --- a/continew-starter-excel/continew-starter-excel-core/pom.xml +++ b/continew-starter-excel/continew-starter-excel-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-excel ${revision} diff --git a/continew-starter-excel/continew-starter-excel-fastexcel/pom.xml b/continew-starter-excel/continew-starter-excel-fastexcel/pom.xml index 7932290f..a83725d7 100644 --- a/continew-starter-excel/continew-starter-excel-fastexcel/pom.xml +++ b/continew-starter-excel/continew-starter-excel-fastexcel/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-excel ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-excel-core diff --git a/continew-starter-excel/continew-starter-excel-poi/pom.xml b/continew-starter-excel/continew-starter-excel-poi/pom.xml index e8d2a2b3..ca16dac4 100644 --- a/continew-starter-excel/continew-starter-excel-poi/pom.xml +++ b/continew-starter-excel/continew-starter-excel-poi/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-excel ${revision} @@ -16,7 +16,7 @@ - top.continew + top.continew.starter continew-starter-excel-core diff --git a/continew-starter-excel/pom.xml b/continew-starter-excel/pom.xml index cc419dd4..d2f96cac 100644 --- a/continew-starter-excel/pom.xml +++ b/continew-starter-excel/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -24,7 +24,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-core/pom.xml b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-core/pom.xml index 89bac6ce..a538f397 100644 --- a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-core/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension-crud ${revision} @@ -18,25 +18,25 @@ - top.continew + top.continew.starter continew-starter-api-doc - top.continew + top.continew.starter continew-starter-web - top.continew + top.continew.starter continew-starter-data-core - top.continew + top.continew.starter continew-starter-excel-fastexcel diff --git a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mf/pom.xml b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mf/pom.xml index 75c58da6..b6f0825f 100644 --- a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mf/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mf/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension-crud ${revision} @@ -18,13 +18,13 @@ - top.continew + top.continew.starter continew-starter-extension-crud-core - top.continew + top.continew.starter continew-starter-data-mf diff --git a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mp/pom.xml b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mp/pom.xml index 0b9ac537..bd253b03 100644 --- a/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mp/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/continew-starter-extension-crud-mp/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension-crud ${revision} @@ -18,13 +18,13 @@ - top.continew + top.continew.starter continew-starter-extension-crud-core - top.continew + top.continew.starter continew-starter-data-mp diff --git a/continew-starter-extension/continew-starter-extension-crud/pom.xml b/continew-starter-extension/continew-starter-extension-crud/pom.xml index ed9272b1..3bb526cb 100644 --- a/continew-starter-extension/continew-starter-extension-crud/pom.xml +++ b/continew-starter-extension/continew-starter-extension-crud/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension ${revision} diff --git a/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-core/pom.xml b/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-core/pom.xml index 57005782..a394a0a7 100644 --- a/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-core/pom.xml +++ b/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension-datapermission ${revision} diff --git a/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-mp/pom.xml b/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-mp/pom.xml index 57392152..4e070707 100644 --- a/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-mp/pom.xml +++ b/continew-starter-extension/continew-starter-extension-datapermission/continew-starter-extension-datapermission-mp/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension-datapermission ${revision} @@ -18,13 +18,13 @@ - top.continew + top.continew.starter continew-starter-extension-datapermission-core - top.continew + top.continew.starter continew-starter-data-core diff --git a/continew-starter-extension/continew-starter-extension-datapermission/pom.xml b/continew-starter-extension/continew-starter-extension-datapermission/pom.xml index 12e7b366..950db6e5 100644 --- a/continew-starter-extension/continew-starter-extension-datapermission/pom.xml +++ b/continew-starter-extension/continew-starter-extension-datapermission/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension ${revision} diff --git a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/pom.xml b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/pom.xml index 64f7ddca..c688fd8b 100644 --- a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/pom.xml +++ b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension-tenant ${revision} diff --git a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-mp/pom.xml b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-mp/pom.xml index f50bde73..40305cfb 100644 --- a/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-mp/pom.xml +++ b/continew-starter-extension/continew-starter-extension-tenant/continew-starter-extension-tenant-mp/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension-tenant ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-extension-tenant-core diff --git a/continew-starter-extension/continew-starter-extension-tenant/pom.xml b/continew-starter-extension/continew-starter-extension-tenant/pom.xml index 8426d474..4a388245 100644 --- a/continew-starter-extension/continew-starter-extension-tenant/pom.xml +++ b/continew-starter-extension/continew-starter-extension-tenant/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-extension ${revision} diff --git a/continew-starter-extension/pom.xml b/continew-starter-extension/pom.xml index 2f121a42..1ef957ce 100644 --- a/continew-starter-extension/pom.xml +++ b/continew-starter-extension/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -24,7 +24,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-idempotent/pom.xml b/continew-starter-idempotent/pom.xml index 46e8b223..8c89e08b 100644 --- a/continew-starter-idempotent/pom.xml +++ b/continew-starter-idempotent/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-cache-redisson diff --git a/continew-starter-json/continew-starter-json-jackson/pom.xml b/continew-starter-json/continew-starter-json-jackson/pom.xml index 4a33aff4..a3f3f250 100644 --- a/continew-starter-json/continew-starter-json-jackson/pom.xml +++ b/continew-starter-json/continew-starter-json-jackson/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-json ${revision} diff --git a/continew-starter-json/pom.xml b/continew-starter-json/pom.xml index 4a50601a..3a099fa0 100644 --- a/continew-starter-json/pom.xml +++ b/continew-starter-json/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -22,7 +22,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-license/continew-starter-license-core/pom.xml b/continew-starter-license/continew-starter-license-core/pom.xml index 5510702a..c9699f53 100644 --- a/continew-starter-license/continew-starter-license-core/pom.xml +++ b/continew-starter-license/continew-starter-license-core/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-license ${revision} @@ -17,7 +17,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-license/continew-starter-license-generator/pom.xml b/continew-starter-license/continew-starter-license-generator/pom.xml index d96a7f68..5d66991a 100644 --- a/continew-starter-license/continew-starter-license-generator/pom.xml +++ b/continew-starter-license/continew-starter-license-generator/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-license ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-license-core diff --git a/continew-starter-license/continew-starter-license-verifier/pom.xml b/continew-starter-license/continew-starter-license-verifier/pom.xml index ad960187..4ae1e391 100644 --- a/continew-starter-license/continew-starter-license-verifier/pom.xml +++ b/continew-starter-license/continew-starter-license-verifier/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-license ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-license-core diff --git a/continew-starter-license/pom.xml b/continew-starter-license/pom.xml index 1721df6e..364ab501 100644 --- a/continew-starter-license/pom.xml +++ b/continew-starter-license/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} diff --git a/continew-starter-log/continew-starter-log-aop/pom.xml b/continew-starter-log/continew-starter-log-aop/pom.xml index b3d8b343..277f03e9 100644 --- a/continew-starter-log/continew-starter-log-aop/pom.xml +++ b/continew-starter-log/continew-starter-log-aop/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-log ${revision} @@ -17,7 +17,7 @@ - top.continew + top.continew.starter continew-starter-log-core diff --git a/continew-starter-log/continew-starter-log-core/pom.xml b/continew-starter-log/continew-starter-log-core/pom.xml index 28f227ff..281a1457 100644 --- a/continew-starter-log/continew-starter-log-core/pom.xml +++ b/continew-starter-log/continew-starter-log-core/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-log ${revision} diff --git a/continew-starter-log/continew-starter-log-interceptor/pom.xml b/continew-starter-log/continew-starter-log-interceptor/pom.xml index 5afa3ce5..03262881 100644 --- a/continew-starter-log/continew-starter-log-interceptor/pom.xml +++ b/continew-starter-log/continew-starter-log-interceptor/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-log ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-log-core diff --git a/continew-starter-log/pom.xml b/continew-starter-log/pom.xml index 67e6076c..2fa13ed2 100644 --- a/continew-starter-log/pom.xml +++ b/continew-starter-log/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -24,7 +24,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-messaging/continew-starter-messaging-mail/pom.xml b/continew-starter-messaging/continew-starter-messaging-mail/pom.xml index 3cafb213..a4a288d7 100644 --- a/continew-starter-messaging/continew-starter-messaging-mail/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-mail/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-messaging ${revision} diff --git a/continew-starter-messaging/continew-starter-messaging-websocket/pom.xml b/continew-starter-messaging/continew-starter-messaging-websocket/pom.xml index 7b1404b2..2172292e 100644 --- a/continew-starter-messaging/continew-starter-messaging-websocket/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-websocket/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-messaging ${revision} diff --git a/continew-starter-messaging/pom.xml b/continew-starter-messaging/pom.xml index 2b4eb76d..44e356be 100644 --- a/continew-starter-messaging/pom.xml +++ b/continew-starter-messaging/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -23,7 +23,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-ratelimiter/pom.xml b/continew-starter-ratelimiter/pom.xml index 1f3e7c35..85e9e4c8 100644 --- a/continew-starter-ratelimiter/pom.xml +++ b/continew-starter-ratelimiter/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -16,13 +16,13 @@ - top.continew + top.continew.starter continew-starter-core - top.continew + top.continew.starter continew-starter-cache-redisson diff --git a/continew-starter-security/continew-starter-security-crypto/pom.xml b/continew-starter-security/continew-starter-security-crypto/pom.xml index da561f5e..5ae62671 100644 --- a/continew-starter-security/continew-starter-security-crypto/pom.xml +++ b/continew-starter-security/continew-starter-security-crypto/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-security ${revision} diff --git a/continew-starter-security/continew-starter-security-mask/pom.xml b/continew-starter-security/continew-starter-security-mask/pom.xml index 611eb90a..985af888 100644 --- a/continew-starter-security/continew-starter-security-mask/pom.xml +++ b/continew-starter-security/continew-starter-security-mask/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-security ${revision} diff --git a/continew-starter-security/continew-starter-security-password/pom.xml b/continew-starter-security/continew-starter-security-password/pom.xml index 752d9105..a06c6d45 100644 --- a/continew-starter-security/continew-starter-security-password/pom.xml +++ b/continew-starter-security/continew-starter-security-password/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-security ${revision} diff --git a/continew-starter-security/continew-starter-security-sensitivewords/pom.xml b/continew-starter-security/continew-starter-security-sensitivewords/pom.xml index c405e96d..8883f7cb 100644 --- a/continew-starter-security/continew-starter-security-sensitivewords/pom.xml +++ b/continew-starter-security/continew-starter-security-sensitivewords/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-security ${revision} diff --git a/continew-starter-security/continew-starter-security-xss/pom.xml b/continew-starter-security/continew-starter-security-xss/pom.xml index 8f96624d..d2b166db 100644 --- a/continew-starter-security/continew-starter-security-xss/pom.xml +++ b/continew-starter-security/continew-starter-security-xss/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-security ${revision} diff --git a/continew-starter-security/pom.xml b/continew-starter-security/pom.xml index e455a47b..af5789b8 100644 --- a/continew-starter-security/pom.xml +++ b/continew-starter-security/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -26,7 +26,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-storage/continew-starter-storage-core/pom.xml b/continew-starter-storage/continew-starter-storage-core/pom.xml index 41360cd3..3cb90791 100644 --- a/continew-starter-storage/continew-starter-storage-core/pom.xml +++ b/continew-starter-storage/continew-starter-storage-core/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-storage ${revision} @@ -17,7 +17,7 @@ - top.continew + top.continew.starter continew-starter-cache-redisson diff --git a/continew-starter-storage/continew-starter-storage-local/pom.xml b/continew-starter-storage/continew-starter-storage-local/pom.xml index af466f21..5ed3880b 100644 --- a/continew-starter-storage/continew-starter-storage-local/pom.xml +++ b/continew-starter-storage/continew-starter-storage-local/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-storage ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-storage-core diff --git a/continew-starter-storage/continew-starter-storage-oss/pom.xml b/continew-starter-storage/continew-starter-storage-oss/pom.xml index f881db32..057d8ae2 100644 --- a/continew-starter-storage/continew-starter-storage-oss/pom.xml +++ b/continew-starter-storage/continew-starter-storage-oss/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-storage ${revision} @@ -17,7 +17,7 @@ - top.continew + top.continew.starter continew-starter-storage-core diff --git a/continew-starter-storage/pom.xml b/continew-starter-storage/pom.xml index 041a0b35..2a5ccbda 100644 --- a/continew-starter-storage/pom.xml +++ b/continew-starter-storage/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -24,7 +24,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-trace/pom.xml b/continew-starter-trace/pom.xml index 777fc7b8..ffdfb050 100644 --- a/continew-starter-trace/pom.xml +++ b/continew-starter-trace/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-validation/pom.xml b/continew-starter-validation/pom.xml index d936fc10..d04a88bf 100644 --- a/continew-starter-validation/pom.xml +++ b/continew-starter-validation/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -18,7 +18,7 @@ - top.continew + top.continew.starter continew-starter-core diff --git a/continew-starter-web/pom.xml b/continew-starter-web/pom.xml index 1e1e3290..9a6fe5a3 100644 --- a/continew-starter-web/pom.xml +++ b/continew-starter-web/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter ${revision} @@ -18,13 +18,13 @@ - top.continew + top.continew.starter continew-starter-json-jackson - top.continew + top.continew.starter continew-starter-api-doc true diff --git a/pom.xml b/pom.xml index 26f98dd5..b50a8436 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - top.continew + top.continew.starter continew-starter-dependencies ${revision} ./continew-starter-dependencies