Skip to content

Commit 1101e40

Browse files
authored
Merge pull request #75 from pusher/update-pom-data
Update artifactId and add developers section to POM
2 parents f041873 + 5b8d2ba commit 1101e40

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ publishing {
7777
pom {
7878
name = 'Pusher HTTP Client'
7979
packaging = 'jar'
80-
artifactId = 'pusher-java-client'
80+
artifactId = 'pusher-http-java'
8181
description = "This is a Java library for interacting with Pusher.com's HTTP API."
8282
url = 'http://github.com/pusher/pusher-http-java'
8383
scm {
@@ -100,6 +100,12 @@ publishing {
100100
system = 'GitHub'
101101
url = 'https://github.com/pusher/pusher-http-java/issues'
102102
}
103+
developer {
104+
id = 'pusher-team'
105+
name = 'Pusher Engineering Team'
106+
organization = 'Pusher'
107+
organizationUrl = 'https://pusher.com'
108+
}
103109
}
104110
}
105111
}

0 commit comments

Comments
 (0)