Skip to content

Commit

Permalink
Merge pull request alibaba#433 from hxy1991/0.6.1
Browse files Browse the repository at this point in the history
[ISSUE alibaba#123] When packing nacos-core, ${user.home} is replaced in the logback configuration file (nacos.xml)
  • Loading branch information
Fury Zhu authored Dec 11, 2018
2 parents 1b3c5fb + 0facefe commit 9b4732d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,4 @@
</dependency>

</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>
</project>
2 changes: 1 addition & 1 deletion core/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

,--.
,--.'|
,--,: : | Nacos ${nacos.version}
,--,: : | Nacos 0.6.0
,`--.'`| ' : ,---. Running in ${nacos.mode} mode
| : : | | ' ,'\ .--.--. Port: 8848
: | \ | : ,--.--. ,---. / / | / / ' Pid: ${pid}
Expand Down

0 comments on commit 9b4732d

Please sign in to comment.