Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
power721 committed Dec 11, 2022
1 parent 8ff307a commit 287cb7a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,27 @@
<artifactId>alist-tvbox</artifactId>
<version>1.0</version>
<name>alist-tvbox</name>
<description>AList proxy server for TvBox, support playlist</description>
<description>AList proxy server for TvBox, support playlist and search.</description>
<url>https://har01d.cn/</url>

<scm>
<url>https://github.com/power721/alist-tvbox</url>
<connection>scm:git:https://github.com/power721/alist-tvbox.git</connection>
<developerConnection>scm:git:https://github.com/power721/alist-tvbox</developerConnection>
</scm>

<developers>
<developer>
<name>Harold</name>
<email>power0721@gmail.com</email>
<url>https://github.com/power721</url>
</developer>
</developers>

<properties>
<java.version>8</java.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 287cb7a

Please sign in to comment.