1
0
mirror of https://e.coding.net/circlecloud/AuthMe.git synced 2024-12-21 06:38:55 +00:00

版本号改为git-commit...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092 2016-02-14 13:10:06 +08:00
parent 5e1a5addce
commit d2c5de42bf
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javaVersion>1.7</javaVersion>
<env.GIT_COMMIT>Debug</env.GIT_COMMIT>
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
<update.description>&amp;c修复注册后无法直接登录的问题...</update.description>
<bukkitVersion>1.8.8-R0.1-SNAPSHOT</bukkitVersion>

View File

@ -1,7 +1,7 @@
name: ${project.artifactId}
description: ${project.description}
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
version: ${project.version}-Build#${env.BUILD_NUMBER}
version: ${project.version}-git-${env.GIT_COMMIT}
authors:
- Xephi59
- 喵♂呜