Skip to content

Commit

Permalink
added missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim Brandt committed May 23, 2015
1 parent 6a1f548 commit 8e41a90
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,19 @@
<groupId>com.arangodb</groupId>
<artifactId>blueprints-arangodb-graph</artifactId>
<version>1.0.10</version>
<packaging>jar</packaging>

<name>Blueprints-ArangoDB-Graph</name>
<description>An implementation of the Blueprints API for ArangoDB</description>
<url>http://maven.apache.org</url>

<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>

<distributionManagement>
<snapshotRepository>
Expand All @@ -19,6 +30,24 @@
</repository>
</distributionManagement>

<developers>
<developer>
<id>gschwab</id>
<name>gschwab</name>
<url>https://github.com/gschwab</url>
</developer>
<developer>
<id>scottashton</id>
<name>scottashton</name>
<url>https://github.com/scottashton</url>
</developer>
<developer>
<id>a-brandt</id>
<name>a-brandt</name>
<url>https://github.com/a-brandt</url>
</developer>
</developers>

<profiles>
<profile>
<id>doclint-java8-disable</id>
Expand Down

0 comments on commit 8e41a90

Please sign in to comment.