Skip to content

Commit

Permalink
🔥 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lunasaw committed Apr 10, 2023
1 parent 7aeaf9d commit 36894c3
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ali-pay-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>ali-pay-spring-boot-starter-ali</artifactId>
<artifactId>ali-pay-spring-boot-starter</artifactId>
<version>${last.version}</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion ali-pay-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-fans-api</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
</parent>

<artifactId>ali-pay-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ali-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>ali-spring-boot-starter-ali</artifactId>
<artifactId>ali-spring-boot-starter</artifactId>
<version>${last.version}</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion ali-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>luna-fans-api</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>3.1.3</version>
<version>3.1.4</version>
</parent>
<artifactId>ali-spring-boot-starter</artifactId>
<version>${luna-fans-api.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion api-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>api-spring-boot-starter-fans</artifactId>
<artifactId>api-spring-boot-starter</artifactId>
<version>${last.version}</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion api-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>luna-fans-api</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>3.1.3</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>${luna-fans-api.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion baidu-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>baidu-spring-boot-starter-baidu</artifactId>
<artifactId>baidu-spring-boot-starter</artifactId>
<version>${last.version}</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion baidu-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>luna-fans-api</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>3.1.3</version>
<version>3.1.4</version>
</parent>
<artifactId>baidu-spring-boot-starter</artifactId>
<name>baidu-spring-boot-starter</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-fans-api</artifactId>
<packaging>pom</packaging>
<version>3.1.3</version>
<version>3.1.4</version>
<name>luna-fans-api</name>
<description>fans API Toolkit</description>
<url>https://lunasaw.github.io/${project.name}</url>
Expand All @@ -29,7 +29,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>2.7.10</spring-boot.version>
<luna-common.veriosn>2.3.9</luna-common.veriosn>
<luna-fans-api.version>3.1.3</luna-fans-api.version>
<luna-fans-api.version>3.1.4</luna-fans-api.version>
<github.username>lunasaw</github.username>
</properties>

Expand Down Expand Up @@ -160,7 +160,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<!--正式包release 快照包snapshots-->
<releaseProfiles>snapshots</releaseProfiles>
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion tencent-pay-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>tencent-pay-spring-boot-starter-tencent</artifactId>
<artifactId>tencent-pay-spring-boot-starter</artifactId>
<version>${last.version}</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion tencent-pay-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-fans-api</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
</parent>

<artifactId>tencent-pay-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tencent-spring-boot-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>tencent-spring-boot-starter-tencent</artifactId>
<artifactId>tencent-spring-boot-starter</artifactId>
<version>${last.version}</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion tencent-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>luna-fans-api</artifactId>
<groupId>io.github.lunasaw</groupId>
<version>3.1.3</version>
<version>3.1.4</version>
</parent>
<artifactId>tencent-spring-boot-starter</artifactId>
<version>${luna-fans-api.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion test-luna-fans-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring-boot.version>2.7.10</spring-boot.version>
<luna-common.veriosn>2.3.9</luna-common.veriosn>
<luna-fans-api.version>3.1.3</luna-fans-api.version>
<luna-fans-api.version>3.1.4</luna-fans-api.version>
<github.username>lunasaw</github.username>
</properties>

Expand Down

0 comments on commit 36894c3

Please sign in to comment.