File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/microsoft/graph/core Expand file tree Collapse file tree 2 files changed +2
-2
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 = 5
29+ mavenMinorVersion = 6
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 = "user@email.com" ;
3030 public static final String PASSWORD = "password" ;
31- public static final String VERSION_NAME = "1.5 .0" ;
31+ public static final String VERSION_NAME = "1.6 .0" ;
3232}
You can’t perform that action at this time.
0 commit comments