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.0 .0'
11+ version ' 1.2 .0'
1212
1313sourceCompatibility = 1.8
1414
@@ -66,7 +66,7 @@ publishing {
6666 artifact javadocJar
6767 groupId ' com.ringcentral'
6868 artifactId ' ringcentral'
69- version ' 1.0 .0'
69+ version ' 1.2 .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.0 .0'
102- desc = ' RingCentral Java SDK 1.0 .0'
103- vcsTag = ' 1.0 .0'
101+ name = ' 1.2 .0'
102+ desc = ' RingCentral Java SDK 1.2 .0'
103+ vcsTag = ' 1.2 .0'
104104 gpg {
105105 sign = true
106106 }
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ Test a specific test case:
2323
2424All the files inside ` src/main/java/com/ringcentral/definitions/ ` and ` src/main/java/com/ringcentral/paths/ ` are auto-generated.
2525
26- Please refer to [ rc-codegen] ( https://github.com/tylerlong/rc-codegen ) project.
27-
2826The generated code is formatted by IntelliJ IDEA.
2927
3028
You can’t perform that action at this time.
0 commit comments