From 5b8d2ba4c2368d2e9ec50afde04c9b7bfbc1ef72 Mon Sep 17 00:00:00 2001 From: Heinrich Vogel Date: Fri, 20 Dec 2024 14:55:31 +0100 Subject: [PATCH] Update artifactId to 'pusher-http-java' and add developers section to POM --- build.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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' + } } } }