mirror of https://github.com/halo-dev/halo
update pom.xml
parent
372d13523f
commit
60472912fa
10
pom.xml
10
pom.xml
|
@ -11,6 +11,11 @@
|
||||||
halo,一个基于SpringBoot的博客系统,最求轻快,易用,以内容为中心。
|
halo,一个基于SpringBoot的博客系统,最求轻快,易用,以内容为中心。
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
<organization>
|
||||||
|
<name>halo-dev</name>
|
||||||
|
<url>https://github.com/halo-dev</url>
|
||||||
|
</organization>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>ruibaby</id>
|
<id>ruibaby</id>
|
||||||
|
@ -18,6 +23,11 @@
|
||||||
<email>i@ryanc.cc</email>
|
<email>i@ryanc.cc</email>
|
||||||
<url>https://ryanc.cc</url>
|
<url>https://ryanc.cc</url>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>JohnNiang</id>
|
||||||
|
<name>John Niang</name>
|
||||||
|
<url>https://johnniang.me</url>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|
Loading…
Reference in New Issue