Skip to content

Commit b4e766b

Browse files
committed
Release 1.9.1
1 parent 87affa8 commit b4e766b

File tree

9 files changed

+177
-32
lines changed

9 files changed

+177
-32
lines changed

MiraiMC-Base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.9</version>
8+
<version>1.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

MiraiMC-Bukkit/pom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,38 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.9</version>
8+
<version>1.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>MiraiMC-Bukkit</artifactId>
1313

14+
<name>${artifactId}</name>
15+
<description>Mirai for Minecraft server</description>
16+
<url>https://github.com/DreamVoid/MiraiMC</url>
17+
18+
<licenses>
19+
<license>
20+
<name>GNU Affero General Public License v3.0</name>
21+
<url>https://www.gnu.org/licenses/agpl-3.0.html</url>
22+
</license>
23+
</licenses>
24+
25+
<developers>
26+
<developer>
27+
<name>DreamVoid</name>
28+
<email>i@dreamvoid.me</email>
29+
<organization>DreamVoid</organization>
30+
<organizationUrl>https://github.com/DreamVoid</organizationUrl>
31+
</developer>
32+
</developers>
33+
34+
<scm>
35+
<connection>scm:git:git://github.com/DreamVoid/MiraiMC.git</connection>
36+
<developerConnection>scm:git:ssh://github.com:DreamVoid/MiraiMC.git</developerConnection>
37+
<url>https://github.com/DreamVoid/MiraiMC</url>
38+
</scm>
39+
1440
<properties>
1541
<maven.compiler.source>8</maven.compiler.source>
1642
<maven.compiler.target>8</maven.compiler.target>

MiraiMC-Bungee/pom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,38 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.9</version>
8+
<version>1.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>MiraiMC-Bungee</artifactId>
1313

14+
<name>${artifactId}</name>
15+
<description>Mirai for Minecraft server</description>
16+
<url>https://github.com/DreamVoid/MiraiMC</url>
17+
18+
<licenses>
19+
<license>
20+
<name>GNU Affero General Public License v3.0</name>
21+
<url>https://www.gnu.org/licenses/agpl-3.0.html</url>
22+
</license>
23+
</licenses>
24+
25+
<developers>
26+
<developer>
27+
<name>DreamVoid</name>
28+
<email>i@dreamvoid.me</email>
29+
<organization>DreamVoid</organization>
30+
<organizationUrl>https://github.com/DreamVoid</organizationUrl>
31+
</developer>
32+
</developers>
33+
34+
<scm>
35+
<connection>scm:git:git://github.com/DreamVoid/MiraiMC.git</connection>
36+
<developerConnection>scm:git:ssh://github.com:DreamVoid/MiraiMC.git</developerConnection>
37+
<url>https://github.com/DreamVoid/MiraiMC</url>
38+
</scm>
39+
1440
<properties>
1541
<maven.compiler.source>8</maven.compiler.source>
1642
<maven.compiler.target>8</maven.compiler.target>

MiraiMC-Integration/pom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,38 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.9</version>
8+
<version>1.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>MiraiMC-Integration</artifactId>
1313

14+
<name>${artifactId}</name>
15+
<description>Mirai for Minecraft server</description>
16+
<url>https://github.com/DreamVoid/MiraiMC</url>
17+
18+
<licenses>
19+
<license>
20+
<name>GNU Affero General Public License v3.0</name>
21+
<url>https://www.gnu.org/licenses/agpl-3.0.html</url>
22+
</license>
23+
</licenses>
24+
25+
<developers>
26+
<developer>
27+
<name>DreamVoid</name>
28+
<email>i@dreamvoid.me</email>
29+
<organization>DreamVoid</organization>
30+
<organizationUrl>https://github.com/DreamVoid</organizationUrl>
31+
</developer>
32+
</developers>
33+
34+
<scm>
35+
<connection>scm:git:git://github.com/DreamVoid/MiraiMC.git</connection>
36+
<developerConnection>scm:git:ssh://github.com:DreamVoid/MiraiMC.git</developerConnection>
37+
<url>https://github.com/DreamVoid/MiraiMC</url>
38+
</scm>
39+
1440
<properties>
1541
<maven.compiler.source>8</maven.compiler.source>
1642
<maven.compiler.target>8</maven.compiler.target>

MiraiMC-Nukkit/pom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,38 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.9</version>
8+
<version>1.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>MiraiMC-Nukkit</artifactId>
1313

14+
<name>${artifactId}</name>
15+
<description>Mirai for Minecraft server</description>
16+
<url>https://github.com/DreamVoid/MiraiMC</url>
17+
18+
<licenses>
19+
<license>
20+
<name>GNU Affero General Public License v3.0</name>
21+
<url>https://www.gnu.org/licenses/agpl-3.0.html</url>
22+
</license>
23+
</licenses>
24+
25+
<developers>
26+
<developer>
27+
<name>DreamVoid</name>
28+
<email>i@dreamvoid.me</email>
29+
<organization>DreamVoid</organization>
30+
<organizationUrl>https://github.com/DreamVoid</organizationUrl>
31+
</developer>
32+
</developers>
33+
34+
<scm>
35+
<connection>scm:git:git://github.com/DreamVoid/MiraiMC.git</connection>
36+
<developerConnection>scm:git:ssh://github.com:DreamVoid/MiraiMC.git</developerConnection>
37+
<url>https://github.com/DreamVoid/MiraiMC</url>
38+
</scm>
39+
1440
<properties>
1541
<maven.compiler.source>8</maven.compiler.source>
1642
<maven.compiler.target>8</maven.compiler.target>

MiraiMC-Sponge/pom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,38 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.9</version>
8+
<version>1.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>MiraiMC-Sponge</artifactId>
1313

14+
<name>${artifactId}</name>
15+
<description>Mirai for Minecraft server</description>
16+
<url>https://github.com/DreamVoid/MiraiMC</url>
17+
18+
<licenses>
19+
<license>
20+
<name>GNU Affero General Public License v3.0</name>
21+
<url>https://www.gnu.org/licenses/agpl-3.0.html</url>
22+
</license>
23+
</licenses>
24+
25+
<developers>
26+
<developer>
27+
<name>DreamVoid</name>
28+
<email>i@dreamvoid.me</email>
29+
<organization>DreamVoid</organization>
30+
<organizationUrl>https://github.com/DreamVoid</organizationUrl>
31+
</developer>
32+
</developers>
33+
34+
<scm>
35+
<connection>scm:git:git://github.com/DreamVoid/MiraiMC.git</connection>
36+
<developerConnection>scm:git:ssh://github.com:DreamVoid/MiraiMC.git</developerConnection>
37+
<url>https://github.com/DreamVoid/MiraiMC</url>
38+
</scm>
39+
1440
<properties>
1541
<maven.compiler.source>8</maven.compiler.source>
1642
<maven.compiler.target>8</maven.compiler.target>

MiraiMC-Velocity/pom.xml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,38 @@
55
<parent>
66
<artifactId>MiraiMC</artifactId>
77
<groupId>io.github.dreamvoid</groupId>
8-
<version>1.9</version>
8+
<version>1.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>MiraiMC-Velocity</artifactId>
1313

14+
<name>${artifactId}</name>
15+
<description>Mirai for Minecraft server</description>
16+
<url>https://github.com/DreamVoid/MiraiMC</url>
17+
18+
<licenses>
19+
<license>
20+
<name>GNU Affero General Public License v3.0</name>
21+
<url>https://www.gnu.org/licenses/agpl-3.0.html</url>
22+
</license>
23+
</licenses>
24+
25+
<developers>
26+
<developer>
27+
<name>DreamVoid</name>
28+
<email>i@dreamvoid.me</email>
29+
<organization>DreamVoid</organization>
30+
<organizationUrl>https://github.com/DreamVoid</organizationUrl>
31+
</developer>
32+
</developers>
33+
34+
<scm>
35+
<connection>scm:git:git://github.com/DreamVoid/MiraiMC.git</connection>
36+
<developerConnection>scm:git:ssh://github.com:DreamVoid/MiraiMC.git</developerConnection>
37+
<url>https://github.com/DreamVoid/MiraiMC</url>
38+
</scm>
39+
1440
<build>
1541
<finalName>${project.artifactId}</finalName>
1642
<plugins>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ MiraiMC 是一个服务端插件,因此你只需按照安装插件的方式安
5757
<dependency>
5858
<groupId>io.github.dreamvoid</groupId>
5959
<artifactId>MiraiMC-Integration</artifactId>
60-
<version>1.9</version>
60+
<version>1.9.1</version>
6161
<scope>provided</scope>
6262
</dependency>
6363
```
6464

6565
#### Gradle
6666
```
67-
implementation 'io.github.dreamvoid:MiraiMC-Integration:1.9'
67+
implementation 'io.github.dreamvoid:MiraiMC-Integration:1.9.1'
6868
```
6969

7070
## 指令和权限

pom.xml

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.github.dreamvoid</groupId>
88
<artifactId>MiraiMC</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.9</version>
10+
<version>1.9.1</version>
1111
<modules>
1212
<module>MiraiMC-Base</module>
1313
<module>MiraiMC-Bukkit</module>
@@ -44,17 +44,6 @@
4444
<url>https://github.com/DreamVoid/MiraiMC</url>
4545
</scm>
4646

47-
<distributionManagement>
48-
<snapshotRepository>
49-
<id>ossrh</id>
50-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
51-
</snapshotRepository>
52-
<repository>
53-
<id>ossrh</id>
54-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
55-
</repository>
56-
</distributionManagement>
57-
5847
<properties>
5948
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6049
<maven.compiler.source>8</maven.compiler.source>
@@ -96,17 +85,6 @@
9685
</configuration>
9786
</plugin>
9887
<!--以下Maven中央仓库发布用-->
99-
<plugin>
100-
<groupId>org.sonatype.plugins</groupId>
101-
<artifactId>nexus-staging-maven-plugin</artifactId>
102-
<version>1.7.0</version>
103-
<extensions>true</extensions>
104-
<configuration>
105-
<serverId>ossrh</serverId>
106-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
107-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
108-
</configuration>
109-
</plugin>
11088
<plugin>
11189
<groupId>org.apache.maven.plugins</groupId>
11290
<artifactId>maven-source-plugin</artifactId>
@@ -182,6 +160,17 @@
182160
</execution>
183161
</executions>
184162
</plugin>
163+
<plugin>
164+
<groupId>org.sonatype.central</groupId>
165+
<artifactId>central-publishing-maven-plugin</artifactId>
166+
<version>0.8.0</version>
167+
<extensions>true</extensions>
168+
<configuration>
169+
<publishingServerId>central</publishingServerId>
170+
<autoPublish>true</autoPublish>
171+
<excludeArtifacts>MiraiMC-Base</excludeArtifacts>
172+
</configuration>
173+
</plugin>
185174
</plugins>
186175

187176
<resources>

0 commit comments

Comments
 (0)