We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f041873 + 5b8d2ba commit 1101e40Copy full SHA for 1101e40
build.gradle
@@ -77,7 +77,7 @@ publishing {
77
pom {
78
name = 'Pusher HTTP Client'
79
packaging = 'jar'
80
- artifactId = 'pusher-java-client'
+ artifactId = 'pusher-http-java'
81
description = "This is a Java library for interacting with Pusher.com's HTTP API."
82
url = 'http://github.com/pusher/pusher-http-java'
83
scm {
@@ -100,6 +100,12 @@ publishing {
100
system = 'GitHub'
101
url = 'https://github.com/pusher/pusher-http-java/issues'
102
}
103
+ developer {
104
+ id = 'pusher-team'
105
+ name = 'Pusher Engineering Team'
106
+ organization = 'Pusher'
107
+ organizationUrl = 'https://pusher.com'
108
+ }
109
110
111
0 commit comments