mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-09 02:42:20 +08:00
2.13.2-SNAPSHOT开始
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -7,7 +7,7 @@
|
||||
<groupId>com.egzosn</groupId>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>2.13.1</version>
|
||||
<version>2.13.2-SNAPSHOT</version>
|
||||
|
||||
<name>Pay Java - Parent</name>
|
||||
<description>Pay Java Parent</description>
|
||||
@@ -34,6 +34,11 @@
|
||||
<email>zhangchenghui.dev@gmail.com</email>
|
||||
<url>https://github.com/objcoding</url>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>hocgin</name>
|
||||
<email>hocgin@gmail.com</email>
|
||||
<url>https://github.com/hocgin</url>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/egzosn/pay-java-parent.git</connection>
|
||||
@@ -59,7 +64,7 @@
|
||||
|
||||
|
||||
<properties>
|
||||
<pay.version>2.13.1</pay.version>
|
||||
<pay.version>2.13.2-SNAPSHOT</pay.version>
|
||||
<httpmime.version>4.5.4</httpmime.version>
|
||||
<log4j.version>1.2.17</log4j.version>
|
||||
<fastjson.version>1.2.58</fastjson.version>
|
||||
@@ -105,7 +110,6 @@
|
||||
<artifactId>core</artifactId>
|
||||
<version>${zxing.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
@@ -191,10 +195,10 @@
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
<phase>install</phase>
|
||||
<goals>
|
||||
<phase>none</phase>
|
||||
<!-- <goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
</goals>-->
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user