mirror of
https://e.coding.net/circlecloud/AuthMe.git
synced 2024-12-21 06:38:55 +00:00
chorn: 更新版本
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
82c33abafb
commit
5b22a628b6
11
pom.xml
11
pom.xml
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>cn.citycraft</groupId>
|
||||
<artifactId>AuthMe</artifactId>
|
||||
<version>6.0.1</version>
|
||||
<version>6.1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>AuthMe</name>
|
||||
<description>登录插件重制版本</description>
|
||||
@ -39,8 +39,11 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<javaVersion>1.7</javaVersion>
|
||||
<env.GIT_COMMIT>Debug</env.GIT_COMMIT>
|
||||
<update.description>&c修复注册后无法直接登录的问题...</update.description>
|
||||
<bukkitVersion>1.9-R0.1-SNAPSHOT</bukkitVersion>
|
||||
<update.description>&aAuthMe 重置版本</update.description>
|
||||
<update.changes>
|
||||
&b2.4.1 &6- &c修复玩家退出游戏时产生的空指针错误
|
||||
</update.changes>
|
||||
<bukkitVersion>1.9.4-R0.1-SNAPSHOT</bukkitVersion>
|
||||
</properties>
|
||||
<build>
|
||||
<finalName>${project.name}</finalName>
|
||||
@ -122,7 +125,7 @@
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<type>jar</type>
|
||||
<version>1.9-R0.1-SNAPSHOT</version>
|
||||
<version>1.9.4-R0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.citycraft</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user