diff --git a/build.gradle b/build.gradle index 000f413..d424e2b 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -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' + } } } }