chore(pom): 更新项目依赖版本至2.0.31-snapshot
parent
50876ebfac
commit
aeac8ea23f
12
pom.xml
12
pom.xml
|
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
<name>scfs-api-sdk</name>
|
||||
<description>scfs-api-sdk</description>
|
||||
<packaging>pom</packaging>
|
||||
|
|
@ -75,27 +75,27 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-rsa</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-service</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sm</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-spring-boot-starter</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -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.30-snapshot
|
||||
mvn versions:set -DnewVersion=2.0.31-snapshot
|
||||
|
||||
# 正式版本,版本号加一
|
||||
mvn versions:set -DnewVersion=2.0.30
|
||||
mvn versions:set -DnewVersion=2.0.31
|
||||
```
|
||||
|
||||
## 代码扫描
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
<name>scfs-api-core:核心模块</name>
|
||||
<description>scfs-api-core</description>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-rsa</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
<name>scfs-api-rsa:RSA模块</name>
|
||||
<description>封装RSA、AES国密算法</description>
|
||||
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-service</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
<name>scfs-api-service:业务接口模型</name>
|
||||
<description>业务接口模型</description>
|
||||
<packaging>jar</packaging>
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-sm</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
<name>scfs-api-sm:国密模块</name>
|
||||
<description>封装SM2、SM4国密算法</description>
|
||||
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.tencent.kona/kona-crypto -->
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-spring-boot-starter</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
<name>scfs-spring-boot-starter</name>
|
||||
<description>scfs-spring-boot-starter</description>
|
||||
|
||||
|
|
@ -17,22 +17,22 @@
|
|||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-core</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-service</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-rsa</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sm</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>com.czcb.scfs</groupId>
|
||||
<artifactId>scfs-api-sdk</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>scfs-api-test</artifactId>
|
||||
<version>2.0.30-snapshot</version>
|
||||
<version>2.0.31-snapshot</version>
|
||||
<name>scfs-api-test</name>
|
||||
<description>scfs-api-test</description>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue