Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Dec 27, 2019
1 parent 076455a commit 3ca94a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.ringcentral'
version '1.0.0'
version '1.2.0'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -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')
Expand Down Expand Up @@ -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
}
Expand Down
2 changes: 0 additions & 2 deletions dev-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 3ca94a6

Please sign in to comment.