File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed
property-guard-spring-boot-starter
simple-jwt-spring-boot-starter Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments