Skip to content

Commit

Permalink
2.10.1版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
egzosn committed Jul 6, 2018
1 parent 3829268 commit 62a8cda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

开发版 https://git.oschina.net/egzosn/pay-java-parent/tree/develop

##### 详细文档请看 [wiki](https://gitee.com/egzosn/pay-java-parent/wikis/Home)
##### 详细文档请看 [wiki](https://github.com/egzosn/pay-java-parent/wiki)

### 特性

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.egzosn</groupId>
<artifactId>pay-java-common</artifactId>
<version>2.0.9-RELEASE</version>
<version>2.10.1</version>
</dependency>

```
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>com.egzosn</groupId>
<artifactId>{module-name}</artifactId>
<version>2.0.9-RELEASE</version>
<version>2.10.1</version>
</dependency>

```
Expand All @@ -57,16 +57,16 @@
### 使用
这里不多说直接上代码

测试链接 : http://pay.egzosn.com/index.html

###### 单一支付教程

* [基础模块支付宝微信讲解](https://gitee.com/egzosn/pay-java-parent/wikis/Home)
* [友店微信](pay-java-wx-youdian?dir=1&filepath=pay-java-youdian)
* [富友](pay-java-fuiou?dir=1&filepath=pay-java-fuiou)
* [基础模块支付宝微信讲解](https://github.com/egzosn/pay-java-parent/wiki)
* [银联](pay-java-union?dir=1&filepath=pay-java-union)
* [payoneer](pay-java-payoneer?dir=1&filepath=pay-java-payoneer)
* [paypal](pay-java-paypal?dir=1&filepath=pay-java-paypal)
* [友店微信](pay-java-wx-youdian?dir=1&filepath=pay-java-youdian)
* [富友](pay-java-fuiou?dir=1&filepath=pay-java-fuiou)


支付整合》服务端+网页端详细使用与简单教程请看 [pay-java-demo](pay-java-demo?dir=1&filepath=pay-java-demo)

Expand Down
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.egzosn</groupId>
<artifactId>pay-java-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.9-RELEASE</version>
<version>2.10.1</version>

<name>Pay Java - Parent</name>
<description>Pay Java Parent</description>
Expand All @@ -29,6 +29,11 @@
<email>[email protected]</email>
<url>https://github.com/Actinian</url>
</developer>
<developer>
<name>zch</name>
<email>[email protected]</email>
<url>https://github.com/objcoding</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/egzosn/pay-java-parent.git</connection>
Expand All @@ -51,7 +56,7 @@


<properties>
<pay.version>2.0.9-RELEASE</pay.version>
<pay.version>2.10.1</pay.version>
<httpmime.version>4.5.4</httpmime.version>
<log4j.version>1.2.17</log4j.version>
<fastjson.version>1.2.41</fastjson.version>
Expand Down Expand Up @@ -168,7 +173,7 @@
</execution>
</executions>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
Expand All @@ -181,7 +186,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>
</build>
</project>

0 comments on commit 62a8cda

Please sign in to comment.