Skip to content

Commit e3683f3

Browse files
calebkiagebaywet
authored andcommitted
ci: update version numbers in README & java Constants
1 parent 281b3cd commit e3683f3

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ repositories {
2020
2121
dependencies {
2222
// Include the sdk as a dependency
23+
// x-release-please-start-version
2324
implementation 'com.microsoft.graph:microsoft-graph:6.6.0'
25+
// x-release-please-end
2426
// This dependency is only needed if you are using a TokenCredential object for authentication
2527
implementation 'com.azure:azure-identity:1.11.0'
2628
}
@@ -35,7 +37,9 @@ Add the dependency in `dependencies` in pom.xml
3537
<!-- Include the sdk as a dependency -->
3638
<groupId>com.microsoft.graph</groupId>
3739
<artifactId>microsoft-graph</artifactId>
40+
<!--x-release-please-start-version-->
3841
<version>6.6.0</version>
42+
<!--x-release-please-end-->
3943
</dependency>
4044
<dependency>
4145
<!-- This dependency is only needed if you are using a TokenCredential object for authentication -->

release-please-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
"type": "generic",
1919
"path": "gradle.properties"
2020
},
21+
{
22+
"type": "generic",
23+
"path": "README.md"
24+
},
25+
{
26+
"type": "generic",
27+
"path": "src/main/java/com/microsoft/graph/info/Constants.java"
28+
},
2129
{
2230
"type": "xml",
2331
"path": "pom.xml",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/** Multi-purpose constants holder used accross the SDK */
44
public final class Constants {
55
/** The SDK version */
6+
// x-release-please-start-version
67
public static final String VERSION_NAME = "6.6.0";
8+
// x-release-please-end
79
}
810

0 commit comments

Comments
 (0)