Commit d59aabc47fc21eb31014f7f7f7655139424744af

Authored by 王彬
1 parent 5eaf1409
Exists in master

1 add func to trim by regex

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