Skip to content

Commit

Permalink
Release 1.9-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamVoid committed Aug 14, 2024
1 parent 999f984 commit 5dc3c43
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MiraiMC-Base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.9-pre1</version>
<version>1.9-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.9-pre1</version>
<version>1.9-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.9-pre1</version>
<version>1.9-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.9-pre1</version>
<version>1.9-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Nukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.9-pre1</version>
<version>1.9-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Sponge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.9-pre1</version>
<version>1.9-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MiraiMC-Velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MiraiMC</artifactId>
<groupId>io.github.dreamvoid</groupId>
<version>1.9-pre1</version>
<version>1.9-pre2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ MiraiMC 是一个服务端插件,因此你只需按照安装插件的方式安
* 查阅 Javadoc:https://jd.miraimc.dreamvoid.me

### 依赖

以下默认添加全平台的 MiraiMC 依赖。如果你只需要特定平台的 MiraiMC 依赖,请将 `Integration` 更改为对应平台的名称,如 `Bukkit``Velocity`

#### Maven
```
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.dreamvoid</groupId>
<artifactId>MiraiMC</artifactId>
<packaging>pom</packaging>
<version>1.9-pre1</version>
<version>1.9-pre2</version>
<modules>
<module>MiraiMC-Base</module>
<module>MiraiMC-Bukkit</module>
Expand Down

0 comments on commit 5dc3c43

Please sign in to comment.