2016-09-05 07:59:11 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2016-12-05 11:45:41 +00:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2018-10-05 16:43:12 +00:00
|
|
|
|
2016-12-05 11:45:41 +00:00
|
|
|
<artifactId>MiaoChat</artifactId>
|
2017-08-08 14:24:33 +00:00
|
|
|
<version>1.8.6</version>
|
2018-10-05 16:43:12 +00:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>pw.yumc</groupId>
|
|
|
|
<artifactId>minecraft-plugin-parent</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
<relativePath/>
|
|
|
|
</parent>
|
|
|
|
|
2016-12-05 11:45:41 +00:00
|
|
|
<properties>
|
2017-08-08 14:24:33 +00:00
|
|
|
<update.description>§a正式版本 §bv1.8.6</update.description>
|
2017-04-07 13:46:00 +00:00
|
|
|
<update.changes>
|
2017-08-08 14:24:33 +00:00
|
|
|
§617-08-08 §c修复: 解析特殊字符错误问题;
|
2017-07-25 08:48:37 +00:00
|
|
|
§617-07-25 §c修复: 类库版本错误;
|
2017-07-24 15:51:35 +00:00
|
|
|
§617-07-24 §c修复: 兼容 1.12 版本;
|
2017-05-21 04:03:36 +00:00
|
|
|
§617-05-21 §c修复: BungeeCord未分配分组时报错;
|
2017-04-07 13:46:00 +00:00
|
|
|
§617-04-07 §c修复: 控制台重复输出聊天信息;
|
|
|
|
</update.changes>
|
|
|
|
<update.changelog>
|
|
|
|
</update.changelog>
|
2016-12-22 12:31:42 +00:00
|
|
|
<env.GIT_COMMIT>DEV</env.GIT_COMMIT>
|
2016-12-05 11:45:41 +00:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2017-03-28 02:02:03 +00:00
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
2016-12-05 11:45:41 +00:00
|
|
|
</properties>
|
2016-09-05 07:59:11 +00:00
|
|
|
</project>
|