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 = 3
29+ mavenMinorVersion = 4
3030mavenPatchVersion = 0
3131mavenArtifactSuffix =
3232nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ private Constants() {
1212 public static final String APPID = "app-id" ;
1313 public static final String USERNAME = "user@email.com" ;
1414 public static final String PASSWORD = "password" ;
15- public static final String VERSION_NAME = "1.3 .0" ;
15+ public static final String VERSION_NAME = "1.4 .0" ;
1616}
You can’t perform that action at this time.
0 commit comments