Commit bc9760ff3974365949c651016f88c8a0abf37e86
1 parent
27a75713
Exists in
master
and in
1 other branch
1.upgrade dao to fetch insert id by jdbctemplate keyholder
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
build.gradle
| @@ -58,7 +58,7 @@ uploadArchives { | @@ -58,7 +58,7 @@ uploadArchives { | ||
| 58 | authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD) | 58 | authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD) |
| 59 | } | 59 | } |
| 60 | pom.project { | 60 | pom.project { |
| 61 | - version '2.2.2' | 61 | + version '2.2.3' |
| 62 | artifactId ARTIFACT_Id | 62 | artifactId ARTIFACT_Id |
| 63 | groupId GROUP_ID | 63 | groupId GROUP_ID |
| 64 | packaging TYPE | 64 | packaging TYPE |