We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d92da9 commit f67ee75Copy full SHA for f67ee75
1 file changed
pom.xml
@@ -6,7 +6,24 @@
6
7
<groupId>com.sapher</groupId>
8
<artifactId>youtubedl</artifactId>
9
- <version>1.0-SNAPSHOT</version>
+ <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
26
+ </scm>
27
28
<properties>
29
<jackson.version>2.7.4</jackson.version>
0 commit comments