Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 8e41a90

Browse files
author
Achim Brandt
committed
added missing data
1 parent 6a1f548 commit 8e41a90

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@
55
<groupId>com.arangodb</groupId>
66
<artifactId>blueprints-arangodb-graph</artifactId>
77
<version>1.0.10</version>
8+
<packaging>jar</packaging>
9+
810
<name>Blueprints-ArangoDB-Graph</name>
911
<description>An implementation of the Blueprints API for ArangoDB</description>
12+
<url>http://maven.apache.org</url>
13+
14+
<licenses>
15+
<license>
16+
<name>Apache License 2.0</name>
17+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
1021

1122
<distributionManagement>
1223
<snapshotRepository>
@@ -19,6 +30,24 @@
1930
</repository>
2031
</distributionManagement>
2132

33+
<developers>
34+
<developer>
35+
<id>gschwab</id>
36+
<name>gschwab</name>
37+
<url>https://github.com/gschwab</url>
38+
</developer>
39+
<developer>
40+
<id>scottashton</id>
41+
<name>scottashton</name>
42+
<url>https://github.com/scottashton</url>
43+
</developer>
44+
<developer>
45+
<id>a-brandt</id>
46+
<name>a-brandt</name>
47+
<url>https://github.com/a-brandt</url>
48+
</developer>
49+
</developers>
50+
2251
<profiles>
2352
<profile>
2453
<id>doclint-java8-disable</id>

0 commit comments

Comments
 (0)