diff --git a/build.gradle b/build.gradle index e4eadab1..66ef83e4 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'com.ringcentral' -version '1.0.0' +version '1.2.0' sourceCompatibility = 1.8 @@ -66,7 +66,7 @@ publishing { artifact javadocJar groupId 'com.ringcentral' artifactId 'ringcentral' - version '1.0.0' + version '1.2.0' pom.withXml { def root = asNode() root.appendNode('description', 'RingCentral Java SDK') @@ -98,9 +98,9 @@ bintray { githubRepo = 'ringcentral/ringcentral-java' //Optional Github repository githubReleaseNotesFile = 'README.md' //Optional Github readme file version { - name = '1.0.0' - desc = 'RingCentral Java SDK 1.0.0' - vcsTag = '1.0.0' + name = '1.2.0' + desc = 'RingCentral Java SDK 1.2.0' + vcsTag = '1.2.0' gpg { sign = true } diff --git a/dev-notes.md b/dev-notes.md index 2518214c..9ba2337e 100644 --- a/dev-notes.md +++ b/dev-notes.md @@ -23,8 +23,6 @@ Test a specific test case: All the files inside `src/main/java/com/ringcentral/definitions/` and `src/main/java/com/ringcentral/paths/` are auto-generated. -Please refer to [rc-codegen](https://github.com/tylerlong/rc-codegen) project. - The generated code is formatted by IntelliJ IDEA.