File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/microsoft/graph/core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919
2020dependencies {
2121 // Include the sdk as a dependency
22- implementation 'com.microsoft.graph:microsoft-graph:2.0 .+'
22+ implementation 'com.microsoft.graph:microsoft-graph:2.1 .+'
2323}
2424```
2525
@@ -31,7 +31,7 @@ Add the dependency in `dependencies` in pom.xml
3131<dependency >
3232 <groupId >com.microsoft.graph</groupId >
3333 <artifactId >microsoft-graph</artifactId >
34- <version >2.0 .0</version >
34+ <version >2.1 .0</version >
3535</dependency >
3636```
3737
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx2g
2424mavenGroupId = com.microsoft.graph
2525mavenArtifactId = microsoft-graph
2626mavenMajorVersion = 2
27- mavenMinorVersion = 0
27+ mavenMinorVersion = 1
2828mavenPatchVersion = 0
2929mavenArtifactSuffix =
3030nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ private Constants() {
3030 public static final String PASSWORD = "password" ;
3131 public static final String TENANTID = "tenantid" ;
3232 public static final String CLIENTSECRET = "clientsecret" ;
33- public static final String VERSION_NAME = "2.0 .0" ;
33+ public static final String VERSION_NAME = "2.1 .0" ;
3434}
You can’t perform that action at this time.
0 commit comments