File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/microsoft/graph Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mavenBintraySnapshotUrl = http://oss.jfrog.org/artifactory/oss-snapshot-local
2626mavenGroupId = com.microsoft.graph
2727mavenArtifactId = microsoft-graph
2828mavenMajorVersion = 1
29- mavenMinorVersion = 4
29+ mavenMinorVersion = 5
3030mavenPatchVersion = 0
3131mavenArtifactSuffix =
3232nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ private Constants() {
2828 public static final String APPID = "app-id" ;
2929 public static final String USERNAME =
"[email protected] " ;
3030 public static final String PASSWORD = "password" ;
31- public static final String VERSION_NAME = "1.4 .0" ;
31+ public static final String VERSION_NAME = "1.5 .0" ;
3232}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public abstract class BaseRequest implements IHttpRequest {
5858 /**
5959 * The request stats header value format string
6060 */
61- public static final String REQUEST_STATS_HEADER_VALUE_FORMAT_STRING = "graph-java- v%s" ;
61+ public static final String REQUEST_STATS_HEADER_VALUE_FORMAT_STRING = "graph-java/ v%s" ;
6262
6363 /**
6464 * The HTTP method for this request
You can’t perform that action at this time.
0 commit comments