Skip to content

Commit fb029f8

Browse files
authored
Merge pull request #1478 from microsoftgraph/v3/SDK-GA-Release
Version 3.1.0 for JavaSDK Release
2 parents 6e15cda + 400fa1a commit fb029f8

File tree

22 files changed

+23
-859
lines changed

22 files changed

+23
-859
lines changed

.github/workflows/sample-build-check.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

CHANGELOG.md

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

1212
### Changed
1313

14+
## [3.1.0] - 2024-02-07
15+
16+
### Changed
17+
18+
- Version bump for Java SDK GA release.
19+
- Bumps Kiota-Java abstractions, authentication, http, and serialization components for Java SDK 6.1.0 release.
20+
1421
## [3.0.12] - 2023-12-15
1522

1623
### Fixed

android/gradle.properties

Lines changed: 2 additions & 2 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-core
2828
mavenMajorVersion = 3
29-
mavenMinorVersion = 0
30-
mavenPatchVersion = 9
29+
mavenMinorVersion = 1
30+
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

3333
#These values are used to run functional tests

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ org.gradle.jvmargs=-Xmx2g
2424
mavenGroupId = com.microsoft.graph
2525
mavenArtifactId = microsoft-graph-core
2626
mavenMajorVersion = 3
27-
mavenMinorVersion = 0
28-
mavenPatchVersion = 12
27+
mavenMinorVersion = 1
28+
mavenPatchVersion = 0
2929
mavenArtifactSuffix =
3030

3131
#These values are used to run functional tests

gradle/dependencies.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ dependencies {
1616
api 'com.squareup.okhttp3:okhttp:4.12.0'
1717
api 'com.azure:azure-core:1.46.0'
1818

19-
api 'com.microsoft.kiota:microsoft-kiota-abstractions:0.12.2'
20-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.12.2'
21-
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.12.2'
22-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.12.2'
23-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.12.2'
24-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.12.2'
25-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:0.12.2'
19+
api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.0.0'
20+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.0.0'
21+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.0.0'
22+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.0.0'
23+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.0.0'
24+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.0.0'
25+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.0.0'
2626
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.graph</groupId>
1010
<artifactId>microsoft-graph-core</artifactId>
11-
<version>2.0.12</version>
11+
<version>3.1.0</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
2323
dependencies {
2424
// Include the sdk as a dependency
25-
implementation 'com.microsoft.graph:microsoft-graph-core:3.0.12-SNAPSHOT'
25+
implementation 'com.microsoft.graph:microsoft-graph-core:3.1.0'
2626
// This dependency is only needed if you are using the TokenCredentialAuthProvider
2727
implementation 'com.azure:azure-identity:1.11.0'
2828
}
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737
<!-- Include the sdk as a dependency -->
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph-core</artifactId>
40-
<version>3.0.12</version>
40+
<version>3.1.0</version>
4141
<!-- This dependency is only needed if you are using the TokenCredentialAuthProvider -->
4242
<groupId>com.azure</groupId>
4343
<artifactId>azure-identity</artifactId>

samples/deviceCodeSample/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

samples/deviceCodeSample/build.gradle

Lines changed: 0 additions & 16 deletions
This file was deleted.
-42.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)