Skip to content

Commit 0a2beaf

Browse files
committed
docs: Optimised project descriptions.
1 parent 23c2a2b commit 0a2beaf

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

guid/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ publishing {
3434

3535
pom {
3636
name = "DevKit - GUID"
37-
description = "The guid module of JDevKit."
37+
description = "The module for generating GUIDs of JDevKit."
3838
url = projectUrl
3939

4040
licenses {

property-guard-spring-boot-starter/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ publishing {
4040

4141
pom {
4242
name = "Property Guard Spring Boot Starter"
43+
description = "This module is made for protecting your secret properties in your spring application properties."
4344
url = projectUrl
4445

4546
licenses {

simple-jwt-authzero/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ publishing {
4141

4242
pom {
4343
name = "Simple JWT :: Auth0"
44-
description = "The implementation of Simple JWT using com.auth0 library."
44+
description = "Simple JWT implemented with com.auth0:java-jwt."
4545
url = projectUrl
4646

4747
licenses {

simple-jwt-facade/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ publishing {
3636

3737
pom {
3838
name = "Simple JWT :: Facade"
39-
description = "The facade of Simple JWT."
39+
description = "Declaration of simple JWT module."
4040
url = projectUrl
4141

4242
licenses {

simple-jwt-jjwt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ publishing {
4343

4444
pom {
4545
name = "Simple JWT :: JJWT"
46-
description = "Simple JWT implemented by io.jsonwebtoken:jjwt library."
46+
description = "SSimple JWT implemented with io.jsonwebtoken:jjwt."
4747
url = projectUrl
4848

4949
licenses {

simple-jwt-spring-boot-starter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publishing {
6666

6767
pom {
6868
name = "Simple JWT :: Spring Boot Starter"
69-
description = "The Spring Boot Starter of Simple JWT."
69+
description = "Simple JWT all-in-one package for Spring Boot."
7070
url = projectUrl
7171

7272
licenses {

0 commit comments

Comments
 (0)