Commit 9d52f2298f3cff43d0ec45cb1fb144884fc1cd93

Authored by wangbin
1 parent 7092f8c5
Exists in master

fix a bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
build.gradle
... ... @@ -55,7 +55,7 @@ uploadArchives {
55 55 authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD)
56 56 }
57 57 pom.project {
58   - version '1.1.1'
  58 + version '1.1.2'
59 59 artifactId ARTIFACT_Id
60 60 groupId GROUP_ID
61 61 packaging TYPE
... ...