This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments