Skip to content

Commit 65d6dcd

Browse files
committed
bump to 6.0.2
1 parent 8076960 commit 65d6dcd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Microsoft Graph SDK for Java
2-
## Version 6.0.1 now in Release Candidate stage!
2+
## Version 6.0.2 now in Release Candidate stage!
33

44
[![Download](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.microsoft.graph/microsoft-graph-beta.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/microsoft/graph/microsoft-graph-beta/)
55

@@ -22,7 +22,7 @@ repositories {
2222
2323
dependencies {
2424
// Include the sdk as a dependency
25-
implementation 'com.microsoft.graph:microsoft-graph-beta:6.0.1-SNAPSHOT'
25+
implementation 'com.microsoft.graph:microsoft-graph-beta:6.0.2-SNAPSHOT'
2626
// Uncomment the line below if you are building an android application
2727
//implementation 'com.google.guava:guava:30.1.1-android'
2828
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
@@ -39,7 +39,7 @@ Add the dependency in `dependencies` in pom.xml
3939
<!-- Include the sdk as a dependency -->
4040
<groupId>com.microsoft.graph</groupId>
4141
<artifactId>microsoft-graph-beta</artifactId>
42-
<version>6.0.1-SNAPSHOT</version>
42+
<version>6.0.2-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph-beta
2828
mavenMajorVersion = 6
2929
mavenMinorVersion = 0
30-
mavenPatchVersion = 1
30+
mavenPatchVersion = 2
3131
mavenArtifactSuffix =
3232

3333
#These values are used to run functional tests

src/main/java/com/microsoft/graph/beta/info/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ public final class Constants {
55
private Constants() {
66
}
77
/** The SDK version */
8-
public static final String VERSION_NAME = "6.0.1-SNAPSHOT";
8+
public static final String VERSION_NAME = "6.0.2-SNAPSHOT";
99
}

0 commit comments

Comments
 (0)