Skip to content

Commit

Permalink
1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound403 committed Jun 24, 2023
1 parent 5941907 commit 0635d59
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Starter,支持微信优惠券,代金券、商家券、智慧商圈、商家
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.18.RELEASE</version>
<version>1.0.19.RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.18.RELEASE</version>
<version>1.0.19.RELEASE</version>
</dependency>
```
## 采用技术
Expand Down
2 changes: 1 addition & 1 deletion docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.18.RELEASE</version>
<version>1.0.19.RELEASE</version>
</dependency>
```
> 基于 **Spring Boot 2.x**
Expand Down
4 changes: 2 additions & 2 deletions payment-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.18.RELEASE</version>
<version>1.0.19.RELEASE</version>
</parent>

<artifactId>payment-spring-boot-autoconfigure</artifactId>
<version>1.0.18.RELEASE</version>
<version>1.0.19.RELEASE</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions payment-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.18.RELEASE</version>
<version>1.0.19.RELEASE</version>
</parent>

<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.18.RELEASE</version>
<version>1.0.19.RELEASE</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.18.RELEASE</version>
<version>1.0.19.RELEASE</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 0635d59

Please sign in to comment.