Skip to content

Commit 4281b42

Browse files
authored
Merge pull request #1139 from microsoftgraph/release-please--branches--main--components--com.microsoft.graph.microsoft-graph-beta
chore(main): release 6.34.1
2 parents 2d4c8fd + 50ee78e commit 4281b42

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.34.0"
2+
".": "6.34.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [6.34.1](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.34.0...v6.34.1) (2025-02-27)
10+
11+
12+
### Bug Fixes
13+
14+
* align build files and javadoc file strcuture ([575fda4](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/575fda455a3c2b0fc968ab0f6e8cccb85fcb5331))
15+
* ensure javadocs are generated in the build ([2099dcc](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/2099dcc525ab9dec53ff31c44aa8989a0a50fa94))
16+
* resolve javadoc and source locations ([2d4c8fd](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/2d4c8fd2447a27e23aad113d5952c1f3a248b6ae))
17+
918
## [6.34.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.33.0...v6.34.0) (2025-02-25)
1019

1120

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
2323
// Include the sdk as a dependency
2424
// x-release-please-start-version
25-
implementation 'com.microsoft.graph:microsoft-graph-beta:6.34.0'
25+
implementation 'com.microsoft.graph:microsoft-graph-beta:6.34.1'
2626
// x-release-please-end
2727
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
2828
implementation 'com.azure:azure-identity:1.11.0'
@@ -39,7 +39,7 @@ Add the dependency in `dependencies` in pom.xml
3939
<groupId>com.microsoft.graph</groupId>
4040
<artifactId>microsoft-graph-beta</artifactId>
4141
<!--x-release-please-start-version-->
42-
<version>6.34.0</version>
42+
<version>6.34.1</version>
4343
<!--x-release-please-end-->
4444
</dependency>
4545
<dependency>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mavenMajorVersion = 6
3232
mavenMinorVersion = 34
3333
# x-release-please-end
3434
# x-release-please-start-patch
35-
mavenPatchVersion = 0
35+
mavenPatchVersion = 1
3636
# x-release-please-end
3737
mavenArtifactSuffix =
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private Constants() {
66
}
77
/** The SDK version */
88
// x-release-please-start-version
9-
public static final String VERSION_NAME = "6.34.0";
9+
public static final String VERSION_NAME = "6.34.1";
1010
// x-release-please-end
1111
}
1212

0 commit comments

Comments
 (0)