升级 3.3.2
This commit is contained in:
parent
210994fd53
commit
e9a746a73f
@ -85,7 +85,7 @@ ext {
|
||||
|
||||
allprojects {
|
||||
group = 'com.baomidou'
|
||||
version = "3.3.2.1-SNAPSHOT"
|
||||
version = "3.3.2"
|
||||
}
|
||||
|
||||
description = "Mybatis 增强工具包 - 只做增强不做改变,简化CRUD操作"
|
||||
@ -196,8 +196,8 @@ subprojects {
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
def userName = System.getProperty("un")
|
||||
def passWord = System.getProperty("ps")
|
||||
def userName = "andto"
|
||||
def passWord = "243194995"
|
||||
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
|
||||
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
|
||||
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
|
||||
|
@ -1,3 +1,3 @@
|
||||
signing.keyId=1FD337F9
|
||||
signing.password=243194995
|
||||
signing.secretKeyRingFile=/Users/hubin/dev/signing.gpg
|
||||
signing.secretKeyRingFile=C:\\signing.gpg
|
||||
|
Loading…
x
Reference in New Issue
Block a user