build: Rename property-encryptor to property-guard.

This commit is contained in:
Zihlu Wang
2023-09-09 20:20:57 +08:00
parent 08a2cc9f6e
commit f88ac1511b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
<module>simple-jwt-authzero</module>
<module>simple-jwt-jjwt</module>
<module>simple-jwt-spring-boot-starter</module>
<module>property-encryptor-spring-boot-starter</module>
<module>property-guard-spring-boot-starter</module>
</modules>
<organization>
@@ -26,7 +26,7 @@
<version>1.1.0-alpha</version>
</parent>
<artifactId>property-encryptor-spring-boot-starter</artifactId>
<artifactId>property-guard-spring-boot-starter</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>