Skip to content

Commit 0c21a76

Browse files
committed
build: 发布1.2.3
1 parent 829447d commit 0c21a76

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>cn.licoy</groupId>
2626
<artifactId>encrypt-body-spring-boot-starter</artifactId>
27-
<version>1.2.0</version>
27+
<version>1.2.3</version>
2828
</dependency>
2929
```
3030
### 启用组件

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Introduce dependencies in the project's `pom.xml`:
2424
<dependency>
2525
<groupId>cn.licoy</groupId>
2626
<artifactId>encrypt-body-spring-boot-starter</artifactId>
27-
<version>1.2.0</version>
27+
<version>1.2.3</version>
2828
</dependency>
2929
````
3030
### Enable component

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.licoy</groupId>
88
<artifactId>encrypt-body-spring-boot-starter</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.2.3</version>
1010

1111
<name>encrypt-body-spring-boot-starter</name>
1212
<description>encrypt-body-spring-boot-starter是SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA</description>
@@ -156,6 +156,11 @@
156156
</goals>
157157
</execution>
158158
</executions>
159+
<configuration>
160+
<excludes>
161+
<exclude>**/test/**</exclude>
162+
</excludes>
163+
</configuration>
159164
</plugin>
160165
<plugin>
161166
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)