Skip to content

Commit 9eadbd3

Browse files
author
Caitlin Bales (MSFT)
authored
Merge pull request #23 from davidmoten/update-artifact-name
update artifact name
2 parents 2f230c7 + f6c26dc commit 9eadbd3

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ repository {
2424
2525
dependency {
2626
// Include the sdk as a dependency
27-
compile('com.microsoft.graph:1.0.+')
28-
29-
// Include the gson dependency
30-
compile('com.google.code.gson:gson:2.3.1')
27+
compile('com.microsoft.graph:msgraph-sdk-java:1.0.+')
3128
}
3229
```
3330

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ publishing {
3838
publications {
3939
maven(MavenPublication) {
4040
groupId 'com.microsoft.graph'
41-
artifactId 'msgraph-sdk-java-prototype'
41+
artifactId 'msgraph-sdk-java'
4242
version '0.1-SNAPSHOT'
4343

4444
from components.java

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ include 'api'
1515
include 'services:webservice'
1616
*/
1717

18-
rootProject.name = 'msgraph-sdk-java-prototype'
18+
rootProject.name = 'msgraph-sdk-java'

0 commit comments

Comments
 (0)