Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit ae3b582

Browse files
Merge pull request #42 from microsoftgraph/rsh/gradleBuildUpdate
Changes to the build.gradle file regarding the pom file specification
2 parents 9812be9 + 6e8e6eb commit ae3b582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ publishing {
5959
artifact sourceJar
6060
pom.withXml {
6161
def root = asNode()
62-
root.appendNode('name', 'Microsoft Graph SDK for Java')
63-
root.appendNode('url', 'https://github.com/microsoftgraph/msgraph-sdk-java')
62+
root.appendNode('name', 'Microsoft Graph Auth SDK for Java')
63+
root.appendNode('url', 'https://github.com/microsoftgraph/msgraph-sdk-java-auth')
6464
root.children().last() + pomConfig
65-
def pomFile = file("${project.buildDir}/libs/microsoft-graph.pom")
65+
def pomFile = file("${project.buildDir}/libs/microsoft-graph-auth.pom")
6666
writeTo(pomFile)
6767
}
6868

0 commit comments

Comments
 (0)