Skip to content

Commit

Permalink
1.3.0正式版发布
Browse files Browse the repository at this point in the history
  • Loading branch information
廖师兄 committed Oct 30, 2019
1 parent ade9ef3 commit da55025
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
<!-- https://mvnrepository.com/artifact/cn.springboot/best-pay-sdk -->
<dependency>
<groupId>cn.springboot</groupId>
<artifactId>best-pay-sdk</artifactId>
<version>1.3.0.BETA</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
12 changes: 10 additions & 2 deletions best-pay-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>


<groupId>com.github.lly835</groupId>
<artifactId>best-pay-demo</artifactId>
<name>best-pay-demo</name>
Expand All @@ -21,6 +20,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<best-pay-sdk.version>1.3.0</best-pay-sdk.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>cn.springboot</groupId>
<artifactId>best-pay-sdk</artifactId>
<version>1.3.0.BETA</version>
<version>${best-pay-sdk.version}</version>
</dependency>
</dependencies>

Expand All @@ -59,6 +59,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<finalName>best-pay-demo</finalName>
</build>
Expand Down
2 changes: 1 addition & 1 deletion best-pay-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.springboot</groupId>
<artifactId>best-pay</artifactId>
<version>1.3.0.BETA</version>
<version>1.3.0</version>
</parent>

<artifactId>best-pay-sdk</artifactId>
Expand Down
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.springboot</groupId>
<artifactId>best-pay</artifactId>
<version>1.3.0.BETA</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>best-pay</name>
<description>最好的支付sdk</description>
Expand Down Expand Up @@ -115,19 +115,6 @@
</profiles>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit da55025

Please sign in to comment.