Skip to content

Commit

Permalink
Add project URL and license to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-nagel committed Jan 30, 2020
1 parent a24934e commit 5265ede
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<artifactId>crawler</artifactId>
<version>1.16</version>
<packaging>jar</packaging>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<url>https://github.com/commoncrawl/news-crawl</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 5265ede

Please sign in to comment.