Skip to content

Commit 3b6b00c

Browse files
committed
版本升级
1 parent ab32127 commit 3b6b00c

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.egzosn</groupId>
3232
<artifactId>pay-java-common</artifactId>
33-
<version>2.12.5</version>
33+
<version>2.12.6</version>
3434
</dependency>
3535

3636
```
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.egzosn</groupId>
4444
<artifactId>{module-name}</artifactId>
45-
<version>2.12.5</version>
45+
<version>2.12.6</version>
4646
</dependency>
4747

4848
```

pay-java-ali/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.12.6-SNAPSHOT</version>
8+
<version>2.12.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pay-java-ali</artifactId>

pay-java-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.12.6-SNAPSHOT</version>
8+
<version>2.12.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

pay-java-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.12.6-SNAPSHOT</version>
8+
<version>2.12.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>war</packaging>

pay-java-fuiou/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.12.6-SNAPSHOT</version>
8+
<version>2.12.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pay-java-fuiou</artifactId>

pay-java-union/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.12.6-SNAPSHOT</version>
8+
<version>2.12.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pay-java-wx-youdian/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.12.6-SNAPSHOT</version>
8+
<version>2.12.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pay-java-wx-youdian</artifactId>

pay-java-wx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.12.6-SNAPSHOT</version>
8+
<version>2.12.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pay-java-wx</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.egzosn</groupId>
88
<artifactId>pay-java-parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.12.6-SNAPSHOT</version>
10+
<version>2.12.6</version>
1111

1212
<name>Pay Java - Parent</name>
1313
<description>Pay Java Parent</description>
@@ -56,7 +56,7 @@
5656

5757

5858
<properties>
59-
<pay.version>2.12.6-SNAPSHOT</pay.version>
59+
<pay.version>2.12.6</pay.version>
6060
<httpmime.version>4.5.4</httpmime.version>
6161
<log4j.version>1.2.17</log4j.version>
6262
<fastjson.version>1.2.41</fastjson.version>
@@ -126,7 +126,7 @@
126126
<encoding>utf-8</encoding>
127127
</configuration>
128128
</plugin>
129-
<!-- <plugin>
129+
<!-- <plugin>
130130
<groupId>org.sonatype.plugins</groupId>
131131
<artifactId>nexus-staging-maven-plugin</artifactId>
132132
<version>1.6.3</version>

0 commit comments

Comments
 (0)