Skip to content

Commit 3dfc5e8

Browse files
committed
- reverts version change
1 parent 4601f30 commit 3dfc5e8

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
2020
dependencies {
2121
// Include the sdk as a dependency
22-
implementation 'com.microsoft.graph:microsoft-graph:2.6.0'
22+
implementation 'com.microsoft.graph:microsoft-graph:2.5.0'
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.6.0</version>
34+
<version>2.5.0</version>
3535
</dependency>
3636
```
3737

@@ -120,4 +120,3 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
120120

121121
[Third-party notices](THIRD%20PARTY%20NOTICES)
122122

123-

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ org.gradle.caching=true
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph
2828
mavenMajorVersion = 2
29-
mavenMinorVersion = 6
29+
mavenMinorVersion = 5
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232
nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
@@ -43,4 +43,3 @@ Password="PASSWORD"
4343
mavenCentralSnapshotArtifactSuffix = -SNAPSHOT
4444
mavenCentralPublishingEnabled=false
4545

46-

src/main/java/com/microsoft/graph/core/Constants.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ 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.6.0";
33+
public static final String VERSION_NAME = "2.5.0";
3434
}
3535

36-

0 commit comments

Comments
 (0)