mirror of https://github.com/halo-dev/halo
parent
f98ee92693
commit
0304ea4aca
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
APP_NAME=halo-0.0.3.jar
|
||||
APP_NAME=halo-latest.jar
|
||||
|
||||
usage() {
|
||||
echo "用法: sh halo.sh [start(启动)|stop(停止)|restart(重启)|status(状态)]"
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>cc.ryanc</groupId>
|
||||
<artifactId>halo</artifactId>
|
||||
<version>0.0.3</version>
|
||||
<version>latest</version>
|
||||
<name>halo</name>
|
||||
|
||||
<description>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<footer class="main-footer">
|
||||
<div class="pull-right hidden-xs"><a target="_blank" href="https://github.com/ruibaby/halo">0.0.3</a></div>
|
||||
<div class="pull-right hidden-xs"><a target="_blank" href="https://github.com/ruibaby/halo">0.0.4</a></div>
|
||||
Thanks for using <strong><a data-pjax="true" href="/admin/halo">Halo</a>.</strong>
|
||||
</footer>
|
Loading…
Reference in New Issue