Skip to content

Commit c474d02

Browse files
committed
6.1.0 release
1 parent 0e5b171 commit c474d02

File tree

9 files changed

+24
-22
lines changed

9 files changed

+24
-22
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [6.1.0] - 2024-02-07
15+
16+
- Major Version 6.1.0 now Generally Available.
17+
- See [Upgrade Guide](https://github.com/microsoftgraph/msgraph-sdk-java/blob/dev/docs/upgrade-to-v6.md) for more information.
18+
1419
## [5.67.0] - 2023-08-10
1520

1621
### Added

README.md

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

44
[![Download](https://img.shields.io/maven-central/v/com.microsoft.graph/microsoft-graph.svg)](https://search.maven.org/artifact/com.microsoft.graph/microsoft-graph)
55

@@ -16,12 +16,11 @@ Add the repository and a compile dependency for `microsoft-graph` to your projec
1616
```groovy
1717
repositories {
1818
mavenCentral()
19-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
2019
}
2120
2221
dependencies {
2322
// Include the sdk as a dependency
24-
implementation 'com.microsoft.graph:microsoft-graph:6.0.2-SNAPSHOT'
23+
implementation 'com.microsoft.graph:microsoft-graph:6.1.0'
2524
// Uncomment the line below if you are building an android application
2625
//implementation 'com.google.guava:guava:30.1.1-android'
2726
// This dependency is only needed if you are using a TokenCredential object for authentication
@@ -38,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3837
<!-- Include the sdk as a dependency -->
3938
<groupId>com.microsoft.graph</groupId>
4039
<artifactId>microsoft-graph</artifactId>
41-
<version>6.0.2-SNAPSHOT</version>
40+
<version>6.1.0</version>
4241
</dependency>
4342
<dependency>
4443
<!-- This dependency is only needed if you are using a TokenCredential object for authentication -->

android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ buildscript {
1616
repositories {
1717
google()
1818
gradlePluginPortal()
19-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
2019
}
2120

2221
apply plugin: "com.android.library"

android/gradle.properties

Lines changed: 2 additions & 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 = 6
29-
mavenMinorVersion = 0
29+
mavenMinorVersion = 1
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -40,4 +40,4 @@ Password="PASSWORD"
4040

4141
#enable mavenCentralPublishingEnabled to publish to maven central
4242
mavenCentralSnapshotArtifactSuffix = -SNAPSHOT
43-
mavenCentralPublishingEnabled=false
43+
mavenCentralPublishingEnabled=true

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ sourceSets {
3636
repositories {
3737
// You can declare any Maven/Ivy/file repository here.
3838
mavenCentral()
39-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
4039
}
4140

4241
apply from: "gradle/dependencies.gradle"

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ org.gradle.caching=true
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph
2828
mavenMajorVersion = 6
29-
mavenMinorVersion = 0
30-
mavenPatchVersion = 2
29+
mavenMinorVersion = 1
30+
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

3333
#These values are used to run functional tests
@@ -40,7 +40,7 @@ Password="PASSWORD"
4040

4141
#enable mavenCentralPublishingEnabled to publish to maven central
4242
mavenCentralSnapshotArtifactSuffix = -SNAPSHOT
43-
mavenCentralPublishingEnabled=false
43+
mavenCentralPublishingEnabled=true
4444

4545

4646

gradle/dependencies.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ dependencies {
1010
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
1111

1212
// Core Http library
13-
api 'com.microsoft.graph:microsoft-graph-core:3.0.12-SNAPSHOT'
14-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.12.2'
15-
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.12.2'
16-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.12.2'
17-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.12.2'
18-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.12.2'
19-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:0.12.2'
13+
api 'com.microsoft.graph:microsoft-graph-core:3.1.0'
14+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.0.0'
15+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.0.0'
16+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.0.0'
17+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.0.0'
18+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.0.0'
19+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.0.0'
2020
}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
as the dependency graph is not compatible with gradle https://docs.github.com/en/free-pro-team@latest/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems
55
build.gradle is the source of truth
66
-->
7-
<modelVersion>5.0.0</modelVersion>
7+
<modelVersion>6.0.0</modelVersion>
88

99
<groupId>com.microsoft.graph</groupId>
1010
<artifactId>microsoft-graph</artifactId>
11-
<version>3.3.0</version>
11+
<version>6.1.0</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.microsoft.graph</groupId>
3737
<artifactId>microsoft-graph-core</artifactId>
38-
<version>2.0.21</version>
38+
<version>3.1.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.junit.jupiter</groupId>

src/main/java/com/microsoft/graph/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.2-SNAPSHOT";
8+
public static final String VERSION_NAME = "6.1.0";
99
}

0 commit comments

Comments
 (0)