docs: upgrade poms
This commit is contained in:
@@ -55,7 +55,7 @@ publishing {
|
|||||||
version = artefactVersion
|
version = artefactVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "OnixByte DevKit BOM"
|
name = "OnixByte Version Catalogue"
|
||||||
description = "OnixByte DevKit BOM is designed to manage dependency versions centrally."
|
description = "OnixByte DevKit BOM is designed to manage dependency versions centrally."
|
||||||
url = projectUrl
|
url = projectUrl
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ publishing {
|
|||||||
version = artefactVersion
|
version = artefactVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "OnixByte DevKit Utils"
|
name = "OnixByte Common Toolbox"
|
||||||
description = "The utils module of JDevKit."
|
description = "The utils module of JDevKit."
|
||||||
url = projectUrl
|
url = projectUrl
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ publishing {
|
|||||||
version = artefactVersion
|
version = artefactVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "DevKit - GUID"
|
name = "OnixByte Identity Generator"
|
||||||
description = "The module for generating GUIDs of JDevKit."
|
description = "The module for generating GUIDs of JDevKit."
|
||||||
url = projectUrl
|
url = projectUrl
|
||||||
|
|
||||||
@@ -82,8 +82,8 @@ publishing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
scm {
|
scm {
|
||||||
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
|
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
|
||||||
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
|
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
|
||||||
url = projectGithubUrl
|
url = projectGithubUrl
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -122,4 +122,4 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ publishing {
|
|||||||
version = artefactVersion
|
version = artefactVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "Key Pair Loader"
|
name = "OnixByte Crypto Toolbox"
|
||||||
description =
|
description =
|
||||||
"This module can easily load key pairs from a PEM content."
|
"This module can easily load key pairs from a PEM content."
|
||||||
url = projectUrl
|
url = projectUrl
|
||||||
@@ -87,8 +87,8 @@ publishing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
scm {
|
scm {
|
||||||
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
|
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
|
||||||
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
|
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
|
||||||
url = projectGithubUrl
|
url = projectGithubUrl
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -127,4 +127,4 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ publishing {
|
|||||||
version = artefactVersion
|
version = artefactVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "Num4j"
|
name = "OnixByte Math Toolbox"
|
||||||
description =
|
description =
|
||||||
"This module is an easy-to-use util for mathematical calculations in Java."
|
"This module is an easy-to-use util for mathematical calculations in Java."
|
||||||
url = projectUrl
|
url = projectUrl
|
||||||
@@ -123,4 +123,4 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ publishing {
|
|||||||
version = artefactVersion
|
version = artefactVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "Simple JWT :: Auth0"
|
name = "OnixByte JWT Toolbox :: Auth0 Implementation"
|
||||||
description = "Simple JWT implemented with com.auth0:java-jwt."
|
description = "Simple JWT implemented with com.auth0:java-jwt."
|
||||||
url = projectUrl
|
url = projectUrl
|
||||||
|
|
||||||
@@ -90,8 +90,8 @@ publishing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
scm {
|
scm {
|
||||||
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
|
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
|
||||||
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
|
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
|
||||||
url = projectGithubUrl
|
url = projectGithubUrl
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -130,4 +130,4 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ publishing {
|
|||||||
version = artefactVersion
|
version = artefactVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "Simple JWT :: Facade"
|
name = "OnixByte JWT Toolbox :: Facade"
|
||||||
description = "Declaration of simple JWT module."
|
description = "Declaration of simple JWT module."
|
||||||
url = projectUrl
|
url = projectUrl
|
||||||
|
|
||||||
@@ -126,4 +126,4 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ publishing {
|
|||||||
version = artefactVersion
|
version = artefactVersion
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
name = "Simple JWT :: Spring Boot Starter"
|
name = "OnixByte JWT Toolkit :: Spring Boot Starter"
|
||||||
description = "Simple JWT all-in-one package for Spring Boot."
|
description = "Simple JWT all-in-one package for Spring Boot."
|
||||||
url = projectUrl
|
url = projectUrl
|
||||||
|
|
||||||
@@ -139,4 +139,4 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user