Ver Fonte

升级 3.3.2

hubin há 5 anos atrás
pai
commit
e9a746a73f
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 3 3
      build.gradle
  2. 1 1
      gradle.properties

+ 3 - 3
build.gradle

@@ -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 - 1
gradle.properties

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