Commit c2d37ac27aaf21a8d3b76745f5c93f6fe8da194d

Authored by 王彬
1 parent a4add006

fix a bug core sql

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 '2.1.22'
  58 + version '2.1.28'
59 59 artifactId ARTIFACT_Id
60 60 groupId GROUP_ID
61 61 packaging TYPE
... ...