From 7df3b8d643cda92cd20bb811c20caef76ad3a85a Mon Sep 17 00:00:00 2001 From: zhangsz Date: Fri, 17 Jan 2025 15:44:21 +0800 Subject: [PATCH] release for 1.0.3 --- pom.xml | 4 ++-- wfc-api/pom.xml | 2 +- wfc-api/wfc-api-omada/pom.xml | 2 +- wfc-api/wfc-api-system/pom.xml | 2 +- wfc-api/wfc-api-user/pom.xml | 2 +- wfc-auth/pom.xml | 2 +- wfc-common/pom.xml | 2 +- wfc-common/wfc-common-core/pom.xml | 2 +- wfc-common/wfc-common-datascope/pom.xml | 2 +- wfc-common/wfc-common-datasource/pom.xml | 2 +- wfc-common/wfc-common-log/pom.xml | 2 +- wfc-common/wfc-common-mail/pom.xml | 2 +- wfc-common/wfc-common-mybatis/pom.xml | 2 +- wfc-common/wfc-common-redis/pom.xml | 2 +- wfc-common/wfc-common-seata/pom.xml | 2 +- wfc-common/wfc-common-security/pom.xml | 2 +- wfc-common/wfc-common-sensitive/pom.xml | 2 +- wfc-common/wfc-common-swagger/pom.xml | 2 +- wfc-gateway/pom.xml | 2 +- wfc-modules/pom.xml | 2 +- wfc-modules/wfc-file/pom.xml | 2 +- wfc-modules/wfc-gen/pom.xml | 2 +- wfc-modules/wfc-job/pom.xml | 2 +- wfc-modules/wfc-payment/pom.xml | 2 +- wfc-modules/wfc-system/pom.xml | 2 +- wfc-modules/wfc-user/pom.xml | 2 +- wfc-visual/pom.xml | 2 +- wfc-visual/wfc-visual-monitor/pom.xml | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 9adeb51..40275e6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ org.wfc wfc - 1.0.2 + 1.0.3 wfc WANFi Control and Billing Management System - 1.0.2 + 1.0.3 UTF-8 UTF-8 1.8 diff --git a/wfc-api/pom.xml b/wfc-api/pom.xml index c319cd9..7be02a2 100644 --- a/wfc-api/pom.xml +++ b/wfc-api/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-api/wfc-api-omada/pom.xml b/wfc-api/wfc-api-omada/pom.xml index 4e585c2..a6b29d6 100644 --- a/wfc-api/wfc-api-omada/pom.xml +++ b/wfc-api/wfc-api-omada/pom.xml @@ -3,7 +3,7 @@ org.wfc wfc-api - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-api/wfc-api-system/pom.xml b/wfc-api/wfc-api-system/pom.xml index d51dab0..b6d0491 100644 --- a/wfc-api/wfc-api-system/pom.xml +++ b/wfc-api/wfc-api-system/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-api - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-api/wfc-api-user/pom.xml b/wfc-api/wfc-api-user/pom.xml index 64d60e4..54b9b65 100644 --- a/wfc-api/wfc-api-user/pom.xml +++ b/wfc-api/wfc-api-user/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-api - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-auth/pom.xml b/wfc-auth/pom.xml index b990b3e..b31c2c9 100644 --- a/wfc-auth/pom.xml +++ b/wfc-auth/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/pom.xml b/wfc-common/pom.xml index 94b52ad..8a3daa3 100644 --- a/wfc-common/pom.xml +++ b/wfc-common/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-core/pom.xml b/wfc-common/wfc-common-core/pom.xml index 02b6d37..dd71eb6 100644 --- a/wfc-common/wfc-common-core/pom.xml +++ b/wfc-common/wfc-common-core/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-datascope/pom.xml b/wfc-common/wfc-common-datascope/pom.xml index f016b8b..22d8d98 100644 --- a/wfc-common/wfc-common-datascope/pom.xml +++ b/wfc-common/wfc-common-datascope/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-datasource/pom.xml b/wfc-common/wfc-common-datasource/pom.xml index 1f1565d..22f7403 100644 --- a/wfc-common/wfc-common-datasource/pom.xml +++ b/wfc-common/wfc-common-datasource/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-log/pom.xml b/wfc-common/wfc-common-log/pom.xml index 9c9d616..8c0ee9d 100644 --- a/wfc-common/wfc-common-log/pom.xml +++ b/wfc-common/wfc-common-log/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-mail/pom.xml b/wfc-common/wfc-common-mail/pom.xml index 0a1934c..7858e0e 100644 --- a/wfc-common/wfc-common-mail/pom.xml +++ b/wfc-common/wfc-common-mail/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 wfc-common-mail diff --git a/wfc-common/wfc-common-mybatis/pom.xml b/wfc-common/wfc-common-mybatis/pom.xml index 991cfa5..3986665 100644 --- a/wfc-common/wfc-common-mybatis/pom.xml +++ b/wfc-common/wfc-common-mybatis/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 wfc-common-mybatis diff --git a/wfc-common/wfc-common-redis/pom.xml b/wfc-common/wfc-common-redis/pom.xml index cb4526c..200fb8a 100644 --- a/wfc-common/wfc-common-redis/pom.xml +++ b/wfc-common/wfc-common-redis/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-seata/pom.xml b/wfc-common/wfc-common-seata/pom.xml index e98ea3f..622a27a 100644 --- a/wfc-common/wfc-common-seata/pom.xml +++ b/wfc-common/wfc-common-seata/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-security/pom.xml b/wfc-common/wfc-common-security/pom.xml index 09f4e9d..332f11a 100644 --- a/wfc-common/wfc-common-security/pom.xml +++ b/wfc-common/wfc-common-security/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-sensitive/pom.xml b/wfc-common/wfc-common-sensitive/pom.xml index b6873a3..5901d57 100644 --- a/wfc-common/wfc-common-sensitive/pom.xml +++ b/wfc-common/wfc-common-sensitive/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-common/wfc-common-swagger/pom.xml b/wfc-common/wfc-common-swagger/pom.xml index ef5d7a0..10f3ec2 100644 --- a/wfc-common/wfc-common-swagger/pom.xml +++ b/wfc-common/wfc-common-swagger/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-common - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-gateway/pom.xml b/wfc-gateway/pom.xml index e0dcee4..cc97be4 100644 --- a/wfc-gateway/pom.xml +++ b/wfc-gateway/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-modules/pom.xml b/wfc-modules/pom.xml index cc16959..b9c2dac 100644 --- a/wfc-modules/pom.xml +++ b/wfc-modules/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-modules/wfc-file/pom.xml b/wfc-modules/wfc-file/pom.xml index ce91857..0e0dc95 100644 --- a/wfc-modules/wfc-file/pom.xml +++ b/wfc-modules/wfc-file/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-modules - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-modules/wfc-gen/pom.xml b/wfc-modules/wfc-gen/pom.xml index c2bd6f3..41dffeb 100644 --- a/wfc-modules/wfc-gen/pom.xml +++ b/wfc-modules/wfc-gen/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-modules - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-modules/wfc-job/pom.xml b/wfc-modules/wfc-job/pom.xml index bac7971..eb55a48 100644 --- a/wfc-modules/wfc-job/pom.xml +++ b/wfc-modules/wfc-job/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-modules - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-modules/wfc-payment/pom.xml b/wfc-modules/wfc-payment/pom.xml index 4e2f363..b7dfb9e 100644 --- a/wfc-modules/wfc-payment/pom.xml +++ b/wfc-modules/wfc-payment/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-modules - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-modules/wfc-system/pom.xml b/wfc-modules/wfc-system/pom.xml index 67e2a89..0839edc 100644 --- a/wfc-modules/wfc-system/pom.xml +++ b/wfc-modules/wfc-system/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-modules - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-modules/wfc-user/pom.xml b/wfc-modules/wfc-user/pom.xml index 33d2e3f..f46c41f 100644 --- a/wfc-modules/wfc-user/pom.xml +++ b/wfc-modules/wfc-user/pom.xml @@ -5,7 +5,7 @@ org.wfc wfc-modules - 1.0.2 + 1.0.3 4.0.0 wfc-modules-user diff --git a/wfc-visual/pom.xml b/wfc-visual/pom.xml index 5295513..615b083 100644 --- a/wfc-visual/pom.xml +++ b/wfc-visual/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc - 1.0.2 + 1.0.3 4.0.0 diff --git a/wfc-visual/wfc-visual-monitor/pom.xml b/wfc-visual/wfc-visual-monitor/pom.xml index ddedaed..d359c57 100644 --- a/wfc-visual/wfc-visual-monitor/pom.xml +++ b/wfc-visual/wfc-visual-monitor/pom.xml @@ -4,7 +4,7 @@ org.wfc wfc-visual - 1.0.2 + 1.0.3 4.0.0