From 65378f29209db50d752658ac255aa9b48e73fce5 Mon Sep 17 00:00:00 2001 From: yinbp Date: Mon, 28 Jun 2021 11:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E7=89=88=E6=9C=AC=E5=8D=87?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2815986..ec879de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ PROJ_GROUP=com.bbossgroups.rpc -PROJ_VERSION=5.7.9 -BBOSS_VERSION=5.7.9 +PROJ_VERSION=5.8.0 +BBOSS_VERSION=5.8.0 skipTest=true PROJ_WEBSITEURL=http://www.bbossgroups.com PROJ_ISSUETRACKERURL=https://github.com/bbossgroups/bboss-rpc/issues @@ -26,8 +26,8 @@ signing.secretKeyRingFile=bboss.gpg #D:/d/workspace/bbossgroups/bboss/bboss.gpg sonatype_url=https://oss.sonatype.org/service/local/staging/deploy/maven2 -sonatype_username=bboss -sonatype_password=mavenyin771118 +sonatype_username= +sonatype_password= scm_connection=scm:git:git@github.com:bbossgroups/bboss-rpc.git scm_developerConnection=scm:git:git@github.com:bbossgroups/bestpractice.git scm_url=https://github.com/bbossgroups/bboss-rpc