Skip to content

Commit e1dcf19

Browse files
Merge pull request #26 from microsoftgraph/version-update
Version update to 1.0.0
2 parents 4db7fce + b6d28e1 commit e1dcf19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
## linux requires 10G, OSX requires 11G
2222
org.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
2525
mavenBintraySnapshotUrl = http://oss.jfrog.org/artifactory/oss-snapshot-local
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph-core
28-
mavenMajorVersion = 0
29-
mavenMinorVersion = 1
28+
mavenMajorVersion = 1
29+
mavenMinorVersion = 0
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232
nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven

src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public 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

0 commit comments

Comments
 (0)