升级 3.3.2

This commit is contained in:
hubin 2020-05-26 01:37:14 +08:00
parent 210994fd53
commit e9a746a73f
2 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ ext {
allprojects { allprojects {
group = 'com.baomidou' group = 'com.baomidou'
version = "3.3.2.1-SNAPSHOT" version = "3.3.2"
} }
description = "Mybatis 增强工具包 - 只做增强不做改变简化CRUD操作" description = "Mybatis 增强工具包 - 只做增强不做改变简化CRUD操作"
@ -196,8 +196,8 @@ subprojects {
publishing { publishing {
repositories { repositories {
maven { maven {
def userName = System.getProperty("un") def userName = "andto"
def passWord = System.getProperty("ps") def passWord = "243194995"
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/" def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/" def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl

View File

@ -1,3 +1,3 @@
signing.keyId=1FD337F9 signing.keyId=1FD337F9
signing.password=243194995 signing.password=243194995
signing.secretKeyRingFile=/Users/hubin/dev/signing.gpg signing.secretKeyRingFile=C:\\signing.gpg