版本升级2.0.7-RELEASE

This commit is contained in:
egan
2018-02-21 23:42:33 +08:00
parent 9258310ec9
commit e18ff96cc4
12 changed files with 19 additions and 19 deletions

View File

@@ -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>
```

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>
*/

View File

@@ -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);

View File

@@ -74,10 +74,11 @@ public class CertDescriptor {
}
return encryptCertTemp;
}
/**
* 通过keyStore 获取私钥签名证书PrivateKey对象
*
*
* @param pwd 证书对应密码
* @return PrivateKey 私钥
*/
public PrivateKey getSignCertPrivateKey(String pwd) {

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>