Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 0a90256

Browse files
committed
add required fields to pom
1 parent 4d2bca4 commit 0a90256

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<artifactId>sansa-query-parent_2.11</artifactId>
77
<version>0.1.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
9+
<name>sansa-query-parent</name>
10+
<url>http://sansa-stack.net/</url>
11+
<licenses>
12+
<license>
13+
<name>Apache License 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
15+
<distribution>repo</distribution>
16+
</license>
17+
</licenses>
918

1019
<!-- <name>${project.artifactId}</name> -->
1120
<description>SANSA Query Library</description>

0 commit comments

Comments
 (0)