mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-07 19:46:15 +08:00
版本升级2.0.7-RELEASE
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<dependency>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<artifactId>pay-java-common</artifactId>
|
||||
<version>2.0.6-RELEASE</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
```
|
||||
@@ -45,7 +45,7 @@
|
||||
<dependency>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<artifactId>{module-name}</artifactId>
|
||||
<version>2.0.6-RELEASE</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
```
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>pay-java-ali</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -3,8 +3,8 @@ package com.egzosn.pay.common.bean;
|
||||
/**
|
||||
* 货币类型
|
||||
* @author Actinia
|
||||
* @email hayesfu@qq.com
|
||||
* <pre>
|
||||
* email hayesfu@qq.com
|
||||
* create 2017 2017/1/16
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
@@ -133,7 +133,7 @@ public class HttpStringEntity extends StringEntity {
|
||||
* @param request 请求体
|
||||
* @param contentType 内容类型
|
||||
*
|
||||
* @throws UnsupportedEncodingException 不支持默认的HTTP字符集
|
||||
* @throws UnsupportedCharsetException 不支持默认的HTTP字符集
|
||||
*/
|
||||
public HttpStringEntity(String request, ContentType contentType) throws UnsupportedCharsetException {
|
||||
super(request, contentType);
|
||||
@@ -146,7 +146,7 @@ public class HttpStringEntity extends StringEntity {
|
||||
* @param request 请求体
|
||||
* @param charset 字符类型
|
||||
*
|
||||
* @throws UnsupportedEncodingException 不支持默认的HTTP字符集
|
||||
* @throws UnsupportedCharsetException 不支持默认的HTTP字符集
|
||||
*/
|
||||
public HttpStringEntity(String request, String charset) throws UnsupportedCharsetException {
|
||||
super(request, charset);
|
||||
|
||||
@@ -74,10 +74,11 @@ public class CertDescriptor {
|
||||
}
|
||||
return encryptCertTemp;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 通过keyStore 获取私钥签名证书PrivateKey对象
|
||||
*
|
||||
*
|
||||
* @param pwd 证书对应密码
|
||||
* @return PrivateKey 私钥
|
||||
*/
|
||||
public PrivateKey getSignCertPrivateKey(String pwd) {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>pay-java-fuiou</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>pay-java-payoneer</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>pay-java-wx-youdian</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>pay-java-wx</artifactId>
|
||||
|
||||
9
pom.xml
9
pom.xml
@@ -7,7 +7,7 @@
|
||||
<groupId>com.egzosn</groupId>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
|
||||
<name>Pay Java - Parent</name>
|
||||
<description>Pay Java Parent</description>
|
||||
@@ -43,14 +43,13 @@
|
||||
<module>pay-java-wx</module>
|
||||
<module>pay-java-wx-youdian</module>
|
||||
<module>pay-java-fuiou</module>
|
||||
<module>pay-java-demo</module>
|
||||
<module>pay-java-union</module>
|
||||
<module>pay-java-payoneer</module>
|
||||
</modules>
|
||||
|
||||
|
||||
<properties>
|
||||
<pay.version>2.0.7-SNAPSHOT</pay.version>
|
||||
<pay.version>2.0.7-RELEASE</pay.version>
|
||||
<httpmime.version>4.5.4</httpmime.version>
|
||||
<log4j.version>1.2.17</log4j.version>
|
||||
<fastjson.version>1.2.41</fastjson.version>
|
||||
@@ -126,7 +125,7 @@
|
||||
<encoding>utf-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- <plugin>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||
<version>1.6.3</version>
|
||||
@@ -186,7 +185,7 @@
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>-->
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
Reference in New Issue
Block a user