Skip to content

Commit f67ee75

Browse files
committed
Update pom.xml
1 parent 8d92da9 commit f67ee75

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,24 @@
66

77
<groupId>com.sapher</groupId>
88
<artifactId>youtubedl</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
10+
<packaging>jar</packaging>
11+
12+
<name>YoutubeDL wrapper</name>
13+
<description>Java wrapper for youtube-dl executable</description>
14+
<url>https://github.com/sapher/youtubedl-java</url>
15+
16+
<licenses>
17+
<license>
18+
<name>WTFPL 2.0</name>
19+
<url>http://www.wtfpl.net/txt/copying/</url>
20+
<distribution>repo</distribution>
21+
</license>
22+
</licenses>
23+
24+
<scm>
25+
<url>https://github.com/sapher/youtubedl-java</url>
26+
</scm>
1027

1128
<properties>
1229
<jackson.version>2.7.4</jackson.version>

0 commit comments

Comments
 (0)