feat: 2.0.2 快照

main
13009 2024-05-13 16:48:02 +08:00
parent 0578038e36
commit 7f3ae3447a
8 changed files with 28 additions and 23 deletions

15
pom.xml
View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId> <artifactId>scfs-api-sdk</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
<name>scfs-api-sdk</name> <name>scfs-api-sdk</name>
<description>scfs-api-sdk</description> <description>scfs-api-sdk</description>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -191,16 +191,21 @@
<repositories> <repositories>
<repository> <repository>
<id>nexus-czcb</id> <id>maven-public</id>
<name>Nexus czcb</name> <name>Nexus aliyun</name>
<url>http://10.129.137.14:8082/repository/maven-public/</url>
</repository>
<repository>
<id>nexus-public</id>
<name>Nexus aliyun</name>
<url>http://10.129.137.14:8081/nexus/content/groups/public/</url> <url>http://10.129.137.14:8081/nexus/content/groups/public/</url>
</repository> </repository>
</repositories> </repositories>
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
<id>nexus-czcb</id> <id>nexus-aliyun</id>
<name>Nexus czcb</name> <name>Nexus aliyun</name>
<url>http://10.129.137.14:8081/nexus/content/groups/public/</url> <url>http://10.129.137.14:8081/nexus/content/groups/public/</url>
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId> <artifactId>scfs-api-sdk</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</parent> </parent>
<artifactId>scfs-api-core</artifactId> <artifactId>scfs-api-core</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
<name>scfs-api-core:核心模块</name> <name>scfs-api-core:核心模块</name>
<description>scfs-api-core</description> <description>scfs-api-core</description>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId> <artifactId>scfs-api-sdk</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</parent> </parent>
<artifactId>scfs-api-rsa</artifactId> <artifactId>scfs-api-rsa</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
<name>scfs-api-rsa:RSA模块</name> <name>scfs-api-rsa:RSA模块</name>
<description>封装RSA、AES国密算法</description> <description>封装RSA、AES国密算法</description>
@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-core</artifactId> <artifactId>scfs-api-core</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId> <artifactId>scfs-api-sdk</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</parent> </parent>
<artifactId>scfs-api-service-cat</artifactId> <artifactId>scfs-api-service-cat</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
<name>scfs-api-service-cat:肥猫定制化接口</name> <name>scfs-api-service-cat:肥猫定制化接口</name>
<description>肥猫SDK</description> <description>肥猫SDK</description>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-core</artifactId> <artifactId>scfs-api-core</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId> <artifactId>scfs-api-sdk</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</parent> </parent>
<artifactId>scfs-api-service</artifactId> <artifactId>scfs-api-service</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
<name>scfs-api-service:通用类接口</name> <name>scfs-api-service:通用类接口</name>
<description>通用类接口</description> <description>通用类接口</description>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -24,7 +24,7 @@
<dependency> <dependency>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-core</artifactId> <artifactId>scfs-api-core</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId> <artifactId>scfs-api-sdk</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</parent> </parent>
<artifactId>scfs-api-sm</artifactId> <artifactId>scfs-api-sm</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
<name>scfs-api-sm:国密模块</name> <name>scfs-api-sm:国密模块</name>
<description>封装SM2、SM4国密算法</description> <description>封装SM2、SM4国密算法</description>
@ -17,7 +17,7 @@
<dependency> <dependency>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-core</artifactId> <artifactId>scfs-api-core</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/com.tencent.kona/kona-crypto --> <!-- https://mvnrepository.com/artifact/com.tencent.kona/kona-crypto -->

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId> <artifactId>scfs-api-sdk</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</parent> </parent>
<artifactId>scfs-api-spring-boot-starter</artifactId> <artifactId>scfs-api-spring-boot-starter</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
<name>scfs-spring-boot-starter</name> <name>scfs-spring-boot-starter</name>
<description>scfs-spring-boot-starter</description> <description>scfs-spring-boot-starter</description>

View File

@ -5,11 +5,11 @@
<parent> <parent>
<groupId>com.czcb.scfs</groupId> <groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId> <artifactId>scfs-api-sdk</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
</parent> </parent>
<artifactId>scfs-api-test</artifactId> <artifactId>scfs-api-test</artifactId>
<version>2.0.1</version> <version>2.0.2-snapshot</version>
<name>scfs-api-test</name> <name>scfs-api-test</name>
<description>scfs-api-test</description> <description>scfs-api-test</description>