diff --git a/guid/build.gradle.kts b/guid/build.gradle.kts index af5fc45..cdc1455 100644 --- a/guid/build.gradle.kts +++ b/guid/build.gradle.kts @@ -34,7 +34,7 @@ publishing { pom { name = "DevKit - GUID" - description = "The guid module of JDevKit." + description = "The module for generating GUIDs of JDevKit." url = projectUrl licenses { diff --git a/property-guard-spring-boot-starter/build.gradle.kts b/property-guard-spring-boot-starter/build.gradle.kts index 48005f9..ff7d9d1 100644 --- a/property-guard-spring-boot-starter/build.gradle.kts +++ b/property-guard-spring-boot-starter/build.gradle.kts @@ -40,6 +40,7 @@ publishing { pom { name = "Property Guard Spring Boot Starter" + description = "This module is made for protecting your secret properties in your spring application properties." url = projectUrl licenses { diff --git a/simple-jwt-authzero/build.gradle.kts b/simple-jwt-authzero/build.gradle.kts index 0549ea6..a576094 100644 --- a/simple-jwt-authzero/build.gradle.kts +++ b/simple-jwt-authzero/build.gradle.kts @@ -41,7 +41,7 @@ publishing { pom { name = "Simple JWT :: Auth0" - description = "The implementation of Simple JWT using com.auth0 library." + description = "Simple JWT implemented with com.auth0:java-jwt." url = projectUrl licenses { diff --git a/simple-jwt-facade/build.gradle.kts b/simple-jwt-facade/build.gradle.kts index 58877e2..f835b00 100644 --- a/simple-jwt-facade/build.gradle.kts +++ b/simple-jwt-facade/build.gradle.kts @@ -36,7 +36,7 @@ publishing { pom { name = "Simple JWT :: Facade" - description = "The facade of Simple JWT." + description = "Declaration of simple JWT module." url = projectUrl licenses { diff --git a/simple-jwt-jjwt/build.gradle.kts b/simple-jwt-jjwt/build.gradle.kts index 5f7fe2c..75e39e4 100644 --- a/simple-jwt-jjwt/build.gradle.kts +++ b/simple-jwt-jjwt/build.gradle.kts @@ -43,7 +43,7 @@ publishing { pom { name = "Simple JWT :: JJWT" - description = "Simple JWT implemented by io.jsonwebtoken:jjwt library." + description = "SSimple JWT implemented with io.jsonwebtoken:jjwt." url = projectUrl licenses { diff --git a/simple-jwt-spring-boot-starter/build.gradle.kts b/simple-jwt-spring-boot-starter/build.gradle.kts index 0dad26a..cfbdde4 100644 --- a/simple-jwt-spring-boot-starter/build.gradle.kts +++ b/simple-jwt-spring-boot-starter/build.gradle.kts @@ -66,7 +66,7 @@ publishing { pom { name = "Simple JWT :: Spring Boot Starter" - description = "The Spring Boot Starter of Simple JWT." + description = "Simple JWT all-in-one package for Spring Boot." url = projectUrl licenses {