Skip to content

Commit

Permalink
Change artifact group
Browse files Browse the repository at this point in the history
The generic company one did make sense when it was just one library.
  • Loading branch information
janseeger committed Mar 14, 2024
1 parent 15f931b commit 4435e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun Properties.parseInt(key: String) = (this[key] as String).toInt()

publishing {
publications.register<MavenPublication>("release") {
groupId = "de.sipgate"
groupId = "de.sipgate.federmappe"
artifactId = "federmappe-common"
version = project.version.toString()

Expand Down
2 changes: 1 addition & 1 deletion firestore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun Properties.parseInt(key: String) = (this[key] as String).toInt()

publishing {
publications.register<MavenPublication>("release") {
groupId = "de.sipgate"
groupId = "de.sipgate.federmappe"
artifactId = "federmappe-firestore"
version = project.version.toString()

Expand Down
2 changes: 1 addition & 1 deletion realtimedb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fun Properties.parseInt(key: String) = (this[key] as String).toInt()

publishing {
publications.register<MavenPublication>("release") {
groupId = "de.sipgate"
groupId = "de.sipgate.federmappe"
artifactId = "federmappe-realtimedb"
version = project.version.toString()

Expand Down

0 comments on commit 4435e8e

Please sign in to comment.