File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/microsoft/graph/httpcore Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
2727mavenArtifactId = microsoft-graph-core
2828mavenMajorVersion = 1
2929mavenMinorVersion = 0
30- mavenPatchVersion = 0
30+ mavenPatchVersion = 1
3131mavenArtifactSuffix =
3232nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
3333
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repository {
1919
2020dependency {
2121 // Include the sdk as a dependency
22- compile('com.microsoft.graph:microsoft-graph-core:1.0.0 ')
22+ compile('com.microsoft.graph:microsoft-graph-core:1.0.1 ')
2323}
2424```
2525
@@ -29,7 +29,7 @@ Add the dependency in `dependencies` in pom.xml
2929<dependency>
3030 <groupId>com.microsoft.graph</groupId>
3131 <artifactId>microsoft-graph-core</artifactId>
32- <version>1.0.0 </version>
32+ <version>1.0.1 </version>
3333</dependency>
3434```
3535
Original file line number Diff line number Diff line change 1111public class TelemetryHandler implements Interceptor {
1212
1313 public static final String SDK_VERSION = "SdkVersion" ;
14- public static final String VERSION = "v1.0.0 " ;
14+ public static final String VERSION = "v1.0.1 " ;
1515 public static final String GRAPH_VERSION_PREFIX = "graph-java-core" ;
1616 public static final String JAVA_VERSION_PREFIX = "java" ;
1717 public static final String CLIENT_REQUEST_ID = "client-request-id" ;
You can’t perform that action at this time.
0 commit comments