From 75e56a49a33d0378eb300394ff0c8f9c0d3c7b71 Mon Sep 17 00:00:00 2001 From: wb3298 <1111@qq.com> Date: Tue, 3 Feb 2026 10:28:42 +0800 Subject: [PATCH] feat: 2.0.29 --- pom.xml | 12 ++++++------ readme.md | 4 ++-- scfs-api-core/pom.xml | 4 ++-- scfs-api-rsa/pom.xml | 6 +++--- scfs-api-service/pom.xml | 6 +++--- scfs-api-sm/pom.xml | 6 +++--- scfs-api-spring-boot-starter/pom.xml | 12 ++++++------ scfs-api-test/pom.xml | 4 ++-- 8 files changed, 27 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 3e3031e..3ceca68 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.czcb.scfs scfs-api-sdk - 2.0.28 + 2.0.29 scfs-api-sdk scfs-api-sdk pom @@ -75,27 +75,27 @@ com.czcb.scfs scfs-api-core - 2.0.28 + 2.0.29 com.czcb.scfs scfs-api-rsa - 2.0.28 + 2.0.29 com.czcb.scfs scfs-api-service - 2.0.28 + 2.0.29 com.czcb.scfs scfs-api-sm - 2.0.28 + 2.0.29 com.czcb.scfs scfs-api-spring-boot-starter - 2.0.28 + 2.0.29 diff --git a/readme.md b/readme.md index 604873d..ea39675 100644 --- a/readme.md +++ b/readme.md @@ -63,10 +63,10 @@ openssl x509 -req -days 3650 -in rsa_csr.pem -signkey rsa_private_key.pem -out r ```shell # 开发测试阶段使用快照版本 -mvn versions:set -DnewVersion=2.0.28-snapshot +mvn versions:set -DnewVersion=2.0.29-snapshot # 正式版本,版本号加一 -mvn versions:set -DnewVersion=2.0.28 +mvn versions:set -DnewVersion=2.0.29 ``` ## 代码扫描 diff --git a/scfs-api-core/pom.xml b/scfs-api-core/pom.xml index f58a52f..f75c4d2 100644 --- a/scfs-api-core/pom.xml +++ b/scfs-api-core/pom.xml @@ -5,11 +5,11 @@ com.czcb.scfs scfs-api-sdk - 2.0.28 + 2.0.29 scfs-api-core - 2.0.28 + 2.0.29 scfs-api-core:核心模块 scfs-api-core jar diff --git a/scfs-api-rsa/pom.xml b/scfs-api-rsa/pom.xml index 6db8ab1..1b8a1d4 100644 --- a/scfs-api-rsa/pom.xml +++ b/scfs-api-rsa/pom.xml @@ -5,11 +5,11 @@ com.czcb.scfs scfs-api-sdk - 2.0.28 + 2.0.29 scfs-api-rsa - 2.0.28 + 2.0.29 scfs-api-rsa:RSA模块 封装RSA、AES国密算法 @@ -17,7 +17,7 @@ com.czcb.scfs scfs-api-core - 2.0.28 + 2.0.29 diff --git a/scfs-api-service/pom.xml b/scfs-api-service/pom.xml index ba9a415..3b273eb 100644 --- a/scfs-api-service/pom.xml +++ b/scfs-api-service/pom.xml @@ -5,11 +5,11 @@ com.czcb.scfs scfs-api-sdk - 2.0.28 + 2.0.29 scfs-api-service - 2.0.28 + 2.0.29 scfs-api-service:业务接口模型 业务接口模型 jar @@ -24,7 +24,7 @@ com.czcb.scfs scfs-api-core - 2.0.28 + 2.0.29 diff --git a/scfs-api-sm/pom.xml b/scfs-api-sm/pom.xml index a1fa35b..1c3a764 100644 --- a/scfs-api-sm/pom.xml +++ b/scfs-api-sm/pom.xml @@ -5,11 +5,11 @@ com.czcb.scfs scfs-api-sdk - 2.0.28 + 2.0.29 scfs-api-sm - 2.0.28 + 2.0.29 scfs-api-sm:国密模块 封装SM2、SM4国密算法 @@ -17,7 +17,7 @@ com.czcb.scfs scfs-api-core - 2.0.28 + 2.0.29 diff --git a/scfs-api-spring-boot-starter/pom.xml b/scfs-api-spring-boot-starter/pom.xml index d6ffb22..fbbc8fb 100644 --- a/scfs-api-spring-boot-starter/pom.xml +++ b/scfs-api-spring-boot-starter/pom.xml @@ -5,11 +5,11 @@ com.czcb.scfs scfs-api-sdk - 2.0.28 + 2.0.29 scfs-api-spring-boot-starter - 2.0.28 + 2.0.29 scfs-spring-boot-starter scfs-spring-boot-starter @@ -17,22 +17,22 @@ com.czcb.scfs scfs-api-core - 2.0.28 + 2.0.29 com.czcb.scfs scfs-api-service - 2.0.28 + 2.0.29 com.czcb.scfs scfs-api-rsa - 2.0.28 + 2.0.29 com.czcb.scfs scfs-api-sm - 2.0.28 + 2.0.29 org.springframework.boot diff --git a/scfs-api-test/pom.xml b/scfs-api-test/pom.xml index e9f7b8e..fbae61a 100644 --- a/scfs-api-test/pom.xml +++ b/scfs-api-test/pom.xml @@ -5,11 +5,11 @@ com.czcb.scfs scfs-api-sdk - 2.0.28 + 2.0.29 scfs-api-test - 2.0.28 + 2.0.29 scfs-api-test scfs-api-test