Skip to content

Commit

Permalink
build: 发布1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed May 31, 2022
1 parent 829447d commit 0c21a76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>cn.licoy</groupId>
<artifactId>encrypt-body-spring-boot-starter</artifactId>
<version>1.2.0</version>
<version>1.2.3</version>
</dependency>
```
### 启用组件
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Introduce dependencies in the project's `pom.xml`:
<dependency>
<groupId>cn.licoy</groupId>
<artifactId>encrypt-body-spring-boot-starter</artifactId>
<version>1.2.0</version>
<version>1.2.3</version>
</dependency>
````
### Enable component
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.licoy</groupId>
<artifactId>encrypt-body-spring-boot-starter</artifactId>
<version>1.2.0</version>
<version>1.2.3</version>

<name>encrypt-body-spring-boot-starter</name>
<description>encrypt-body-spring-boot-starter是SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA</description>
Expand Down Expand Up @@ -156,6 +156,11 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>**/test/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 0c21a76

Please sign in to comment.