docs: Optimised project descriptions.

This commit is contained in:
Zihlu Wang
2024-01-31 16:38:06 +08:00
parent 23c2a2bd06
commit 0a2beaf079
6 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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 {
@@ -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 {
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {
@@ -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 {