File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/main/java/com/microsoft/graph/core Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,18 @@ repository {
1818
1919dependency {
2020 // Include the sdk as a dependency
21- compile('com.microsoft.graph:microsoft-graph:1.9 .+')
21+ compile('com.microsoft.graph:microsoft-graph:2.0 .+')
2222}
2323```
2424
2525### 1.2 Install via Maven
2626Add the dependency in ` dependencies ` in pom.xml
27- ``` dependency
27+
28+ ``` xml
2829<dependency >
2930 <groupId >com.microsoft.graph</groupId >
3031 <artifactId >microsoft-graph</artifactId >
31- <version>1.9 .0</version>
32+ <version >2.0 .0</version >
3233</dependency >
3334```
3435
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ mavenRepoUrl = https://api.bintray.com/content/microsoftgraph/Maven/micr
2525mavenBintraySnapshotUrl = http://oss.jfrog.org/artifactory/oss-snapshot-local
2626mavenGroupId = com.microsoft.graph
2727mavenArtifactId = microsoft-graph
28- mavenMajorVersion = 1
29- mavenMinorVersion = 9
28+ mavenMajorVersion = 2
29+ mavenMinorVersion = 0
3030mavenPatchVersion = 0
3131mavenArtifactSuffix =
3232nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ private Constants() {
2828 public static final String APPID = "app-id" ;
2929 public static final String USERNAME =
"[email protected] " ;
3030 public static final String PASSWORD = "password" ;
31- public static final String VERSION_NAME = "1.9 .0" ;
31+ public static final String VERSION_NAME = "2.0 .0" ;
3232}
You can’t perform that action at this time.
0 commit comments