File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ publishing {
5555
5656 artifactId ' microsoft-graph'
5757
58- version ' ${mavenMajorVersion}.${mavenMinorVersion}-SNAPSHOT '
58+ version " ${ mavenMajorVersion} .${ mavenMinorVersion} . ${ mavenPatchVersion }${ mavenArtifactSuffix } "
5959
6060 from components. java
6161
@@ -88,7 +88,7 @@ def getVersionCode() {
8888}
8989
9090def getVersionName () {
91- return " ${ mavenMajorVersion} .${ mavenMinorVersion} .${ mavenPatchVersion} "
91+ return " ${ mavenMajorVersion} .${ mavenMinorVersion} .${ mavenPatchVersion}${ mavenArtifactSuffix } "
9292}
9393
9494uploadArchives {
Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ mavenRepoUrl = https://api.bintray.com/maven/microsoftgraph/Maven/micros
2525mavenGroupId = com.microsoft.graph
2626mavenArtifactId = microsoft-graph
2727mavenMajorVersion = 0
28- mavenMinorVersion = 2
28+ mavenMinorVersion = 4
2929mavenPatchVersion = 0
30+ mavenArtifactSuffix = -SNAPSHOT
3031nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
3132
3233# These values are used to run functional tests
You can’t perform that action at this time.
0 commit comments