feat: 添加版本描述

Signed-off-by: 502647092 <admin@yumc.pw>
master
502647092 2016-07-25 19:19:52 +08:00
parent ccebd0dbae
commit e3d3082399
1 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pw.yumc</groupId>
<artifactId>BukkitInjectedTools</artifactId>
<version>1.0</version>
<version>1.1</version>
<name>BukkitInjectedTools</name>
<build>
<finalName>${project.name}</finalName>
@ -62,8 +62,11 @@
<url>http://ci.yumc.pw/job/${project.artifactId}/</url>
</ciManagement>
<properties>
<update.description></update.description>
<update.changes></update.changes>
<update.description>§6Yum测试工具与服务端注入工具</update.description>
<update.changes>
§b1.1 §6- §a添加ProtocolSupport注入...;
§b1.0 §6- §a完成Minecraft服务器注入...;
</update.changes>
<env.GIT_COMMIT>DEBUG</env.GIT_COMMIT>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>