File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/microsoft/graph/httpcore Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121# # linux requires 10G, OSX requires 11G
2222org.gradle.jvmargs =-XX:MaxPermSize=512m -Xmx2g
2323
24- mavenRepoUrl = https://api.bintray.com/content/microsoftgraph/Maven/microsoft-graph
24+ mavenRepoUrl = https://api.bintray.com/content/microsoftgraph/Maven/microsoft-graph-core
2525mavenBintraySnapshotUrl = http://oss.jfrog.org/artifactory/oss-snapshot-local
2626mavenGroupId = com.microsoft.graph
2727mavenArtifactId = microsoft-graph-core
28- mavenMajorVersion = 0
29- mavenMinorVersion = 1
28+ mavenMajorVersion = 1
29+ mavenMinorVersion = 0
3030mavenPatchVersion = 0
3131mavenArtifactSuffix =
3232nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
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 = "v0.1.0-SNAPSHOT " ;
14+ public static final String VERSION = "v1.0.0 " ;
1515 public static final String GRAPH_VERSION_PREFIX = "graph-java-core" ;
1616 public static final String CLIENT_REQUEST_ID = "client-request-id" ;
1717
You can’t perform that action at this time.
0 commit comments