File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group ' com.ringcentral'
11- version ' 1.4 .0'
11+ version ' 1.5 .0'
1212
1313sourceCompatibility = 1.8
1414
@@ -66,7 +66,7 @@ publishing {
6666 artifact javadocJar
6767 groupId ' com.ringcentral'
6868 artifactId ' ringcentral'
69- version ' 1.4 .0'
69+ version ' 1.5 .0'
7070 pom. withXml {
7171 def root = asNode()
7272 root. appendNode(' description' , ' RingCentral Java SDK' )
@@ -98,9 +98,9 @@ bintray {
9898 githubRepo = ' ringcentral/ringcentral-java' // Optional Github repository
9999 githubReleaseNotesFile = ' README.md' // Optional Github readme file
100100 version {
101- name = ' 1.4 .0'
102- desc = ' RingCentral Java SDK 1.4 .0'
103- vcsTag = ' 1.4 .0'
101+ name = ' 1.5 .0'
102+ desc = ' RingCentral Java SDK 1.5 .0'
103+ vcsTag = ' 1.5 .0'
104104 gpg {
105105 sign = true
106106 }
You can’t perform that action at this time.
0 commit comments