Skip to content

Commit a491f32

Browse files
committed
docs: upgrade poms
1 parent 72bd477 commit a491f32

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

devkit-bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ publishing {
5555
version = artefactVersion
5656

5757
pom {
58-
name = "OnixByte DevKit BOM"
58+
name = "OnixByte Version Catalogue"
5959
description = "OnixByte DevKit BOM is designed to manage dependency versions centrally."
6060
url = projectUrl
6161

devkit-utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ publishing {
7070
version = artefactVersion
7171

7272
pom {
73-
name = "OnixByte DevKit Utils"
73+
name = "OnixByte Common Toolbox"
7474
description = "The utils module of JDevKit."
7575
url = projectUrl
7676

guid/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ publishing {
7070
version = artefactVersion
7171

7272
pom {
73-
name = "DevKit - GUID"
73+
name = "OnixByte Identity Generator"
7474
description = "The module for generating GUIDs of JDevKit."
7575
url = projectUrl
7676

@@ -82,8 +82,8 @@ publishing {
8282
}
8383

8484
scm {
85-
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
86-
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
85+
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
86+
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
8787
url = projectGithubUrl
8888
}
8989

@@ -122,4 +122,4 @@ publishing {
122122
}
123123
}
124124
}
125-
}
125+
}

key-pair-loader/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ publishing {
7474
version = artefactVersion
7575

7676
pom {
77-
name = "Key Pair Loader"
77+
name = "OnixByte Crypto Toolbox"
7878
description =
7979
"This module can easily load key pairs from a PEM content."
8080
url = projectUrl
@@ -87,8 +87,8 @@ publishing {
8787
}
8888

8989
scm {
90-
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
91-
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
90+
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
91+
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
9292
url = projectGithubUrl
9393
}
9494

@@ -127,4 +127,4 @@ publishing {
127127
}
128128
}
129129
}
130-
}
130+
}

num4j/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ publishing {
7070
version = artefactVersion
7171

7272
pom {
73-
name = "Num4j"
73+
name = "OnixByte Math Toolbox"
7474
description =
7575
"This module is an easy-to-use util for mathematical calculations in Java."
7676
url = projectUrl
@@ -123,4 +123,4 @@ publishing {
123123
}
124124
}
125125
}
126-
}
126+
}

simple-jwt-authzero/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ publishing {
7878
version = artefactVersion
7979

8080
pom {
81-
name = "Simple JWT :: Auth0"
81+
name = "OnixByte JWT Toolbox :: Auth0 Implementation"
8282
description = "Simple JWT implemented with com.auth0:java-jwt."
8383
url = projectUrl
8484

@@ -90,8 +90,8 @@ publishing {
9090
}
9191

9292
scm {
93-
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
94-
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
93+
connection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
94+
developerConnection = "scm:git:git://github.com:onixbyte/java-dev-kit.git"
9595
url = projectGithubUrl
9696
}
9797

@@ -130,4 +130,4 @@ publishing {
130130
}
131131
}
132132
}
133-
}
133+
}

simple-jwt-facade/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ publishing {
7474
version = artefactVersion
7575

7676
pom {
77-
name = "Simple JWT :: Facade"
77+
name = "OnixByte JWT Toolbox :: Facade"
7878
description = "Declaration of simple JWT module."
7979
url = projectUrl
8080

@@ -126,4 +126,4 @@ publishing {
126126
}
127127
}
128128
}
129-
}
129+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ publishing {
8787
version = artefactVersion
8888

8989
pom {
90-
name = "Simple JWT :: Spring Boot Starter"
90+
name = "OnixByte JWT Toolkit :: Spring Boot Starter"
9191
description = "Simple JWT all-in-one package for Spring Boot."
9292
url = projectUrl
9393

@@ -139,4 +139,4 @@ publishing {
139139
}
140140
}
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)