Skip to content

Commit

Permalink
Merge pull request #75 from pusher/update-pom-data
Browse files Browse the repository at this point in the history
Update artifactId and add developers section to POM
  • Loading branch information
hnhv authored Dec 20, 2024
2 parents f041873 + 5b8d2ba commit 1101e40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ publishing {
pom {
name = 'Pusher HTTP Client'
packaging = 'jar'
artifactId = 'pusher-java-client'
artifactId = 'pusher-http-java'
description = "This is a Java library for interacting with Pusher.com's HTTP API."
url = 'http://github.com/pusher/pusher-http-java'
scm {
Expand All @@ -100,6 +100,12 @@ publishing {
system = 'GitHub'
url = 'https://github.com/pusher/pusher-http-java/issues'
}
developer {
id = 'pusher-team'
name = 'Pusher Engineering Team'
organization = 'Pusher'
organizationUrl = 'https://pusher.com'
}
}
}
}
Expand Down

0 comments on commit 1101e40

Please sign in to comment.