Skip to content

Commit 99cdc12

Browse files
committed
update artifact name from msgraph-sdk-java-prototype to msgraph-sdk-java
1 parent ccf5819 commit 99cdc12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)