From da55025a17b6031145c18fe30421e904db594e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=B8=88=E5=85=84?= Date: Wed, 30 Oct 2019 11:00:18 +0800 Subject: [PATCH] =?UTF-8?q?1.3.0=E6=AD=A3=E5=BC=8F=E7=89=88=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- best-pay-demo/pom.xml | 12 ++++++++++-- best-pay-sdk/pom.xml | 2 +- pom.xml | 15 +-------------- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 0dd8718..93b120b 100755 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ## 版本更新 +#### 1.3.0(2019.10.29) +1. 正式版发布 + #### 1.3.0.BETA(2019.10.15) 1. 新增微信h5、小程序、app、扫码,和支付宝PC支付 2. 新增在线体验站点 http://best-pay.springboot.cn @@ -25,15 +28,16 @@ ![师兄干货](https://github.com/Pay-Group/best-pay-sdk/blob/master/doc/weixin.jpg) ## 交流方式 -1. qq群(590730230)。目前项目处于刚刚起步开发阶段,欢迎有兴趣的朋友加群共同开发。 +1. qq群(590730230)加群暗号:best。目前项目处于刚刚起步开发阶段,欢迎有兴趣的朋友加群共同开发。 ## Maven最新版本 ```xml + cn.springboot best-pay-sdk - 1.3.0.BETA + 1.3.0 ``` diff --git a/best-pay-demo/pom.xml b/best-pay-demo/pom.xml index 0fbc71b..7fd8a2d 100644 --- a/best-pay-demo/pom.xml +++ b/best-pay-demo/pom.xml @@ -4,7 +4,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.github.lly835 best-pay-demo best-pay-demo @@ -21,6 +20,7 @@ UTF-8 UTF-8 1.8 + 1.3.0 @@ -49,7 +49,7 @@ cn.springboot best-pay-sdk - 1.3.0.BETA + ${best-pay-sdk.version} @@ -59,6 +59,14 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + best-pay-demo diff --git a/best-pay-sdk/pom.xml b/best-pay-sdk/pom.xml index 465b52a..7177893 100644 --- a/best-pay-sdk/pom.xml +++ b/best-pay-sdk/pom.xml @@ -7,7 +7,7 @@ cn.springboot best-pay - 1.3.0.BETA + 1.3.0 best-pay-sdk diff --git a/pom.xml b/pom.xml index f9464b2..173e2fa 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 cn.springboot best-pay - 1.3.0.BETA + 1.3.0 pom best-pay 最好的支付sdk @@ -115,19 +115,6 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - true - - - - - org.sonatype.plugins