Skip to content

Commit

Permalink
Merge pull request #139 from yg3630536/feature/fix-version
Browse files Browse the repository at this point in the history
fix version and add error code
  • Loading branch information
chenhaozx committed Jun 6, 2019
2 parents 2af8190 + 39b8b4e commit b6730ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'checkstyle'
apply plugin: "com.github.spotbugs"
apply plugin: 'jacoco'

version = "1.2.0.rc-3"
version = "1.2.0"

// Specify JDK version - may vary in different scenarios
sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/webank/weid/constant/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public enum ErrorCode {
* The Authority Issuer Contract level error: name already exists.
*/
AUTHORITY_ISSUER_CONTRACT_ERROR_NAME_ALREADY_EXISTS(
500204,
500203,
"the authority issuer name already exists."
),

Expand Down

0 comments on commit b6730ba

Please sign in to comment.