Skip to content

Commit 7ac5174

Browse files
authored
Merge pull request #297 from intercom/jn/add-dev-scm-to-pom
add developer and scm info to pom
2 parents e02a2d7 + f6b66ee commit 7ac5174

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

intercom-java/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,24 @@ uploadArchives {
7474
description 'Java bindings for the Intercom API'
7575
url 'https://github.com/intercom/intercom-java'
7676

77+
scm {
78+
url 'http://github.com/intercom/intercom-java/tree/master'
79+
}
80+
7781
licenses {
7882
license {
7983
name 'The Apache License, Version 2.0'
8084
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
8185
}
8286
}
87+
88+
developers {
89+
developer {
90+
id 'intercom'
91+
name 'Intercom'
92+
93+
}
94+
}
8395
}
8496
}
8597
}

0 commit comments

Comments
 (0)