From f88ac1511b4c997327d4788417129bf3a1019848 Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Sat, 9 Sep 2023 20:20:57 +0800 Subject: [PATCH] build: Rename property-encryptor to property-guard. --- pom.xml | 2 +- .../pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {property-encryptor-spring-boot-starter => property-guard-spring-boot-starter}/pom.xml (96%) diff --git a/pom.xml b/pom.xml index 3033014..0d5c10a 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ simple-jwt-authzero simple-jwt-jjwt simple-jwt-spring-boot-starter - property-encryptor-spring-boot-starter + property-guard-spring-boot-starter diff --git a/property-encryptor-spring-boot-starter/pom.xml b/property-guard-spring-boot-starter/pom.xml similarity index 96% rename from property-encryptor-spring-boot-starter/pom.xml rename to property-guard-spring-boot-starter/pom.xml index 4c30229..7273c41 100644 --- a/property-encryptor-spring-boot-starter/pom.xml +++ b/property-guard-spring-boot-starter/pom.xml @@ -26,7 +26,7 @@ 1.1.0-alpha - property-encryptor-spring-boot-starter + property-guard-spring-boot-starter 17