Compare commits
15 commits
c0bf247666
...
e9b0fa309e
Author | SHA1 | Date | |
---|---|---|---|
|
e9b0fa309e | ||
|
66758ffdb9 | ||
|
b32986682e | ||
|
2935d4ef55 | ||
|
353b058388 | ||
|
5b3ea13b08 | ||
|
1251d39a6b | ||
|
57e7f72531 | ||
|
5b120204ef | ||
|
94ad332bf7 | ||
|
b89bfa806d | ||
|
abf7621f28 | ||
|
c5688f79df | ||
|
25910ac94c | ||
|
474f90a427 |
2 changed files with 3 additions and 3 deletions
|
@ -49,8 +49,8 @@ Sometimes I add new posts about this project [on my blog page](https://developer
|
||||||
* Korean by [DDinghoya](https://github.com/DDinghoya)
|
* Korean by [DDinghoya](https://github.com/DDinghoya)
|
||||||
* Portuguese by [almircanella](https://github.com/almircanella)
|
* Portuguese by [almircanella](https://github.com/almircanella)
|
||||||
* Spanish by [/u/cokimaya007](https://www.reddit.com/u/cokimaya007), [Kuziel Alejandro](https://github.com/Uzi-Oni)
|
* Spanish by [/u/cokimaya007](https://www.reddit.com/u/cokimaya007), [Kuziel Alejandro](https://github.com/Uzi-Oni)
|
||||||
* Chinese (Simplified) by [Huang YunKun (htynkn)](https://github.com/htynkn), [FFT9 (XXgame Group)](https://www.xxgame.net)
|
* Chinese (Simplified) by [Huang YunKun (htynkn)](https://github.com/htynkn), [FFT9 (XXgame Group)](http://xxgame.net/)
|
||||||
* Chinese (Traditional) by [qazrfv1234](https://github.com/qazrfv1234), [FFT9 (XXgame Group)](https://www.xxgame.net)
|
* Chinese (Traditional) by [qazrfv1234](https://github.com/qazrfv1234), [FFT9 (XXgame Group)](http://xxgame.net/)
|
||||||
* German by [Swarsele](https://github.com/Swarsele)
|
* German by [Swarsele](https://github.com/Swarsele)
|
||||||
* Vietnamese by [Hai Phan Nguyen (pnghai)](https://github.com/pnghai)
|
* Vietnamese by [Hai Phan Nguyen (pnghai)](https://github.com/pnghai)
|
||||||
* Czech by [Spenaat](https://github.com/spenaat)
|
* Czech by [Spenaat](https://github.com/spenaat)
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>GitHub</system>
|
<system>GitHub</system>
|
||||||
<url>https://github.com/developer_su/${project.artifactId}/issues</url>
|
<url>https://github.com/developersu/${project.artifactId}/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
|
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
|
||||||
|
|
Loading…
Reference in a new issue