Skip to content

Commit

Permalink
release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zyc committed Nov 29, 2020
1 parent 9542e9c commit 0a3d203
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>red.zyc.boot</groupId>
<artifactId>desensitization-spring-boot-starter</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```
## 注意
Expand Down
2 changes: 1 addition & 1 deletion desensitization-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>red.zyc.boot</groupId>
<artifactId>desensitization-spring-boot</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>
<artifactId>desensitization-spring-boot-autoconfigure</artifactId>
<name>desensitization-spring-boot-autoconfigure</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>red.zyc.boot</groupId>
<artifactId>desensitization-spring-boot-samples</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>
<artifactId>desensitization-spring-boot-sample-web</artifactId>
<name>desensitization-spring-boot-sample-web</name>
Expand Down
2 changes: 1 addition & 1 deletion desensitization-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>red.zyc.boot</groupId>
<artifactId>desensitization-spring-boot</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>
<artifactId>desensitization-spring-boot-samples</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion desensitization-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>red.zyc.boot</groupId>
<artifactId>desensitization-spring-boot</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>
<artifactId>desensitization-spring-boot-starter</artifactId>
<name>desensitization-spring-boot-starter</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>red.zyc.boot</groupId>
<artifactId>desensitization-spring-boot</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<packaging>pom</packaging>

<name>desensitization-spring-boot</name>
Expand Down

0 comments on commit 0a3d203

Please sign in to comment.