Skip to content

Commit 88b02ce

Browse files
committed
migrated to customization
1 parent 99773e8 commit 88b02ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ plugins {
1414
/* ******************** metadata ******************** */
1515

1616
group = "com.hivemq"
17-
description = "SDK for the development of HiveMQ Kafka Extension extensions"
17+
description = "SDK for the development of HiveMQ Kafka Extension customizations"
1818

1919
metadata {
20-
readableName = "HiveMQ Kafka Extension SDK"
20+
readableName = "HiveMQ Kafka Extension Customization SDK"
2121
organization {
2222
name = "HiveMQ GmbH"
2323
url = "https://www.hivemq.com/"
@@ -54,7 +54,7 @@ metadata {
5454
}
5555
github {
5656
org = "hivemq"
57-
repo = "hivemq-kafka-extension-sdk"
57+
repo = "hivemq-kafka-extension-customization-sdk"
5858
issues()
5959
}
6060
}
@@ -103,7 +103,7 @@ tasks.javadoc {
103103

104104
/* ******************** publishing ******************** */
105105

106-
publishing.publications.register<MavenPublication>("kafkaExtensionSdk") {
106+
publishing.publications.register<MavenPublication>("kafkaExtensionCustomizationSdk") {
107107
from(components["java"])
108108
}
109109

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pluginManagement {
88
}
99
}
1010

11-
rootProject.name = "hivemq-kafka-extension-sdk"
11+
rootProject.name = "hivemq-kafka-extension-customization-sdk"

0 commit comments

Comments
 (0)